LICENSE
README.md
pyproject.toml
agent_cli/__init__.py
agent_cli/asr.py
agent_cli/cli.py
agent_cli/config.py
agent_cli/ollama_client.py
agent_cli/process_manager.py
agent_cli/py.typed
agent_cli/utils.py
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/_cli_options.py
agent_cli/agents/autocorrect.py
agent_cli/agents/transcribe.py
agent_cli/agents/voice_assistant.py
tests/test_ollama_client.py
tests/test_process_manager.py
tests/test_utils.py