design paradigm to design pattern

This commit is contained in:
zachary62 2025-02-25 18:22:10 -05:00
parent 6fa08156be
commit 4a563feb82
9 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
--- ---
layout: default layout: default
title: "Agent" title: "Agent"
parent: "Paradigm" parent: "Design"
nav_order: 6 nav_order: 6
--- ---

View File

@ -1,7 +1,7 @@
--- ---
layout: default layout: default
title: "Task Decomposition" title: "Task Decomposition"
parent: "Paradigm" parent: "Design"
nav_order: 2 nav_order: 2
--- ---

View File

@ -48,7 +48,7 @@ We model the LLM workflow as a **Nested Directed Graph**:
{: .warning } {: .warning }
## Design Paradigm ## Design Patterns
- [Structured Output](./structure.md) - [Structured Output](./structure.md)
- [Task Decomposition](./decomp.md) - [Task Decomposition](./decomp.md)

View File

@ -1,7 +1,7 @@
--- ---
layout: default layout: default
title: "Map Reduce" title: "Map Reduce"
parent: "Paradigm" parent: "Design"
nav_order: 3 nav_order: 3
--- ---

View File

@ -1,7 +1,7 @@
--- ---
layout: default layout: default
title: "Chat Memory" title: "Chat Memory"
parent: "Paradigm" parent: "Design"
nav_order: 5 nav_order: 5
--- ---

View File

@ -1,7 +1,7 @@
--- ---
layout: default layout: default
title: "(Advanced) Multi-Agents" title: "(Advanced) Multi-Agents"
parent: "Paradigm" parent: "Design"
nav_order: 7 nav_order: 7
--- ---

View File

@ -1,6 +1,6 @@
--- ---
layout: default layout: default
title: "Paradigm" title: "Design"
nav_order: 4 nav_order: 4
has_children: true has_children: true
--- ---

View File

@ -1,7 +1,7 @@
--- ---
layout: default layout: default
title: "RAG" title: "RAG"
parent: "Paradigm" parent: "Design"
nav_order: 4 nav_order: 4
--- ---

View File

@ -1,7 +1,7 @@
--- ---
layout: default layout: default
title: "Structured Output" title: "Structured Output"
parent: "Paradigm" parent: "Design"
nav_order: 1 nav_order: 1
--- ---