Skip to content

docs: clarify that managed agent outcome events are not supported in Go SDK#329

Open
Aaravanand00 wants to merge 2 commits into
anthropics:mainfrom
Aaravanand00:fix/docs-managed-agents-go-unsupported-note
Open

docs: clarify that managed agent outcome events are not supported in Go SDK#329
Aaravanand00 wants to merge 2 commits into
anthropics:mainfrom
Aaravanand00:fix/docs-managed-agents-go-unsupported-note

Conversation

@Aaravanand00
Copy link
Copy Markdown

@Aaravanand00 Aaravanand00 commented Apr 28, 2026

Summary :-
Adds a clarification note and a compilable Go example to address unsupported
managed agent outcome events in the Go SDK.

Context :-
The managed agents documentation includes a Go example using
user.define_outcome and related types that do not exist in
anthropic-sdk-go, causing confusion and compilation issues.

Changes :-

  1. Add note in README.md clarifying that outcome events are not supported
  2. Add a minimal working Go example (examples/session-basic/main.go)
  3. That uses only supported SDK APIs

Result :-

  1. Prevents confusion around non-existent types
  2. Provides a working reference for Go users
  3. Ensures example code compiles successfully

Fixes #320

@Aaravanand00 Aaravanand00 requested a review from a team as a code owner April 28, 2026 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Examples in documentation use types that don't exist.

1 participant