Runnable examples
The pages in this guide explain how governance works. When you want to run
it, the framework-specific, end-to-end examples live in the dedicated
agent-assembly-examples
repository rather than in this book — that keeps the runnable code versioned and
testable on its own, while these pages stay focused on the concepts.
Every example is governed by the same three-layer interception model described
in Choosing interception layers: a gateway as the
brain, at least one interception layer (SDK shim, aa-proxy sidecar, or eBPF),
and a policy. Pick the language you are integrating, or browse the cross-cutting
scenarios:
- Node — examples-repo/node
- Python — examples-repo/python
- Go — examples-repo/go
- Scenarios (cross-cutting: approval-gates, audit-trace, budget-limits, policy-enforcement, sidecar-runtime) — examples-repo/scenarios
Last updated: 2026-06-14 by Chisanan232