Files
Komisar 55353654b7 Add OmniVoice TTS module with config, API, profiles and CLI
- Create modules/omnivoice/ with VoiceAPI, VoiceProfiles, CLI
- Add config manager integration with local model support
- Add app/komAI.py entry point
- Add tests/test_omnivoice.py
- Clone OmniVoice to external/ for development
- Add omnivoice config to global.yaml
2026-04-16 17:51:15 +03:00
..
2026-04-16 15:20:19 +03:00

modules - подключаемые модули

Модули регистрируют свои параметры в config_manager и настраивают логирование через log_manager.

См. src/utils/log_manager/README.md для правил написания модулей.