mirror of
https://github.com/JamesTheGiblet/BuddAI.git
synced 2026-01-08 21:58:40 +00:00
- Implemented comprehensive unit tests for the BuddAI Analytics module, covering fallback statistics calculations. - Created tests for the FallbackClient to ensure proper escalation to various AI models and handling of missing API keys. - Developed unit tests for the refactored validator system, validating various hardware and coding standards. - Established a base validator interface and implemented specific validators for ESP32, Arduino, motor control, memory safety, and more. - Enhanced the validator registry to auto-discover and manage validators effectively. - Included detailed validation logic for common issues in embedded systems programming, such as unused variables, safety timeouts, and coding style violations. |
||
|---|---|---|
| .. | ||
| __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 | ||