telexed ~ c / 2e233e50-565radar:60 · model_apiLIVE
← back
NO.
#2e233e50
Topic
MODELS & API
Source
Anthropic TypeScript SDK
Published
2026-05-06 15:07:56
Importance
★ 6/10 — radar 60
`anthropic-sdk-typescript` `v0.95.0` adds Managed Agents multi-agent support
FIG-0221:1

`anthropic-sdk-typescript` `v0.95.0` adds Managed Agents multi-agent support

The TypeScript client now exposes Managed Agents multi-agent flows, outcomes, webhooks, and vault validation. Useful if you want agent orchestration in app code without building the plumbing first.

[ KEY POINTS ]
  1. Managed Agents now covers multi-agent runs and outcomes, so app-side orchestration can map to official SDK primitives.
  2. Webhook support landed in the same release, which cuts custom glue for async agent completion and event handling.
  3. vault validation was added alongside agent features, a signal that Anthropic is tightening secret-handling paths in the SDK.
  4. The only listed fix adjusts webhook configuration, so teams adopting the new event flow should watch config behavior on upgrade.
Originalgithub.com/anthropics/anthropic-sdk-typescript/releases/tag/sdk-v0.95.0Read original →

// related