#64 · Primary category: AI Agents & Automation

openai-agents-python

agents ai framework harness llm openai python

A lightweight, powerful framework for multi-agent workflows

Project last updated:08/28/26

GitHub Stars

29.1K

Forks

4.6K

Contributors

373

License

MIT

Why we included this project

Most LLM apps start with a single prompt, but once you need an agent to call tools, pass work to another agent, or run for a long time, you want a framework that handles the plumbing. The OpenAI Agents SDK keeps that plumbing small: agents, tools, handoffs, guardrails, and sessions are the primitives, and you compose them into multi-step workflows where one agent can delegate to another or call functions and MCP servers. It works with OpenAI's Responses and Chat Completions APIs as well as 100+ other LLMs, so you are not locked into one model provider, and built-in tracing shows you what each agent actually did during a run. Voice and realtime agents are supported out of the box, and sandbox agents can keep working inside a container over long tasks. The docs and examples are solid enough that a small team can go from install to a working multi-agent pipeline in an afternoon.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category