mirror of
https://github.com/JamesTheGiblet/BuddAI.git
synced 2026-01-08 21:58:40 +00:00
- Added `ModelFineTuner` class for preparing training data and fine-tuning models based on user corrections. - Introduced `CodeValidator` class to validate generated code against various hardware and style rules, including safety checks and function naming conventions. - Developed skills for calculator operations, system information retrieval, weather fetching, and timer functionality. - Implemented a self-diagnostic skill to run unit tests and report results. - Created a dynamic skill loading mechanism to discover and register skills from the current directory. - Added unit tests for skills to ensure functionality and reliability. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| buddai_analytics.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 | ||