#325 · Primary category: AI Agents & Automation

openai-agents-js

agents openai openai-api realtime-api typescript

A lightweight, powerful framework for multi-agent workflows and voice agents

Project last updated:08/28/26

GitHub Stars

3.7K

Forks

945

Contributors

117

License

MIT

Why we included this project

OpenAI ships this SDK as its official TypeScript entry point for building multi-agent systems, and it keeps the core small: agents, tools, handoffs, guardrails, and tracing come as building blocks rather than a heavy opinionated platform. A typical setup splits a job across specialist agents that delegate to each other and share the same tool set, which is straightforward to wire up in Node.js, Deno, or Bun. Beyond plain chat, it supports sandboxed agents that work against a filesystem for longer-running tasks, plus low-latency realtime agents for spoken conversations. Session history is managed automatically, and built-in tracing lets you watch a run end to end when something misbehaves. It is provider-agnostic, so teams already using the OpenAI API get a natural fit without being locked out of other models.

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