Skip to content

Commit 6b85ed5

Browse files
committed
update design patterns
1 parent 4102fdf commit 6b85ed5

41 files changed

Lines changed: 431 additions & 316 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

02_frameworks/1_openai/README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ This directory contains comprehensive documentation, guides, tutorials, and code
77

88

99
### Contents:
10-
#### 1. Documents
11-
- [OpenAI Agents (Concepts and Setup)](./openai_agents_overview.md): Key concepts and basic setup for OpenAI agentic systems.
12-
- [OpenAI Agents SDK (Comprehensive Guide)](./openai_agents_sdk.md): Comprehensive guide and code examples for building agents with the OpenAI Agents SDK.
13-
- [OpenAI API Quickstart](./openai_api_quickstart.md): Fast start guide for using the OpenAI API for generative tasks.
14-
- [OpenAI Agents Design Guide (Summary)](./openai-agents-design-guide.md): Design principles and structure for OpenAI agents.
10+
- [**OpenAI Agents (Overview)**](./openai_agents_overview.md): Key concepts and basic setup for OpenAI agentic systems.
11+
- [**OpenAI Agents SDK (Comprehensive Guide)**](./openai_agents_sdk.md): Comprehensive guide and code examples for building agents with the OpenAI Agents SDK.
12+
- [**OpenAI API Quickstart**](./openai_api_quickstart.md): Fast start guide for using the OpenAI API for generative tasks.
13+
- [**OpenAI Agents Design Guide** (Summary)](../../03_system_design/cookbooks/openai-agents-design-guide.md): Design principles and structure for OpenAI agents.
1514

16-
#### 2. Code
17-
- Comprehensive starter codes for building agents with the OpenAI Agents SDK can be found in the [code](./code/README.md) including:
18-
- Agents basics: agents, models, tools, context, handoffs, guardrails, streaming, lifecycle, outputs, tracing, mcp, prompting, and voice_agents.
19-
- Advanced: streaming, lifecycle, outputs, tracing, mcp, prompting, and voice_agents.
15+
##### Code Examples
16+
- Comprehensive starter codes for building agents in [code](./code/README.md) folder:
17+
- **Agents basics**: agents, models, tools, context, handoffs, guardrails, streaming, lifecycle, outputs, tracing, mcp, prompting, and voice_agents.
18+
- **Agents Advanced**: streaming, lifecycle, outputs, tracing, mcp, prompting, and voice_agents.

03_system_design/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This directory provides concise resources for designing, building, and evaluatin
55
## Directory Overview
66

77
- **[Architectures](./architectures/README.md):** System blueprints and the 12-Step Agentic System Design.
8-
- **[Design Patterns](./design-patterns/README.md):** Patterns and code examples for agentic systems.
8+
- **[Design Patterns](./design-patterns/agentic-ai-design-patterns.md):** Patterns and code examples for agentic systems.
99
- **[Cookbooks](./cookbooks/README.md):** Practical guides and tutorials.
1010
- **[Agents](./agents/README.md):** Agentic system agent definitions and resources.
1111
<!-- - **[Layers](./layers/README.md):** Cognitive and reasoning layer designs. -->

03_system_design/design-patterns/AI-Agent-Design-Patterns-v1.3.md

Lines changed: 0 additions & 215 deletions
This file was deleted.

03_system_design/design-patterns/README.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)