BuddAI/core
JamesTheGiblet 48716ff271 Add comprehensive unit tests for BuddAI confidence scoring and fallback mechanisms
- 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.
2026-01-07 20:27:39 +00:00
..
__init__.py Implement core skills: Code validation, model fine-tuning, and system diagnostics 2026-01-06 22:04:37 +00:00
buddai_analytics.py Implement core skills: Code validation, model fine-tuning, and system diagnostics 2026-01-06 22:04:37 +00:00
buddai_confidence.py Add comprehensive unit tests for BuddAI functionality 2026-01-07 19:48:24 +00:00
buddai_fallback.py Add comprehensive unit tests for BuddAI confidence scoring and fallback mechanisms 2026-01-07 20:27:39 +00:00
buddai_knowledge.py Implement core skills: Code validation, model fine-tuning, and system diagnostics 2026-01-06 22:04:37 +00:00
buddai_llm.py Implement core skills: Code validation, model fine-tuning, and system diagnostics 2026-01-06 22:04:37 +00:00
buddai_memory.py Implement core skills: Code validation, model fine-tuning, and system diagnostics 2026-01-06 22:04:37 +00:00
buddai_personality.py Implement core skills: Code validation, model fine-tuning, and system diagnostics 2026-01-06 22:04:37 +00:00
buddai_prompt_engine.py Implement core skills: Code validation, model fine-tuning, and system diagnostics 2026-01-06 22:04:37 +00:00
buddai_shared.py Implement core skills: Code validation, model fine-tuning, and system diagnostics 2026-01-06 22:04:37 +00:00
buddai_storage.py Implement core skills: Code validation, model fine-tuning, and system diagnostics 2026-01-06 22:04:37 +00:00
buddai_training.py Implement core skills: Code validation, model fine-tuning, and system diagnostics 2026-01-06 22:04:37 +00:00
buddai_validation.py Implement core skills: Code validation, model fine-tuning, and system diagnostics 2026-01-06 22:04:37 +00:00