Guides
Guides
Task-first walkthroughs that show the SDK doing real work. Each guide is
self-contained and grounded in the actual assembly package API — start with
whichever matches what you’re building.
| Guide | What you’ll do |
|---|---|
| Govern an agent’s tools | Implement the Tool interface, wrap a tool slice, and run governed calls end to end. |
| Integrate with a framework | Plug the SDK into an existing agent framework (langchaingo-style chains) and propagate agent lineage across hops. |
| Handle allow/deny decisions and errors | Match the typed errors the SDK returns, react to deny / approval / fail-closed outcomes, and choose a failure posture. |
| Use the governed container base image | Build and run a containerised Go agent on the pre-governed ghcr.io/ai-agent-assembly/go base image, with tag pinning and the SDK_VERSION build-arg. |
If a topic you need isn’t here yet, open an issue against the go-sdk repo.
Last updated on • Bryant