Skip to content

Commit 064e25b

Browse files
authored
add links and mcp + voice examples (#438)
1 parent 0396052 commit 064e25b

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

docs/examples.md

+15-9
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,38 @@ Check out a variety of sample implementations of the SDK in the examples section
55

66
## Categories
77

8-
- **agent_patterns:**
8+
- **[agent_patterns](https://github.com/openai/openai-agents-python/tree/main/examples/agent_patterns):**
99
Examples in this category illustrate common agent design patterns, such as
10-
10+
1111
- Deterministic workflows
1212
- Agents as tools
1313
- Parallel agent execution
1414

15-
- **basic:**
15+
- **[basic](https://github.com/openai/openai-agents-python/tree/main/examples/basic):**
1616
These examples showcase foundational capabilities of the SDK, such as
17-
17+
1818
- Dynamic system prompts
1919
- Streaming outputs
2020
- Lifecycle events
2121

22-
- **tool examples:**
22+
- **[tool examples](https://github.com/openai/openai-agents-python/tree/main/examples/tools):**
2323
Learn how to implement OAI hosted tools such as web search and file search,
2424
and integrate them into your agents.
2525

26-
- **model providers:**
26+
- **[model providers](https://github.com/openai/openai-agents-python/tree/main/examples/model_providers):**
2727
Explore how to use non-OpenAI models with the SDK.
2828

29-
- **handoffs:**
29+
- **[handoffs](https://github.com/openai/openai-agents-python/tree/main/examples/handoffs):**
3030
See practical examples of agent handoffs.
3131

32-
- **customer_service** and **research_bot:**
32+
- **[mcp](https://github.com/openai/openai-agents-python/tree/main/examples/mcp):**
33+
Learn how to build agents with MCP.
34+
35+
- **[customer_service](https://github.com/openai/openai-agents-python/tree/main/examples/customer_service)** and **[research_bot](https://github.com/openai/openai-agents-python/tree/main/examples/research_bot):**
3336
Two more built-out examples that illustrate real-world applications
34-
37+
3538
- **customer_service**: Example customer service system for an airline.
3639
- **research_bot**: Simple deep research clone.
40+
41+
- **[voice](https://github.com/openai/openai-agents-python/tree/main/examples/voice):**
42+
See examples of voice agents, using our TTS and STT models.

0 commit comments

Comments
 (0)