- 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
modules - подключаемые модули
Модули регистрируют свои параметры в config_manager и настраивают логирование через log_manager.
См. src/utils/log_manager/README.md для правил написания модулей.