
AI AGENTS
by OpenAI
Official OpenAI Python Agents SDK: a lightweight framework for building agentic AI apps and multi-agent workflows.
OpenAI Agents SDK is OpenAI’s official Python package for building agentic AI apps. The GitHub repository describes it as “a lightweight, powerful framework for multi-agent workflows.” OpenAI’s API docs identify the Agents SDK as the code-first path for agent apps and link to both the Python SDK GitHub repository and the SDK documentation. The documentation shows installation with `pip install openai-agents`.
Use it when building agentic AI applications in Python with OpenAI’s official code-first Agents SDK. Use it for multi-agent workflows where a lightweight framework from OpenAI is preferred.
Last updated May 31, 2026