LICENSE
README.md
main.py
pyproject.toml
apex_agent.egg-info/PKG-INFO
apex_agent.egg-info/SOURCES.txt
apex_agent.egg-info/dependency_links.txt
apex_agent.egg-info/entry_points.txt
apex_agent.egg-info/requires.txt
apex_agent.egg-info/top_level.txt
cli/repl.py
config/settings.py
core/__init__.py
core/agent.py
core/context_engine.py
core/provider_manager.py
core/tools_registry.py
providers/base.py
providers/groq.py
providers/ollama.py
tests/test_agent.py
tests/test_sanity_check.py
tools/__init__.py
tools/apply_diff.py
tools/base.py
tools/file_exists.py
tools/find_references.py
tools/get_repo_map.py
tools/list_files.py
tools/open_file_range.py
tools/read_file.py
tools/replace_in_file.py
tools/run_command.py
tools/run_tests.py
tools/search.py
tools/search_symbol.py
tools/write_file.py
utils/diff_viewer.py
utils/logger.py
utils/repo_map.py