Skip to content

コアモジュール

このセクションでは、内部ロジックの理解や変更が必要な開発者向けに、N.E.K.O. のコア Python モジュールを詳しく解説します。

モジュールマップ

モジュールファイル用途
LLMSessionManagermain_logic/core.py中央セッションコーディネーター
Realtime Clientmain_logic/omni_realtime_client.pyRealtime API 用 WebSocket クライアント
Offline Clientmain_logic/omni_offline_client.pyテキストベース LLM クライアント(フォールバック)
TTS Clientmain_logic/tts_client.pyテキスト音声合成
Config Managerutils/config_manager.py設定の読み込みと永続化

MIT ライセンスの下で公開。