LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
aiavatar/__init__.py
aiavatar/auth.py
aiavatar.egg-info/PKG-INFO
aiavatar.egg-info/SOURCES.txt
aiavatar.egg-info/dependency_links.txt
aiavatar.egg-info/entry_points.txt
aiavatar.egg-info/requires.txt
aiavatar.egg-info/top_level.txt
aiavatar/adapter/__init__.py
aiavatar/adapter/base.py
aiavatar/adapter/client.py
aiavatar/adapter/control_tags.py
aiavatar/adapter/models.py
aiavatar/adapter/asterisk/__init__.py
aiavatar/adapter/asterisk/actor.py
aiavatar/adapter/asterisk/ari_client.py
aiavatar/adapter/asterisk/audio.py
aiavatar/adapter/asterisk/event_handler.py
aiavatar/adapter/asterisk/manager.py
aiavatar/adapter/asterisk/models.py
aiavatar/adapter/asterisk/protocol.py
aiavatar/adapter/asterisk/registry.py
aiavatar/adapter/asterisk/server.py
aiavatar/adapter/asterisk/service.py
aiavatar/adapter/asterisk/state.py
aiavatar/adapter/channel_context_bridge/__init__.py
aiavatar/adapter/channel_context_bridge/base.py
aiavatar/adapter/channel_context_bridge/postgres.py
aiavatar/adapter/chatcompletions/__init__.py
aiavatar/adapter/chatcompletions/server.py
aiavatar/adapter/http/__init__.py
aiavatar/adapter/http/client.py
aiavatar/adapter/http/server.py
aiavatar/adapter/linebot/__init__.py
aiavatar/adapter/linebot/server.py
aiavatar/adapter/linebot/session_manager/__init__.py
aiavatar/adapter/linebot/session_manager/base.py
aiavatar/adapter/linebot/session_manager/postgres.py
aiavatar/adapter/linebot/tools/__init__.py
aiavatar/adapter/linebot/tools/channel_link.py
aiavatar/adapter/local/__init__.py
aiavatar/adapter/local/client.py
aiavatar/adapter/local/server.py
aiavatar/adapter/stt/__init__.py
aiavatar/adapter/stt/models.py
aiavatar/adapter/stt/server.py
aiavatar/adapter/twilio/__init__.py
aiavatar/adapter/twilio/server.py
aiavatar/adapter/websocket/__init__.py
aiavatar/adapter/websocket/client.py
aiavatar/adapter/websocket/server.py
aiavatar/admin/__init__.py
aiavatar/admin/auth.py
aiavatar/admin/evaluation.py
aiavatar/admin/logs.py
aiavatar/admin/metrics.py
aiavatar/admin/config/__init__.py
aiavatar/admin/config/runtime.py
aiavatar/admin/static/admin-api.js
aiavatar/admin/static/admin-app.js
aiavatar/admin/static/admin.css
aiavatar/admin/static/admin.tailwind.css
aiavatar/admin/static/config-panel.js
aiavatar/admin/static/config-view.js
aiavatar/admin/static/evaluation-view.js
aiavatar/admin/static/index.html
aiavatar/admin/static/logs-view.js
aiavatar/admin/static/metrics-view.js
aiavatar/admin/static/theme.js
aiavatar/admin_legacy/__init__.py
aiavatar/admin_legacy/auth.py
aiavatar/admin_legacy/character.py
aiavatar/admin_legacy/control.py
aiavatar/admin_legacy/evaluation.py
aiavatar/admin_legacy/logs.py
aiavatar/admin_legacy/metrics.py
aiavatar/admin_legacy/config/__init__.py
aiavatar/admin_legacy/config/adapter.py
aiavatar/admin_legacy/config/llm.py
aiavatar/admin_legacy/config/pipeline.py
aiavatar/admin_legacy/config/stt.py
aiavatar/admin_legacy/config/tts.py
aiavatar/admin_legacy/config/vad.py
aiavatar/admin_legacy/static/index.html
aiavatar/animation/__init__.py
aiavatar/animation/vrchat.py
aiavatar/character/__init__.py
aiavatar/character/binding.py
aiavatar/character/loader.py
aiavatar/character/memory.py
aiavatar/character/models.py
aiavatar/character/service.py
aiavatar/character/tools.py
aiavatar/character/repository/__init__.py
aiavatar/character/repository/base.py
aiavatar/character/repository/postgres.py
aiavatar/character/repository/sqlite.py
aiavatar/cli/__init__.py
aiavatar/cli/builtin.py
aiavatar/cli/command.py
aiavatar/cli/components.py
aiavatar/cli/config.py
aiavatar/cli/tts.py
aiavatar/database/__init__.py
aiavatar/database/base.py
aiavatar/database/postgres.py
aiavatar/device/__init__.py
aiavatar/device/audio.py
aiavatar/device/video.py
aiavatar/eval/__init__.py
aiavatar/eval/dialog.py
aiavatar/face/__init__.py
aiavatar/face/vrchat.py
aiavatar/sts/__init__.py
aiavatar/sts/dialog_observer.py
aiavatar/sts/models.py
aiavatar/sts/pipeline.py
aiavatar/sts/llm/__init__.py
aiavatar/sts/llm/base.py
aiavatar/sts/llm/chatgpt.py
aiavatar/sts/llm/claude.py
aiavatar/sts/llm/dify.py
aiavatar/sts/llm/gemini.py
aiavatar/sts/llm/litellm.py
aiavatar/sts/llm/openai_responses.py
aiavatar/sts/llm/openai_responses_recovery.py
aiavatar/sts/llm/openai_responses_websocket.py
aiavatar/sts/llm/context_manager/__init__.py
aiavatar/sts/llm/context_manager/base.py
aiavatar/sts/llm/context_manager/postgres.py
aiavatar/sts/llm/response_id_store/__init__.py
aiavatar/sts/llm/response_id_store/base.py
aiavatar/sts/llm/response_id_store/postgres.py
aiavatar/sts/llm/tools/__init__.py
aiavatar/sts/llm/tools/gemini_websearch.py
aiavatar/sts/llm/tools/grok_search.py
aiavatar/sts/llm/tools/mcp.py
aiavatar/sts/llm/tools/nanobanana.py
aiavatar/sts/llm/tools/openai_websearch.py
aiavatar/sts/llm/tools/openclaw_tool.py
aiavatar/sts/llm/tools/webscraper.py
aiavatar/sts/performance_recorder/__init__.py
aiavatar/sts/performance_recorder/base.py
aiavatar/sts/performance_recorder/postgres.py
aiavatar/sts/performance_recorder/query.py
aiavatar/sts/performance_recorder/sqlite.py
aiavatar/sts/quick_responder/__init__.py
aiavatar/sts/quick_responder/base.py
aiavatar/sts/quick_responder/pro.py
aiavatar/sts/session_state_manager/__init__.py
aiavatar/sts/session_state_manager/base.py
aiavatar/sts/session_state_manager/postgres.py
aiavatar/sts/stt/__init__.py
aiavatar/sts/stt/amivoice.py
aiavatar/sts/stt/azure.py
aiavatar/sts/stt/base.py
aiavatar/sts/stt/google.py
aiavatar/sts/stt/openai.py
aiavatar/sts/stt/speaker_gate.py
aiavatar/sts/stt/speaker_registry/__init__.py
aiavatar/sts/stt/speaker_registry/base.py
aiavatar/sts/stt/speaker_registry/postgres.py
aiavatar/sts/tts/__init__.py
aiavatar/sts/tts/azure.py
aiavatar/sts/tts/base.py
aiavatar/sts/tts/converter.py
aiavatar/sts/tts/google.py
aiavatar/sts/tts/openai.py
aiavatar/sts/tts/router.py
aiavatar/sts/tts/speech_gateway.py
aiavatar/sts/tts/voicevox.py
aiavatar/sts/tts/voisona.py
aiavatar/sts/tts/postprocessor/__init__.py
aiavatar/sts/tts/postprocessor/base.py
aiavatar/sts/tts/postprocessor/wav.py
aiavatar/sts/tts/preprocessor/__init__.py
aiavatar/sts/tts/preprocessor/alphabet2kana.py
aiavatar/sts/tts/preprocessor/base.py
aiavatar/sts/tts/preprocessor/patternmatch.py
aiavatar/sts/vad/__init__.py
aiavatar/sts/vad/amazon_transcribe_stream.py
aiavatar/sts/vad/azure_stream.py
aiavatar/sts/vad/base.py
aiavatar/sts/vad/parapper_stream.py
aiavatar/sts/vad/silero.py
aiavatar/sts/vad/standard.py
aiavatar/sts/vad/stream.py
aiavatar/sts/vad/filters/__init__.py
aiavatar/sts/vad/filters/agc.py
aiavatar/sts/vad/filters/base.py
aiavatar/sts/vad/filters/debug.py
aiavatar/sts/vad/filters/eq.py
aiavatar/sts/vad/filters/near_field.py
aiavatar/sts/vad/turn_end_gates/__init__.py
aiavatar/sts/vad/turn_end_gates/base.py
aiavatar/sts/vad/turn_end_gates/filler.py
aiavatar/sts/vad/turn_end_gates/llm.py
aiavatar/sts/vad/turn_end_gates/manager.py
aiavatar/sts/vad/turn_end_gates/namo_turn.py
aiavatar/sts/vad/turn_end_gates/session_hold.py
aiavatar/sts/vad/turn_end_gates/smart_turn.py
aiavatar/sts/voice_recorder/__init__.py
aiavatar/sts/voice_recorder/azure_storage.py
aiavatar/sts/voice_recorder/base.py
aiavatar/sts/voice_recorder/file.py
aiavatar/util/__init__.py
aiavatar/util/example_downloader.py