Anthropic Python SDK v0.92.0 adds Claude Managed Agents support
Anthropic released version 0.92.0 of its Python SDK on April 8, 2026, introducing support for Claude Managed Agents. The update enables developers to integrate agent capabilities directly through the SDK.
Anthropic Python SDK v0.92.0 Adds Claude Managed Agents Support
Anthropric released version 0.92.0 of its Python SDK on April 8, 2026, with a single significant feature addition: support for Claude Managed Agents.
What's New
The update introduces API support for Claude Managed Agents, allowing developers to build and deploy agent systems through Anthropic's Python client library. This represents a programmatic interface to Anthropic's managed agent infrastructure.
Managed Agents represent a departure from developers building agents from scratch. Instead of manually orchestrating model calls, prompt engineering, and tool integration, the managed service handles agent lifecycle and execution.
SDK Version Details
- Version: 0.92.0
- Release date: April 8, 2026
- Commit: 90cd200
- Release type: Minor version bump
Developer Impact
Python developers using the Anthropic SDK can now integrate Claude Managed Agents without switching to alternative integration patterns or direct API calls. This follows Anthropic's broader push to standardize agent development workflows.
The changelog indicates this was the primary focus of the v0.92.0 release, with no breaking changes documented. Existing SDK users should be able to upgrade without modification to current code.
Context
Managed Agents represent Anthropic's response to increased demand for simplified agent development. Rather than requiring developers to build agentic systems from first principles—handling tool selection, looping, state management, and error handling—Anthropic abstracts these concerns into a managed service.
This aligns with similar offerings from other AI labs, including OpenAI's Assistants API and other managed agent platforms.
What This Means
The addition of Managed Agents support to the Python SDK lowers the barrier to agent development for Anthropic users. Developers no longer need to choose between SDK convenience and agent functionality; both are now integrated. This modest release signals continued investment in developer experience around agentic workflows, though the lack of detailed documentation in the release notes suggests builders should monitor official Anthropic documentation for implementation specifics.
Related Articles
Anthropic Python SDK v0.104.0 adds thinking token count estimates for streaming responses
Anthropic released version 0.104.0 of its Python SDK on May 21, 2026. The update adds support for a thinking-token-count beta feature that provides estimated token counts in thinking block deltas when streaming responses from reasoning models.
Anthropic adds MCP tunnels and self-hosted sandboxes to Claude Managed Agents for enterprise security
Anthropic has added two enterprise security features to Claude Managed Agents: MCP tunnels, which route agent services through private networks without public internet exposure, and self-hosted sandboxes, which keep sensitive tool execution within customer infrastructure while Anthropic handles orchestration.
Anthropic releases Claude Opus 4.7 Fast with 6x pricing for higher output speed
Anthropic has released Claude Opus 4.7 Fast, a speed-optimized variant of its Opus 4.7 model. The fast-mode version delivers identical capabilities with higher output speed at premium pricing: $30 per 1M input tokens and $150 per 1M output tokens, representing a 6x increase over standard pricing.
AWS launches Claude Platform on AWS, bringing Anthropic's native APIs and features directly to AWS accounts
AWS announced general availability of Claude Platform on AWS, enabling direct access to Anthropic's native APIs, tools, and console through existing AWS accounts. The service includes the Messages API, Claude Managed Agents, web search, MCP connector, and code execution, authenticated via AWS IAM and billed through AWS Marketplace.
Comments
Loading...