CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
examples/README.md
examples/campaign.json
examples/ci_safety_demo.py
examples/claude_style_adapter_demo.py
examples/customer_support_safety_demo.py
examples/deploy_denied_demo.py
examples/finance_safety_demo.py
examples/framework_adapter_demo.py
examples/gemini_style_adapter_demo.py
examples/local_agent_loop.py
examples/one_file_demo.py
examples/openai_style_adapter_demo.py
examples/research_safety_demo.py
makoto/__init__.py
makoto/cli.py
makoto/py.typed
makoto/tooling.py
makoto.egg-info/PKG-INFO
makoto.egg-info/SOURCES.txt
makoto.egg-info/dependency_links.txt
makoto.egg-info/entry_points.txt
makoto.egg-info/top_level.txt
makoto/adapters/__init__.py
makoto/adapters/autogen.py
makoto/adapters/base.py
makoto/adapters/claude.py
makoto/adapters/crewai.py
makoto/adapters/gemini.py
makoto/adapters/langgraph.py
makoto/adapters/openai.py
makoto/control/__init__.py
makoto/control/errors.py
makoto/control/policy.py
makoto/ledger/__init__.py
makoto/ledger/sqlite_ledger.py
makoto/protocol/__init__.py
makoto/protocol/canonical_json.py
makoto/protocol/json_schema.py
makoto/protocol/schemas.py
makoto/protocol/signing.py
makoto/protocol/verifier.py
makoto/sdk/__init__.py
makoto/sdk/catalog.py
makoto/sdk/client.py
makoto/ux/__init__.py
makoto/ux/mascot.py
rfcs/001-campaign-permit.md
rfcs/002-signed-work-order.md
rfcs/003-proof-carrying-tool-call.md
schemas/attestation.schema.json
schemas/campaign.schema.json
schemas/outcome.schema.json
schemas/tool-call.schema.json
schemas/witness-report.schema.json
schemas/work-order.schema.json
tests/test_end_to_end.py