22search :
33 exclude : true
44---
5- # 例
5+ # コード例
66
7- [ repo] ( https://github.com/openai/openai-agents-python/tree/main/examples ) の examples セクションで、SDK のさまざまなサンプル実装をご確認ください。 examples は、異なるパターンと機能を示す複数のカテゴリーに整理されています 。
7+ [ repo] ( https://github.com/openai/openai-agents-python/tree/main/examples ) の examples セクションで、 SDK のさまざまなサンプル実装をご覧ください。 examples は、異なるパターンと機能を示すいくつかのカテゴリーに整理されています 。
88
99## カテゴリー
1010
1111- ** [ agent_patterns] ( https://github.com/openai/openai-agents-python/tree/main/examples/agent_patterns ) :**
12- このカテゴリーの examples では 、次のような一般的な エージェント 設計パターンを説明しています 。
12+ このカテゴリーの例は 、次のような一般的な エージェント 設計パターンを示します 。
1313
14- - 決定論的ワークフロー
14+ - 決定的なワークフロー
1515 - Agents as tools
1616 - 並列 エージェント 実行
1717 - 条件付きツール使用
@@ -21,41 +21,42 @@ search:
2121 - ストリーミング ガードレール
2222
2323- ** [ basic] ( https://github.com/openai/openai-agents-python/tree/main/examples/basic ) :**
24- これらの examples では 、次のような SDK の基礎的な機能を紹介しています 。
24+ これらの例は 、次のような SDK の基礎的な機能を紹介します 。
2525
26- - Hello World examples(デフォルトモデル、 GPT-5、オープンウェイトモデル)
26+ - Hello World の例 (Default model、 GPT-5、 open-weight model)
2727 - エージェント のライフサイクル管理
2828 - 動的な システムプロンプト
29- - ストリーミング出力(テキスト、アイテム、関数呼び出しの引数)
29+ - ストリーミング 出力 (text、 items、 function call args)
30+ - ターンをまたいで共有セッションヘルパーを使う Responses websocket transport (` examples/basic/stream_ws.py ` )
3031 - プロンプトテンプレート
31- - ファイル処理(ローカルおよびリモート、画像および PDF)
32+ - ファイル処理 (ローカルとリモート、画像と PDF)
3233 - 使用状況トラッキング
33- - 非厳密な出力型
34+ - 非 strict な出力型
3435 - 以前の response ID の使用
3536
3637- ** [ customer_service] ( https://github.com/openai/openai-agents-python/tree/main/examples/customer_service ) :**
3738 航空会社向けのカスタマーサービスシステム例です。
3839
3940- ** [ financial_research_agent] ( https://github.com/openai/openai-agents-python/tree/main/examples/financial_research_agent ) :**
40- 金融データ分析のための エージェント とツールを用いた、構造化された調査ワークフローを示す金融調査 エージェント です。
41+ 金融データ分析のための エージェント とツールを用いた、構造化されたリサーチワークフローを示す金融リサーチ エージェント です。
4142
4243- ** [ handoffs] ( https://github.com/openai/openai-agents-python/tree/main/examples/handoffs ) :**
43- メッセージフィルタリングを伴う エージェント のハンドオフの実用例をご覧ください 。
44+ メッセージフィルタリングを伴う エージェント の ハンドオフ の実践例をご覧ください 。
4445
4546- ** [ hosted_mcp] ( https://github.com/openai/openai-agents-python/tree/main/examples/hosted_mcp ) :**
46- hosted MCP( Model context protocol)コネクターと承認の使い方を示す examples です 。
47+ hosted MCP ( Model context protocol) コネクターと承認の使い方を示す例です 。
4748
4849- ** [ mcp] ( https://github.com/openai/openai-agents-python/tree/main/examples/mcp ) :**
49- MCP( Model context protocol)で エージェント を構築する方法を学べます。以下を含みます 。
50+ 次を含め、 MCP ( Model context protocol) を用いた エージェント の構築方法を学びます 。
5051
51- - ファイルシステム examples
52- - Git examples
53- - MCP プロンプト サーバー examples
54- - SSE( Server-Sent Events)examples
55- - ストリーム可能な HTTP examples
52+ - ファイルシステムの例
53+ - Git の例
54+ - MCP プロンプトサーバーの例
55+ - SSE ( Server-Sent Events) の例
56+ - ストリーム可能な HTTP の例
5657
5758- ** [ memory] ( https://github.com/openai/openai-agents-python/tree/main/examples/memory ) :**
58- エージェント 向けのさまざまなメモリ実装の examples です。以下を含みます 。
59+ 次を含む、 エージェント 向けのさまざまなメモリ実装の例です 。
5960
6061 - SQLite セッションストレージ
6162 - 高度な SQLite セッションストレージ
@@ -65,34 +66,34 @@ search:
6566 - OpenAI セッションストレージ
6667
6768- ** [ model_providers] ( https://github.com/openai/openai-agents-python/tree/main/examples/model_providers ) :**
68- カスタムプロバイダーと LiteLLM 統合を含め、 SDK で OpenAI 以外のモデルを使用する方法を確認できます 。
69+ カスタムプロバイダーや LiteLLM 連携を含め、 SDK で非 OpenAI モデルを使用する方法を確認します 。
6970
7071- ** [ realtime] ( https://github.com/openai/openai-agents-python/tree/main/examples/realtime ) :**
71- SDK を使用してリアルタイム体験を構築する方法を示す examples です。以下を含みます 。
72+ 次を含め、 SDK を使ってリアルタイム体験を構築する方法を示す例です 。
7273
7374 - Web アプリケーション
7475 - コマンドラインインターフェース
75- - Twilio 統合
76- - Twilio SIP 統合
76+ - Twilio 連携
77+ - Twilio SIP 連携
7778
7879- ** [ reasoning_content] ( https://github.com/openai/openai-agents-python/tree/main/examples/reasoning_content ) :**
79- reasoning content と structured outputs を扱う方法を示す examples です 。
80+ reasoning content と structured outputs の扱い方を示す例です 。
8081
8182- ** [ research_bot] ( https://github.com/openai/openai-agents-python/tree/main/examples/research_bot ) :**
82- 複雑なマルチ エージェント の調査ワークフローを示す 、シンプルな ディープリサーチ クローンです。
83+ 複雑なマルチ エージェント のリサーチワークフローを示す 、シンプルな ディープリサーチ クローンです。
8384
8485- ** [ tools] ( https://github.com/openai/openai-agents-python/tree/main/examples/tools ) :**
85- OpenAI がホストするツール と、次のような実験的な Codex ツール機能の実装方法を学べます 。
86+ 次を含む OpenAI がホストするツール と、実験的な Codex ツール機能の実装方法を学びます 。
8687
87- - Web 検索 と、フィルター付き Web 検索
88+ - Web 検索 とフィルター付き Web 検索
8889 - ファイル検索
8990 - Code Interpreter
90- - インラインスキル付きのホスト型コンテナシェル( ` examples/tools/container_shell_inline_skill.py ` )
91- - スキル参照付きのホスト型コンテナシェル( ` examples/tools/container_shell_skill_reference.py ` )
91+ - インラインスキル付き hosted container shell ( ` examples/tools/container_shell_inline_skill.py ` )
92+ - スキル参照付き hosted container shell ( ` examples/tools/container_shell_skill_reference.py ` )
9293 - コンピュータ操作
9394 - 画像生成
94- - 実験的な Codex ツールワークフロー( ` examples/tools/codex.py ` )
95- - 実験的な Codex 同一スレッドワークフロー( ` examples/tools/codex_same_thread.py ` )
95+ - 実験的な Codex ツールのワークフロー ( ` examples/tools/codex.py ` )
96+ - 実験的な Codex の同一スレッドワークフロー ( ` examples/tools/codex_same_thread.py ` )
9697
9798- ** [ voice] ( https://github.com/openai/openai-agents-python/tree/main/examples/voice ) :**
98- ストリーミング音声の examples を含め、 TTS および STT モデルを使用した音声 エージェント の examples をご覧ください 。
99+ ストリーミング音声の例を含め、当社の TTS および STT モデルを使用する音声 エージェント の例をご覧ください 。
0 commit comments