LICENSE
README.md
pyproject.toml
agent_cli/__init__.py
agent_cli/_tools.py
agent_cli/api.py
agent_cli/cli.py
agent_cli/config.py
agent_cli/constants.py
agent_cli/opts.py
agent_cli/py.typed
agent_cli.egg-info/PKG-INFO
agent_cli.egg-info/SOURCES.txt
agent_cli.egg-info/dependency_links.txt
agent_cli.egg-info/entry_points.txt
agent_cli.egg-info/requires.txt
agent_cli.egg-info/top_level.txt
agent_cli/agents/__init__.py
agent_cli/agents/_voice_agent_common.py
agent_cli/agents/assistant.py
agent_cli/agents/autocorrect.py
agent_cli/agents/chat.py
agent_cli/agents/server.py
agent_cli/agents/speak.py
agent_cli/agents/transcribe.py
agent_cli/agents/voice_edit.py
agent_cli/core/__init__.py
agent_cli/core/audio.py
agent_cli/core/audio_format.py
agent_cli/core/process.py
agent_cli/core/transcription_logger.py
agent_cli/core/utils.py
agent_cli/install/__init__.py
agent_cli/install/common.py
agent_cli/install/hotkeys.py
agent_cli/install/services.py
agent_cli/scripts/__init__.py
agent_cli/scripts/run-openwakeword.sh
agent_cli/scripts/run-piper.sh
agent_cli/scripts/run-whisper.sh
agent_cli/scripts/setup-linux-hotkeys.sh
agent_cli/scripts/setup-linux.sh
agent_cli/scripts/setup-macos-hotkeys.sh
agent_cli/scripts/setup-macos.sh
agent_cli/scripts/start-all-services.sh
agent_cli/scripts/zellij_help.txt
agent_cli/scripts/linux-hotkeys/README.md
agent_cli/scripts/linux-hotkeys/toggle-autocorrect.sh
agent_cli/scripts/linux-hotkeys/toggle-transcription.sh
agent_cli/scripts/linux-hotkeys/toggle-voice-edit.sh
agent_cli/scripts/macos-hotkeys/README.md
agent_cli/scripts/macos-hotkeys/skhd-config-example
agent_cli/scripts/macos-hotkeys/toggle-autocorrect.sh
agent_cli/scripts/macos-hotkeys/toggle-transcription.sh
agent_cli/scripts/macos-hotkeys/toggle-voice-edit.sh
agent_cli/scripts/nvidia-asr-server/README.md
agent_cli/scripts/nvidia-asr-server/pyproject.toml
agent_cli/scripts/nvidia-asr-server/server.py
agent_cli/scripts/nvidia-asr-server/shell.nix
agent_cli/scripts/nvidia-asr-server/uv.lock
agent_cli/services/__init__.py
agent_cli/services/_wyoming_utils.py
agent_cli/services/asr.py
agent_cli/services/llm.py
agent_cli/services/tts.py
agent_cli/services/wake_word.py
tests/test_api.py
tests/test_api_integration.py
tests/test_asr.py
tests/test_asr_recovery.py
tests/test_audio_e2e.py
tests/test_cli.py
tests/test_config.py
tests/test_llm.py
tests/test_llm_gemini.py
tests/test_memory_tools.py
tests/test_process_manager.py
tests/test_services.py
tests/test_tools.py
tests/test_tts.py
tests/test_utils.py
tests/test_wake_word.py
tests/test_wyoming_utils.py