LICENSE
README.md
pyproject.toml
agentveil/__init__.py
agentveil/agent.py
agentveil/auth.py
agentveil/delegation.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
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_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_mock.py
tests/test_openapi_contract.py
tests/test_pow.py
tests/test_proof_verification.py
tests/test_tracked.py