Agent building blocks
Configure agents with instructions, tools, guardrails, and handoffs to support multi-step workflows in JavaScript or TypeScript.
A lightweight JavaScript/TypeScript framework for building multi-agent workflows and voice agents. It supports sandboxed agents, handoffs, tools, tracing, and realtime agent patterns.
OpenAI Agents SDK (JavaScript/TypeScript) is a lightweight framework for building multi-agent workflows in JavaScript and TypeScript. The repository describes it as provider-agnostic, supporting OpenAI APIs and more.
The SDK is organized around agents, tools, guardrails, handoffs, sessions, tracing, sandbox agents, and realtime agents. The README also points to examples and documentation for learning the API and running different workflows, including sandboxed work that can inspect files, run commands, and apply patches.
Configure agents with instructions, tools, guardrails, and handoffs to support multi-step workflows in JavaScript or TypeScript.
Use sandbox agents with a filesystem workspace and sandbox environment for longer-running tasks that need file access or command execution.
Delegate work between agents by using agents as tools or handoffs when a task needs to be split into specialized steps.
Add tools that let agents take actions, including functions, MCP, and hosted tools.
Track agent runs with built-in tracing so workflows can be viewed, debugged, and optimized.
Build voice agents with Realtime Agents, which the README describes as having full features.
Build an agent that uses instructions, tools, and handoffs to complete a structured task across multiple steps.
Use sandbox agents for workflows that need repository access, command execution, or patch application while keeping workspace state across the run.
Create a voice-enabled agent with Realtime Agents when the workflow needs realtime interaction rather than a text-only exchange.
Add tracing to inspect agent behavior, then use that visibility to debug and refine workflows over time.
The README says the SDK is installed with `npm install @openai/agents zod`. It also notes that you need an `OPENAI_API_KEY` environment variable to run the examples shown in the README.
The README describes the package as a JavaScript/TypeScript SDK for multi-agent workflows, with support for regular agents and sandbox agents. It also says the SDK is provider-agnostic and supports OpenAI APIs and more.
Supported environments listed in the README are Node.js 22 or later, Deno, and Bun. Cloudflare Workers are noted as experimental with `nodejs_compat` enabled.
Yes. The README highlights Realtime Agents for building voice agents with full features, and the repository topics include `realtime-api` and `openai-api`.
The repo is an open source project with an MIT license. The GitHub pricing page shows GitHub itself has a free tier and paid plans, but it does not provide separate pricing for this SDK.
AakarDev AI helps teams manage AI provider access, project-level setups, logs, and analytics from one dashboard. It supports BYOK workflows and lists providers including OpenAI, Google Gemini, Anthropic, Groq, Mistral AI, and Perplexity AI.
Devin Desktop is Windsurf’s desktop product for managing local and cloud agents from one workspace. It supports Mac, Windows, and Linux, with additional access through a JetBrains plugin and a local CLI.
Happycapy is a browser-based agent platform that lets users run Claude Code, manage skills, and delegate tasks inside a secure sandbox. It offers a free tier plus paid plans for more automation, email handoff, and larger workloads.
Dify is an agentic workflow builder for teams that need to develop, deploy, and manage autonomous agents, RAG pipelines, and related AI applications. It offers cloud, self-hosted, and enterprise-oriented options, plus a free Sandbox plan and paid tiers.
Tabnine is an AI code assistant for developers and engineering teams, with code completions, in-IDE chat, and enterprise deployment options. It emphasizes code privacy, governance, and context-aware AI grounded in the user’s codebase.
OpenAI is an AI research and deployment company centered on ChatGPT, the API, Platform tools, and Codex. The site helps individuals, developers, and businesses explore conversational AI, build with models, and follow product and research updates.