LICENSE
README.md
pyproject.toml
apex/__init__.py
apex/agent.py
apex/cli.py
apex/config.py
apex/context_engine.py
apex/memory.py
apex/model_gateway.py
apex/ollama_gateway.py
apex/tools/__init__.py
apex/tools/filesystem.py
apex/tools/search.py
apex/tools/shell.py
apex_swe_cli.egg-info/PKG-INFO
apex_swe_cli.egg-info/SOURCES.txt
apex_swe_cli.egg-info/dependency_links.txt
apex_swe_cli.egg-info/entry_points.txt
apex_swe_cli.egg-info/requires.txt
apex_swe_cli.egg-info/top_level.txt
tests/test_agent_loop_integration.py
tests/test_agent_offline.py
tests/test_context_engine.py
tests/test_filesystem.py
tests/test_ollama_gateway.py
tests/test_shell.py