Run Claude Managed Agents with Chat SDK
Vercel Blog - AIJul 274 min read
You can now run Claude Managed Agents with Chat SDK . Claude Managed Agents handles the agent loop server-side, including the model, tools, session state, and sandboxed web research. Chat SDK gives that agent a chat interface through a single type-safe handler, with adapters that carry it to Slack, WhatsApp, and more. What you get Token-by-token streaming : Replies render as the model writes them, over a single streamed response. Live activity feed : Tool calls and model requests are available as the turn runs, so you can surface a trace in the chat. No database to run: The Managed Agents sess
