Skip to main content
Use this recipe when a Go service needs to answer operational questions with local context.

1. Prepare the SDKs

The Go Agent SDK does not yet have a public module version. Follow the source installation instructions.

2. Define small runtime tools

3. Create the agent

4. Run one bounded troubleshooting turn

When this recipe fits

  • the workflow belongs inside one Go service
  • the supporting context already exists as local or internal calls
  • you want an agent loop without introducing a larger job system yet
Last modified on July 26, 2026