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
title: "Agent"
parent: "Paradigm"
parent: "Design"
nav_order: 6
---

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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