LICENSE
README.md
pyproject.toml
src/agentkit_mcp/__init__.py
src/agentkit_mcp/auth_middleware.py
src/agentkit_mcp/mcp_server.py
src/agentkit_mcp/pack_runtime.py
src/agentkit_mcp/toolpacks.py
src/agentkit_mcp/web_app.py
src/agentkit_mcp/workflow.py
src/agentkit_mcp.egg-info/PKG-INFO
src/agentkit_mcp.egg-info/SOURCES.txt
src/agentkit_mcp.egg-info/dependency_links.txt
src/agentkit_mcp.egg-info/requires.txt
src/agentkit_mcp.egg-info/top_level.txt
src/agentkit_mcp/core/__init__.py
src/agentkit_mcp/core/config.py
src/agentkit_mcp/core/i18n.py
src/agentkit_mcp/core/llm_router.py
src/agentkit_mcp/core/logger.py
src/agentkit_mcp/core/policy.py
src/agentkit_mcp/services/__init__.py
src/agentkit_mcp/services/forecasting.py
src/agentkit_mcp/services/insights.py
src/agentkit_mcp/services/pg_store.py
tests/test_auth_middleware.py
tests/test_config.py
tests/test_e2e.py
tests/test_exhaustive_api.py
tests/test_live_workflow.py
tests/test_mcp_client.py
tests/test_mcp_protocol.py
tests/test_mcp_tools.py
tests/test_policy_guardrails.py
tests/test_real_data_apis.py
tests/test_stdio_transport.py
tests/test_toolpacks.py
tests/test_workflow.py