.gitignore
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
docs/publishing.md
tests/__init__.py
tests/test_linting.py
tests/test_logger.py
tests/test_main.py
tests/test_core/__init__.py
tests/test_core/test_conversation_manager.py
tests/test_core/test_todo_manager.py
tests/test_infrastructure/__init__.py
tests/test_infrastructure/test_calendar_utils.py
tests/test_infrastructure/test_config.py
tests/test_infrastructure/test_inference.py
tests/test_infrastructure/test_llm_client_factory.py
tests/test_infrastructure/test_ollama_client.py
tests/test_infrastructure/test_openrouter_client.py
tests/test_infrastructure/test_todo_shell.py
tests/test_infrastructure/test_token_counter.py
tests/test_interface/__init__.py
tests/test_interface/test_cli.py
tests/test_interface/test_formatters.py
tests/test_interface/test_tools.py
todo_agent/__init__.py
todo_agent/_version.py
todo_agent/main.py
todo_agent.egg-info/PKG-INFO
todo_agent.egg-info/SOURCES.txt
todo_agent.egg-info/dependency_links.txt
todo_agent.egg-info/entry_points.txt
todo_agent.egg-info/requires.txt
todo_agent.egg-info/top_level.txt
todo_agent/core/__init__.py
todo_agent/core/conversation_manager.py
todo_agent/core/exceptions.py
todo_agent/core/todo_manager.py
todo_agent/infrastructure/__init__.py
todo_agent/infrastructure/calendar_utils.py
todo_agent/infrastructure/config.py
todo_agent/infrastructure/inference.py
todo_agent/infrastructure/llm_client.py
todo_agent/infrastructure/llm_client_factory.py
todo_agent/infrastructure/logger.py
todo_agent/infrastructure/ollama_client.py
todo_agent/infrastructure/openrouter_client.py
todo_agent/infrastructure/todo_shell.py
todo_agent/infrastructure/token_counter.py
todo_agent/infrastructure/prompts/system_prompt.txt
todo_agent/interface/__init__.py
todo_agent/interface/cli.py
todo_agent/interface/formatters.py
todo_agent/interface/progress.py
todo_agent/interface/tools.py