★ 7/10 · Ai · 2026-04-15

The next evolution of the Agents SDK

OpenAI has updated the Agents SDK to include native sandbox execution and a model-native harness. These updates are designed to enable the development of secure, long-running agents capable of interacting with multiple...

The next evolution of the Agents SDK

Summary

OpenAI has updated the Agents SDK to include native sandbox execution and a model-native harness. These updates are designed to enable the development of secure, long-running agents capable of interacting with multiple files and tools.

Key Points

  • Integration of native sandbox execution for isolated code environments.
  • Implementation of a model-native harness for agent orchestration.
  • Support for long-running agentic processes.
  • Enhanced capability for managing operations across multiple files and external tools.

Technical Details

The update introduces native sandbox execution, providing an isolated environment for executing code generated by the model, which mitigates security risks during tool use. This is paired with a model-native harness, which acts as the orchestration layer to manage how the model interacts with the environment and manages state. The architecture is optimized for persistent, long-running tasks, allowing agents to maintain context and execute complex workflows that involve file system manipulation and the use of various external tools.

Impact / Why It Matters

This update allows developers to build more autonomous and complex agents with improved security controls and better management of multi-step, multi-tool workflows.

AI OpenAI SDK