LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
apollo/__init__.py
apollo/agent.py
apollo/info.py
apollo/version.py
apollo/config/__init__.py
apollo/config/const.py
apollo/config/instructions.py
apollo/service/__init__.py
apollo/service/session.py
apollo/service/tool/__init__.py
apollo/service/tool/executor.py
apollo/service/tool/format.py
apollo/tools/__init__.py
apollo/tools/core.py
apollo/tools/files.py
apollo/tools/search.py
apollo/tools/web.py
apollo_agent.egg-info/PKG-INFO
apollo_agent.egg-info/SOURCES.txt
apollo_agent.egg-info/dependency_links.txt
apollo_agent.egg-info/entry_points.txt
apollo_agent.egg-info/requires.txt
apollo_agent.egg-info/top_level.txt
tests/test_agent.py
tests/test_core.py
tests/test_files.py
tests/test_format_duration.py
tests/test_info.py
tests/test_search.py
tests/test_session.py
tests/test_tool_executor.py
tests/test_version.py
tests/test_web.py