@@ -4,59 +4,59 @@ search:
44---
55# コード例
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- このカテゴリーのコード例では、次のような一般的なエージェント設計パターンを紹介します 。
12+ このカテゴリーの examples では、次のような一般的なエージェント設計パターンを示します 。
1313
1414 - 決定論的ワークフロー
1515 - Agents as tools
1616 - エージェントの並列実行
17- - 条件付きツール使用
17+ - 条件付きツール利用
1818 - 入出力ガードレール
1919 - 判定者としての LLM
2020 - ルーティング
2121 - ストリーミングガードレール
2222
2323- ** [ basic] ( https://github.com/openai/openai-agents-python/tree/main/examples/basic ) :**
24- これらのコード例では 、次のような SDK の基本機能を紹介します。
24+ これらの examples では 、次のような SDK の基本機能を紹介します。
2525
26- - Hello world のコード例 (デフォルトモデル、 GPT-5、 open-weight モデル)
26+ - Hello World の code examples (デフォルトモデル、 GPT-5、 open-weight モデル)
2727 - エージェントのライフサイクル管理
2828 - 動的システムプロンプト
2929 - ストリーミング出力(テキスト、項目、関数呼び出し引数)
30- - ターンをまたいで共有セッションヘルパーを使用する Responses websocket transport(` examples/basic/stream_ws.py ` )
30+ - ターンをまたいで共有セッションヘルパーを使う Responses websocket transport(` examples/basic/stream_ws.py ` )
3131 - プロンプトテンプレート
32- - ファイル処理(ローカルおよびリモート、画像および PDF)
33- - 使用状況のトラッキング
32+ - ファイル処理(ローカルとリモート、画像と PDF)
33+ - 使用量トラッキング
3434 - 非 strict な出力型
35- - 以前の response ID の利用
35+ - 以前の response ID の使用
3636
3737- ** [ customer_service] ( https://github.com/openai/openai-agents-python/tree/main/examples/customer_service ) :**
38- 航空会社向けのカスタマーサービスシステムのコード例です 。
38+ 航空会社向けのカスタマーサービスシステムの例です 。
3939
4040- ** [ financial_research_agent] ( https://github.com/openai/openai-agents-python/tree/main/examples/financial_research_agent ) :**
41- 金融データ分析のためのエージェントとツールを用いた、構造化された調査ワークフローを示す金融調査エージェントです 。
41+ 金融データ分析のためのエージェントとツールを使った構造化された調査ワークフローを示す、金融リサーチエージェントです 。
4242
4343- ** [ handoffs] ( https://github.com/openai/openai-agents-python/tree/main/examples/handoffs ) :**
44- メッセージフィルタリングを使ったエージェントのハンドオフの実践的なコード例をご覧ください 。
44+ メッセージフィルタリングを伴うエージェントハンドオフの実践的な examples を確認できます 。
4545
4646- ** [ hosted_mcp] ( https://github.com/openai/openai-agents-python/tree/main/examples/hosted_mcp ) :**
47- ホスト型 MCP(Model Context Protocol)コネクタと承認の使い方を示すコード例です 。
47+ hosted MCP(Model context protocol)コネクタと承認の使い方を示す examples です 。
4848
4949- ** [ mcp] ( https://github.com/openai/openai-agents-python/tree/main/examples/mcp ) :**
50- MCP(Model Context Protocol)を使ってエージェントを構築する方法を学べます。内容は以下を含みます 。
50+ MCP(Model context protocol)を使ったエージェントの構築方法を学べます。内容は次のとおりです 。
5151
52- - Filesystem のコード例
53- - Git のコード例
54- - MCP prompt server のコード例
55- - SSE(Server-Sent Events)のコード例
56- - Streamable HTTP のコード例
52+ - ファイルシステムの examples
53+ - Git の examples
54+ - MCP プロンプトサーバーの examples
55+ - SSE(Server-Sent Events)の examples
56+ - ストリーミング可能な HTTP の examples
5757
5858- ** [ memory] ( https://github.com/openai/openai-agents-python/tree/main/examples/memory ) :**
59- エージェント向けのさまざまなメモリ実装のコード例です。以下を含みます 。
59+ エージェント向けのさまざまなメモリ実装の examples です。内容は次のとおりです 。
6060
6161 - SQLite セッションストレージ
6262 - 高度な SQLite セッションストレージ
@@ -68,34 +68,34 @@ search:
6868 - Responses compaction セッションストレージ
6969
7070- ** [ model_providers] ( https://github.com/openai/openai-agents-python/tree/main/examples/model_providers ) :**
71- カスタムプロバイダーや LiteLLM 統合を含め、 SDK で OpenAI 以外のモデルを使う方法を確認できます 。
71+ カスタムプロバイダーや LiteLLM 統合を含め、 SDK で non- OpenAI モデルを使う方法を確認できます 。
7272
7373- ** [ realtime] ( https://github.com/openai/openai-agents-python/tree/main/examples/realtime ) :**
74- SDK を使ってリアルタイム体験を構築する方法を示すコード例です。以下を含みます 。
74+ SDK を使用してリアルタイム体験を構築する方法を示す examples です。内容は次のとおりです 。
7575
76- - Web アプリケーション
77- - コマンドラインインターフェース
78- - Twilio 統合
79- - Twilio SIP 統合
76+ - 構造化テキストと画像メッセージを使う Web アプリケーションパターン
77+ - コマンドラインでの音声ループと再生処理
78+ - WebSocket 経由の Twilio Media Streams 統合
79+ - Realtime Calls API の attach フローを使う Twilio SIP 統合
8080
8181- ** [ reasoning_content] ( https://github.com/openai/openai-agents-python/tree/main/examples/reasoning_content ) :**
82- reasoning content と structured outputs を扱う方法を示すコード例です 。
82+ reasoning content と structured outputs の扱い方を示す examples です 。
8383
8484- ** [ research_bot] ( https://github.com/openai/openai-agents-python/tree/main/examples/research_bot ) :**
8585 複雑なマルチエージェント調査ワークフローを示す、シンプルなディープリサーチクローンです。
8686
8787- ** [ tools] ( https://github.com/openai/openai-agents-python/tree/main/examples/tools ) :**
88- OpenAI がホストするツールや、次のような実験的な Codex ツール機能を実装する方法を学べます 。
88+ OAI hosted tools と実験的な Codex ツール機能の実装方法を学べます。内容は次のとおりです 。
8989
90- - Web 検索 およびフィルター付き Web 検索
90+ - Web 検索 とフィルター付き Web 検索
9191 - ファイル検索
9292 - Code Interpreter
93- - インラインスキル付きホスト型コンテナシェル (` examples/tools/container_shell_inline_skill.py ` )
94- - スキル参照付きホスト型コンテナシェル (` examples/tools/container_shell_skill_reference.py ` )
93+ - インラインスキル付き hosted container shell (` examples/tools/container_shell_inline_skill.py ` )
94+ - スキル参照付き hosted container shell (` examples/tools/container_shell_skill_reference.py ` )
9595 - コンピュータ操作
9696 - 画像生成
9797 - 実験的な Codex ツールワークフロー(` examples/tools/codex.py ` )
9898 - 実験的な Codex 同一スレッドワークフロー(` examples/tools/codex_same_thread.py ` )
9999
100100- ** [ voice] ( https://github.com/openai/openai-agents-python/tree/main/examples/voice ) :**
101- ストリーミング音声のコード例を含む 、 TTS および STT モデルを使った音声エージェントのコード例をご覧ください 。
101+ ストリーミング音声 examples を含め 、 TTS と STT モデルを使った音声エージェントの examples を確認できます 。
0 commit comments