openai/openai-agents-js
OpenAI's JavaScript/TypeScript SDK for building multi-agent AI workflows with tools, guardrails, and built-in tracing.

The OpenAI Agents SDK is a framework for orchestrating multi-agent systems in JavaScript and TypeScript. It provides abstractions for defining agents with instructions, tools, and guardrails, enabling complex workflows where agents can delegate tasks to other agents via handoffs or act as tools themselves. The SDK supports provider-agnostic deployments, MCP server integration, human-in-the-loop mechanisms, and built-in session management and tracing.