OpenAI Agents SDK

The OpenAI Agents SDK is a lightweight framework for building multi-agent workflows in Python and TypeScript. Primitives include agents (LLMs with instructions, tools, guardrails), handoffs between specialists, guardrails for safety checks, sessions for conversation history, tracing for run observability, and realtime agents for voice workflows. The SDK is provider-agnostic and supports OpenAI Responses and Chat Completions plus other LLM providers.

API entry from apis.yml

apis.yml Raw ↑
aid: openai:openai-agents-sdk
name: OpenAI Agents SDK
tags:
- Agents
- SDK
- Voice
- Sandbox
score: 100
baseURL: https://api.openai.com
humanURL: https://github.com/openai/openai-agents-python
properties:
- url: https://github.com/openai/openai-agents-python
  type: GitHubRepository
- url: https://github.com/openai/openai-agents-js
  type: GitHubRepository
description: The OpenAI Agents SDK is a lightweight framework for building multi-agent workflows in Python
  and TypeScript. Primitives include agents (LLMs with instructions, tools, guardrails), handoffs between
  specialists, guardrails for safety checks, sessions for conversation history, tracing for run observability,
  and realtime agents for voice workflows. The SDK is provider-agnostic and supports OpenAI Responses
  and Chat Completions plus other LLM providers.