LICENSE
README.md
pyproject.toml
src/canopy/__init__.py
src/canopy/approval.py
src/canopy/audit.py
src/canopy/civil_code.py
src/canopy/cli_incident.py
src/canopy/client.py
src/canopy/console.py
src/canopy/constitution.py
src/canopy/control_plane.py
src/canopy/core.py
src/canopy/decorators.py
src/canopy/demo.py
src/canopy/errors.py
src/canopy/firewall.py
src/canopy/formatting.py
src/canopy/identity.py
src/canopy/incident.py
src/canopy/lint.py
src/canopy/log_tail.py
src/canopy/middleware.py
src/canopy/quickstart.py
src/canopy/report.py
src/canopy/runner.py
src/canopy/self_check.py
src/canopy/service.py
src/canopy/verify.py
src/canopy/adapters/__init__.py
src/canopy/adapters/autogen.py
src/canopy/adapters/crewai.py
src/canopy/adapters/langchain.py
src/canopy/adapters/langgraph.py
src/canopy/adapters/openai_agents.py
src/canopy/adapters/openclaw.py
src/canopy/policies/default.yaml
src/canopy/policies/production.yaml
src/canopy_runtime.egg-info/PKG-INFO
src/canopy_runtime.egg-info/SOURCES.txt
src/canopy_runtime.egg-info/dependency_links.txt
src/canopy_runtime.egg-info/entry_points.txt
src/canopy_runtime.egg-info/requires.txt
src/canopy_runtime.egg-info/top_level.txt
tests/test_adapters.py
tests/test_audit_civil_code_overrides.py
tests/test_authorize_action.py
tests/test_civil_code.py
tests/test_client.py
tests/test_console.py
tests/test_constitution.py
tests/test_firewall_case_insensitive.py
tests/test_forensics.py
tests/test_operator_ux.py
tests/test_policy_guards.py
tests/test_report.py
tests/test_runner.py
tests/test_safe_tool.py
tests/test_self_serve.py
tests/test_service.py
tests/test_witness.py