-
Notifications
You must be signed in to change notification settings - Fork 1
Integration Cookbook
David Ahmann edited this page Feb 10, 2026
·
1 revision
Use one boundary pattern only: wrapper or sidecar. Execute tools only on allow.
- Normalize framework payload to
IntentRequest. - Run
gait gate eval --policy ... --intent ... --json. - Execute side effects only if verdict is
allow. - Persist trace and artifact paths under
gait-out/.
- OpenAI Agents:
examples/integrations/openai_agents/ - LangChain:
examples/integrations/langchain/ - AutoGen:
examples/integrations/autogen/ - OpenClaw:
examples/integrations/openclaw/ - AutoGPT:
examples/integrations/autogpt/
make test-adapter-parity
make test-adoption- Include
skill_provenancein intents for skill-driven actions. - Validate trust and signatures with:
make test-skill-supply-chaindocs/contracts/primitive_contract.mddocs/contracts/skill_provenance.mddocs/integration_checklist.md