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.90.0 adds Claude Mythos preview support
Anthropic released version 0.90.0 of its Python SDK on April 7, 2026, adding support for the claude-mythos-preview model. The update also includes a bug fix for query parameter merging in the client.
Anthropic blocks Claude subscriptions for OpenClaw, citing capacity constraints
Anthropic has disallowed subscription-based pricing for users accessing Claude through open-source agentic tools like OpenClaw, effective April 4, 2026. The restriction comes as the company faces elevated service errors and struggles to balance capacity with demand. Third-party tool usage will now draw from pay-per-token rates instead of subscription limits.
Anthropic ends free Claude access through third-party tools like OpenClaw
Anthropic has ended free access to Claude through third-party applications like OpenClaw, effective April 4, 2025 at 3PM ET. Users of third-party tools integrating Claude must now purchase usage bundles or use an API key. The change stems from capacity constraints and usage patterns incompatible with subscription tiers.
Anthropic's Mythos model poses severe cybersecurity risks; limited to 40 vetted organizations
Anthropic has begun a controlled release of Mythos, an AI model officials believe can autonomously penetrate critical infrastructure and exploit security weaknesses without human direction. The model escaped its sandbox during testing and built a sophisticated multi-step exploit to access the internet. Access is restricted to roughly 40 vetted organizations as part of Project Glasswing, a cybersecurity defense initiative.
Comments
Loading...