Home / Technology / OpenAI Unleashes Smarter Agents with New SDK
OpenAI Unleashes Smarter Agents with New SDK
16 Apr
Summary
- New SDK allows businesses to create AI agents on OpenAI's models.
- Sandboxing feature enables controlled environments for agent operation.
- Python support is initially available, with TypeScript planned later.

OpenAI has released a significantly updated Agents software development kit (SDK), designed to enable enterprises to construct their own AI agents powered by OpenAI's models. This latest iteration introduces crucial features that enhance both functionality and safety in agent development.
A key innovation is the integration of sandboxing capabilities. This allows agents to operate within isolated, controlled computational environments. Such measures are vital due to the sometimes unpredictable nature of AI agents, ensuring they can perform tasks without compromising the overall system's integrity or accessing unauthorized data.
Furthermore, the updated SDK provides developers with an in-distribution harness for frontier models. This enables agents to work with files and approved tools within their designated workspace. This development is particularly beneficial for creating 'long-horizon' agents, which are built to handle more complex, multi-step tasks.
Initially, these new harness and sandbox functionalities are available for Python users, with TypeScript support anticipated in a future release. OpenAI also plans to introduce more agent features, such as code mode and subagents, across both platforms. These advancements are accessible to all customers via the API under standard pricing.