Skip to content

Commit 6c9213f

Browse files
committed
formatting update
1 parent 815c14b commit 6c9213f

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

openai_agents/README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,12 @@ This approach ensures that AI agent workflows are durable, observable, and can h
2525

2626
Each directory contains a complete example with its own README for detailed instructions:
2727

28-
### [Basic Examples](./basic/README.md)
29-
Simple agent examples including a hello world agent and a tools-enabled agent that can access external APIs like weather services.
28+
- **[Basic Examples](./basic/README.md)** - Simple agent examples including a hello world agent and a tools-enabled agent that can access external APIs like weather services.
3029

31-
### [Agent Patterns](./agent_patterns/README.md)
32-
Advanced patterns for agent composition, including using agents as tools within other agents.
30+
- **[Agent Patterns](./agent_patterns/README.md)** - Advanced patterns for agent composition, including using agents as tools within other agents.
3331

34-
### [Research Bot](./research_bot/README.md)
35-
Multi-agent research system with specialized roles: a planner agent, search agent, and writer agent working together to conduct comprehensive research.
32+
- **[Research Bot](./research_bot/README.md)** - Multi-agent research system with specialized roles: a planner agent, search agent, and writer agent working together to conduct comprehensive research.
3633

37-
### [Customer Service](./customer_service/README.md)
38-
Interactive customer service agent with escalation capabilities, demonstrating conversational workflows.
34+
- **[Customer Service](./customer_service/README.md)** - Interactive customer service agent with escalation capabilities, demonstrating conversational workflows.
3935

4036

0 commit comments

Comments
 (0)