CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
RELEASE_NOTES.md
pyproject.toml
requirements.txt
setup.py
agent_core/__init__.py
agent_core/capabilities.py
agent_core/client.py
agent_core/local_config.py
agent_core/cli/__init__.py
agent_core/cli/main.py
agent_core/gateway/__init__.py
agent_core/gateway/gateway_server.py
agent_core/mcp/__init__.py
agent_core/mcp/client.py
agent_core/mcp/local_store.py
agent_core/mcp/manager.py
agent_core/mcp/mcp_registry.json
agent_core/mcp/registry.py
agent_core/mcp/transport.py
agent_corex.egg-info/PKG-INFO
agent_corex.egg-info/SOURCES.txt
agent_corex.egg-info/dependency_links.txt
agent_corex.egg-info/entry_points.txt
agent_corex.egg-info/requires.txt
agent_corex.egg-info/top_level.txt
docs/TESTING_CHECKLIST.md
docs/api.md
docs/dashboard-guide.md
docs/deployment.md
docs/index.md
docs/installation.md
docs/mcp-setup.md
docs/quickstart.md
docs/vibe_coding_local_setup.md
tests/__init__.py
tests/test_capabilities.py
tests/test_cli.py
tests/test_client.py
tests/test_gateway.py
tests/test_local_store.py
tests/test_mcp_client.py
tests/test_mcp_manager.py