CHANGELOG.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
VISION.md
ctrlrun.example.yaml
pyproject.toml
docs/ACS.md
docs/ARCHITECTURE.md
docs/CLAIMS.md
docs/OWASP-AGENTIC-TOP10.md
docs/ROADMAP.md
docs/SPEC-v0.1.md
docs/SPEC-v0.2.md
docs/SPEC-v0.3.md
docs/SPEC-v0.4.md
docs/SPEC-v0.5.md
docs/THREAT_MODEL.md
docs/adapters.md
docs/authority.md
docs/verify.md
examples/acs/README.md
examples/acs/ctrlrun.yaml
examples/acs/main.py
examples/agent-race/ctrlrun.yaml
examples/agent-race/main.py
examples/approval-mutation/ctrlrun.yaml
examples/approval-mutation/main.py
examples/approval-replay/ctrlrun.yaml
examples/approval-replay/main.py
examples/authority/README.md
examples/authority/devops.yaml
examples/authority/payments.yaml
examples/authority-escalation/ctrlrun.yaml
examples/authority-escalation/main.py
examples/double-refund/ctrlrun.yaml
examples/double-refund/main.py
examples/policies/devops.yaml
examples/policies/e-commerce.yaml
examples/policies/government.yaml
examples/policies/healthcare.yaml
examples/policies/hr.yaml
examples/policies/insurance.yaml
examples/policies/legal.yaml
examples/policies/payments.yaml
examples/policies/security.yaml
src/ctrlrun/__init__.py
src/ctrlrun/acs.py
src/ctrlrun/action.py
src/ctrlrun/adapter.py
src/ctrlrun/approval.py
src/ctrlrun/authority.py
src/ctrlrun/control.py
src/ctrlrun/effect.py
src/ctrlrun/errors.py
src/ctrlrun/identity.py
src/ctrlrun/jwt_identity.py
src/ctrlrun/otel.py
src/ctrlrun/policy.py
src/ctrlrun/py.typed
src/ctrlrun/receipt.py
src/ctrlrun/state.py
src/ctrlrun/webhook.py
src/ctrlrun.egg-info/PKG-INFO
src/ctrlrun.egg-info/SOURCES.txt
src/ctrlrun.egg-info/dependency_links.txt
src/ctrlrun.egg-info/entry_points.txt
src/ctrlrun.egg-info/requires.txt
src/ctrlrun.egg-info/top_level.txt
src/ctrlrun/cli/__init__.py
src/ctrlrun/cli/demo.py
src/ctrlrun/cli/main.py
src/ctrlrun/conformance/__init__.py
src/ctrlrun/conformance/fixtures.py
src/ctrlrun/conformance/report.py
src/ctrlrun/conformance/suites.py
src/ctrlrun/gateway/__init__.py
src/ctrlrun/gateway/legacy.py
src/ctrlrun/gateway/mcp.py
src/ctrlrun/gateway/outcome.py
src/ctrlrun/gateway/server.py
src/ctrlrun/verify/__init__.py
src/ctrlrun/verify/guarantees.py
src/ctrlrun/verify/report.py
src/ctrlrun/verify/scenarios.py
src/ctrlrun/verify/worker.py
tests/conftest.py
tests/test_acs.py
tests/test_action.py
tests/test_adapter.py
tests/test_adapters_langgraph.py
tests/test_adapters_openai_agents.py
tests/test_approval.py
tests/test_authority.py
tests/test_concurrency.py
tests/test_conformance.py
tests/test_delegation.py
tests/test_demo.py
tests/test_effect.py
tests/test_elicitation.py
tests/test_examples.py
tests/test_framework_probe.py
tests/test_gateway.py
tests/test_gateway_server.py
tests/test_identity.py
tests/test_inspect.py
tests/test_jwt_identity.py
tests/test_mcp.py
tests/test_observe.py
tests/test_otel.py
tests/test_outcome.py
tests/test_owasp_mapping.py
tests/test_packaging.py
tests/test_policy.py
tests/test_protect.py
tests/test_reconcile.py
tests/test_resume.py
tests/test_sinks.py
tests/test_verify.py
tests/test_verify_action.py
tests/test_verify_authority.py
tests/test_verify_report.py
tests/test_webhook.py
tests/data/README.md
tests/data/junit-10.xsd