
Agents | OpenAI API
Agents are systems that intelligently accomplish tasks—from simple goals to complex, open-ended workflows. OpenAI provides models with agentic strengths, a toolkit for agent creation and deploys, …
New tools for building agents - OpenAI
Mar 11, 2025 · Today, we’re releasing the first set of building blocks that will help developers and enterprises build useful and reliable agents. We view agents as systems that independently …
Building agents - developers.openai.com
Simple agents may use a handful of tools, and complex agentic systems may orchestrate multiple agents to work together. This learning track introduces you to the core concepts and practical steps …
OpenAI Cookbook
May 2, 2023 · Agents use an LLM to execute instructions and make decisions. They have access to tools to gather context and take actions, always operating within clearly defined guardrails.
Agents - developers.openai.com
Agents SDK quickstart Step-by-step guide to quickly build agents with the OpenAI Agents SDK.
Emergent tool use from multi-agent interaction - OpenAI
Sep 17, 2019 · Through training in our new simulated hide-and-seek environment, agents build a series of six distinct strategies and counterstrategies, some of which we did not know our environment …
Multi-Agent Portfolio Collaboration with OpenAI Agents SDK
May 28, 2025 · This guide is for readers already familiar with OpenAI models and LLM agents, and want to see how to orchestrate a team of agents for a real-world, complex task.
Voice agents | OpenAI API
Use the OpenAI API and Agents SDK to create powerful, context-aware voice agents for applications like customer support and language tutoring. This guide helps you design and build a voice agent.
Computer-Using Agent | OpenAI
Jan 23, 2025 · The next challenge space we plan to explore is expanding the action space of agents. The flexibility offered by a universal interface addresses this challenge, enabling an agent that can …
Agents SDK | OpenAI API
Welcome to the OpenAI Agents SDK. This library makes it straightforward to build agentic applications—where a model can use additional context and tools, hand off to other specialized …