OpenAI が Agents SDK を利用したデモを公開
OpenAI が次の 3 つの Agents SDK を利用したデモを公開。
-
Customer Service Agents Demo:
- OpenAI Agents SDK を使用した航空会社カスタマーサービス向けエージェントシステム。Triage Agent、Seat Booking Agent、Flight Status Agent、FAQ Agent、Cancellation Agent で構成。Python バックエンドと Next.js UI で実装
- リポジトリ:openai-cs-agents-demo
-
Testing Agent Demo:
- OpenAI CUA model と Responses API を使用した UI テスト自動化エージェント。Web アプリの自動テストを実行し、frontend、cua-server、sample-test-app の 3 コンポーネントで構成
- リポジトリ:openai-testing-agent-demo
-
Responses Starter App:
- MCP(Model Context Protocol)と code interpreter ツールをサポートするスターターアプリ。responses 機能と built-in ツールを使った開発の出発点として活用可能
- リポジトリ:openai-responses-starter-app