@@ -5,29 +5,32 @@ Check out a variety of sample implementations of the SDK in the examples section
5
5
6
6
## Categories
7
7
8
- - ** agent_patterns**
9
- Examples in this category illustrate common agent design patterns, such as:
10
- - Deterministic workflows
11
- - Agents as tools
12
- - Parallel agent execution
13
-
14
- - ** basic**
15
- These examples showcase foundational capabilities of the SDK, such as:
16
- - Dynamic system prompts
17
- - Streaming outputs
18
- - Lifecycle events
19
-
20
- - ** tool examples**
8
+ - ** agent_patterns:**
9
+ Examples in this category illustrate common agent design patterns, such as
10
+
11
+ - Deterministic workflows
12
+ - Agents as tools
13
+ - Parallel agent execution
14
+
15
+ - ** basic:**
16
+ These examples showcase foundational capabilities of the SDK, such as
17
+
18
+ - Dynamic system prompts
19
+ - Streaming outputs
20
+ - Lifecycle events
21
+
22
+ - ** tool examples:**
21
23
Learn how to implement OAI hosted tools such as web search and file search,
22
24
and integrate them into your agents.
23
25
24
- - ** model providers**
26
+ - ** model providers: **
25
27
Explore how to use non-OpenAI models with the SDK.
26
28
27
- - ** handoffs**
29
+ - ** handoffs: **
28
30
See practical examples of agent handoffs.
29
31
30
- - ** customer_service & research_bot**
31
- Two more built-out examples that illustrate real-world applications:
32
- - ** customer_service** : Example customer service system for an airline.
33
- - ** research_bot** : Simple deep research clone.
32
+ - ** customer_service** and ** research_bot:**
33
+ Two more built-out examples that illustrate real-world applications
34
+
35
+ - ** customer_service** : Example customer service system for an airline.
36
+ - ** research_bot** : Simple deep research clone.
0 commit comments