CHANGELOG.md
LICENSE
MANIFEST.in
README.md
README_PYPI.md
pyproject.toml
agentveil/__init__.py
agentveil/agent.py
agentveil/auth.py
agentveil/delegation.py
agentveil/egress.py
agentveil/exceptions.py
agentveil/mock.py
agentveil/pow.py
agentveil/proof.py
agentveil/results.py
agentveil/tracked.py
agentveil.egg-info/PKG-INFO
agentveil.egg-info/SOURCES.txt
agentveil.egg-info/dependency_links.txt
agentveil.egg-info/entry_points.txt
agentveil.egg-info/requires.txt
agentveil.egg-info/top_level.txt
agentveil/tools/__init__.py
agentveil/tools/autogen.py
agentveil/tools/claude_mcp.py
agentveil/tools/crewai.py
agentveil/tools/langgraph.py
agentveil/tools/openai.py
agentveil/tools/paperclip.py
agentveil_mcp/README.md
agentveil_mcp/__init__.py
agentveil_mcp/__main__.py
agentveil_mcp/server.py
agentveil_mcp_proxy/README.md
agentveil_mcp_proxy/__init__.py
agentveil_mcp_proxy/__main__.py
agentveil_mcp_proxy/circuit_breaker.py
agentveil_mcp_proxy/classification.py
agentveil_mcp_proxy/cli.py
agentveil_mcp_proxy/identity.py
agentveil_mcp_proxy/passthrough.py
agentveil_mcp_proxy/policy.py
agentveil_mcp_proxy/quickstart_filesystem.py
agentveil_mcp_proxy/runtime_gate.py
agentveil_mcp_proxy/approval/__init__.py
agentveil_mcp_proxy/approval/headless.py
agentveil_mcp_proxy/approval/manager.py
agentveil_mcp_proxy/approval/notification.py
agentveil_mcp_proxy/approval/server.py
agentveil_mcp_proxy/evidence/__init__.py
agentveil_mcp_proxy/evidence/proof.py
agentveil_mcp_proxy/evidence/store.py
agentveil_paperclip/__init__.py
agentveil_paperclip/cli.py
agentveil_paperclip/doctor.py
agentveil_paperclip/init_plan.py
docs/MCP_PROXY_DESIGN_PRINCIPLES.md
docs/MCP_PROXY_OPERATIONS.md
mcp_server/README.md
mcp_server/__init__.py
mcp_server/__main__.py
mcp_server/server.py
tests/test_auth.py
tests/test_contract.py
tests/test_controlled_action.py
tests/test_delegation_issuance.py
tests/test_e2e_mock.py
tests/test_egress_sdk_wrapper.py
tests/test_exceptions.py
tests/test_http_responses.py
tests/test_identity.py
tests/test_integration_preflight.py
tests/test_live_e2e.py
tests/test_mcp_hosted.py
tests/test_mcp_packaging.py
tests/test_mcp_proxy_approval.py
tests/test_mcp_proxy_circuit_breaker.py
tests/test_mcp_proxy_classification.py
tests/test_mcp_proxy_cli.py
tests/test_mcp_proxy_evidence.py
tests/test_mcp_proxy_multi_instance.py
tests/test_mcp_proxy_passthrough.py
tests/test_mcp_proxy_passthrough_concurrent.py
tests/test_mcp_proxy_policy.py
tests/test_mcp_proxy_proof.py
tests/test_mcp_proxy_runtime_gate.py
tests/test_mock.py
tests/test_openapi_contract.py
tests/test_paperclip_doctor.py
tests/test_pow.py
tests/test_proof_verification.py
tests/test_tracked.py