OpenAI is rolling out a significant update to its Agents SDK, aiming to empower developers to build more sophisticated AI agents capable of complex tasks. The enhanced SDK provides a standardized infrastructure designed to work seamlessly with OpenAI's models, enabling agents to inspect files, execute commands, and manage long-horizon projects within controlled environments.
A More Capable Agent Harness
The core of the update lies in a more capable harness, which now includes configurable memory, sandbox-aware orchestration, and file system tools. This allows agents to interact with documents and systems more effectively.
This new harness integrates with emerging primitives in agent systems, such as tool use via MCP and progressive disclosure via skills. It also supports custom instructions and code execution through shell commands and file edits, reducing the need for developers to build this core infrastructure themselves.