LICENSE
README.md
pyproject.toml
src/agent_policy_gateway/__init__.py
src/agent_policy_gateway/anthropic_adapter.py
src/agent_policy_gateway/audit.py
src/agent_policy_gateway/bench.py
src/agent_policy_gateway/core.py
src/agent_policy_gateway/gateway.py
src/agent_policy_gateway/mcp_adapter.py
src/agent_policy_gateway/mcp_async_adapter.py
src/agent_policy_gateway/openai_adapter.py
src/agent_policy_gateway/policy.py
src/agent_policy_gateway/taint.py
src/agent_policy_gateway.egg-info/PKG-INFO
src/agent_policy_gateway.egg-info/SOURCES.txt
src/agent_policy_gateway.egg-info/dependency_links.txt
src/agent_policy_gateway.egg-info/entry_points.txt
src/agent_policy_gateway.egg-info/requires.txt
src/agent_policy_gateway.egg-info/top_level.txt
tests/test_anthropic_adapter.py
tests/test_audit.py
tests/test_bench.py
tests/test_core.py
tests/test_docs_site.py
tests/test_example_indirect_injection.py
tests/test_gateway.py
tests/test_gateway_async.py
tests/test_mcp_adapter.py
tests/test_mcp_adapter_async.py
tests/test_openai_adapter.py
tests/test_policy.py
tests/test_publish_workflow.py
tests/test_release_runbook.py
tests/test_smoke.py
tests/test_taint.py
tests/test_threat_model.py