mirror of
https://github.com/JamesTheGiblet/BuddAI.git
synced 2026-01-08 21:58:40 +00:00
- Implemented tests for confidence scoring logic in `test_buddai_confidence.py` and `test_confidence.py`, covering high and low confidence scenarios, escalation thresholds, and validation scoring penalties. - Created tests for fallback logging functionality in `test_fallback_logging.py`, ensuring fallback prompts are logged correctly and the `/logs` command retrieves log content. - Developed tests for fallback prompts in `test_fallback_prompts.py`, verifying that specific prompts are used for different models based on confidence levels. - Generated detailed test reports for multiple test runs, confirming all tests passed successfully. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| buddai_analytics.py | ||
| buddai_confidence.py | ||
| buddai_fallback.py | ||
| buddai_knowledge.py | ||
| buddai_llm.py | ||
| buddai_memory.py | ||
| buddai_personality.py | ||
| buddai_prompt_engine.py | ||
| buddai_shared.py | ||
| buddai_storage.py | ||
| buddai_training.py | ||
| buddai_validation.py | ||