Files
2025-11-30 08:25:09 +08:00

5.5 KiB

Official Links and Resources

Quick reference to official OpenAI Agents SDK documentation and resources.


Official Documentation

Main Documentation

Guides


GitHub Repository

Main Repo


npm Packages

Core Packages

Installation

npm install @openai/agents zod@3
npm install @openai/agents-realtime  # For voice agents

OpenAI Platform

API Documentation

Pricing

  • Pricing Page: https://openai.com/api/pricing/
  • GPT-4o: $2.50 / 1M input tokens, $10.00 / 1M output tokens
  • GPT-4o-mini: $0.15 / 1M input tokens, $0.60 / 1M output tokens

Account


Community

Forums

Social


Engineering Blog

Key Articles

  • Agents SDK Announcement: Check OpenAI blog for official announcement
  • Swarm to Agents Migration: (Agents SDK is successor to experimental Swarm)

Development Tools

Frameworks


Examples and Templates

Official Examples

Community Examples


Support

Getting Help

  1. Documentation: Start with official docs
  2. GitHub Issues: Search existing issues first
  3. Community Forum: Ask in OpenAI Community
  4. Stack Overflow: Tag with openai-agents-js

Reporting Bugs


Version Information

Current Versions (as of 2025-10-26)

  • @openai/agents: 0.2.1
  • @openai/agents-realtime: 0.2.1
  • Required zod: ^3.x

Version History

Migration Guides

  • Check docs for breaking changes between versions
  • Always test after upgrading

Comparison with Other Frameworks

vs Swarm

  • Swarm: Experimental project (deprecated)
  • Agents SDK: Production-ready successor

vs LangChain

  • LangChain: Framework-agnostic, many providers
  • Agents SDK: OpenAI-focused, simpler API

vs OpenAI Assistants API

  • Assistants API: Managed state, threads, files
  • Agents SDK: Full control, custom orchestration

Changelog

v0.2.1 (2025-10)

  • Realtime voice agent improvements
  • Bug fixes for MCP integration
  • Performance optimizations

v0.1.x

  • Initial public release
  • Core agent features
  • Handoffs and tools

Last Updated: 2025-10-26 SDK Version: 0.2.1

Note: Links verified current. Check official sources for latest updates.