BuddAI/tests
JamesTheGiblet f9fd27d228 Implement core skills: Code validation, model fine-tuning, and system diagnostics
- 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.
2026-01-06 22:04:37 +00:00
..
__init__.py Implement core skills: Code validation, model fine-tuning, and system diagnostics 2026-01-06 22:04:37 +00:00
test_all.py Implement core skills: Code validation, model fine-tuning, and system diagnostics 2026-01-06 22:04:37 +00:00
test_buddai.py Implement core skills: Code validation, model fine-tuning, and system diagnostics 2026-01-06 22:04:37 +00:00
test_buddai_v3_2.py Implement core skills: Code validation, model fine-tuning, and system diagnostics 2026-01-06 22:04:37 +00:00
test_integration.py Implement core skills: Code validation, model fine-tuning, and system diagnostics 2026-01-06 22:04:37 +00:00
test_personality.py updated 2026-01-06 18:47:21 +00:00
test_skills.py Implement core skills: Code validation, model fine-tuning, and system diagnostics 2026-01-06 22:04:37 +00:00