Skip to content

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.

GuideWhat you’ll do
Govern an agent’s toolsImplement the Tool interface, wrap a tool slice, and run governed calls end to end.
Integrate with a frameworkPlug the SDK into an existing agent framework (langchaingo-style chains) and propagate agent lineage across hops.
Handle allow/deny decisions and errorsMatch the typed errors the SDK returns, react to deny / approval / fail-closed outcomes, and choose a failure posture.

If a topic you need isn’t here yet, open an issue against the go-sdk repo.

Last updated on • Chisanan232