sdk

5 articles tagged with sdk

April 15, 2026
product updateOpenAI

OpenAI Adds Sandboxing and In-Distribution Harness to Agents SDK for Enterprise Deployment

OpenAI has updated its Agents SDK with sandboxing capabilities that allow AI agents to operate in controlled environments, plus an in-distribution harness for frontier model deployment. The features launch initially in Python, with TypeScript support planned.

April 8, 2026
changelogAnthropic

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.

April 7, 2026
changelogAnthropic

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.

March 28, 2026
product update

Google's Gemini API Agent Skill boosts coding task success from 28% to 97%

Google has released an Agent Skill for the Gemini API that provides language models with current information about their own APIs, SDKs, and best practices. Testing across 117 coding tasks showed Gemini 3.1 Pro's success rate jumped from 28.2% to 96.6%, though older 2.5-series models showed minimal improvement.

March 10, 2026
product updateGitHub

GitHub Copilot SDK shifts AI from text prompts to executable agent workflows

GitHub has released the Copilot SDK, positioning executable agent workflows as the successor to prompt-based AI interactions. The SDK enables developers to integrate agentic AI capabilities directly into applications rather than relying on text-based prompt-response patterns.