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
+1 -1
View File
@@ -1,7 +1,7 @@
---
layout: default
title: "Agent"
parent: "Paradigm"
parent: "Design"
nav_order: 6
---
+1 -1
View File
@@ -1,7 +1,7 @@
---
layout: default
title: "Task Decomposition"
parent: "Paradigm"
parent: "Design"
nav_order: 2
---
+1 -1
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)
+1 -1
View File
@@ -1,7 +1,7 @@
---
layout: default
title: "Map Reduce"
parent: "Paradigm"
parent: "Design"
nav_order: 3
---
+1 -1
View File
@@ -1,7 +1,7 @@
---
layout: default
title: "Chat Memory"
parent: "Paradigm"
parent: "Design"
nav_order: 5
---
+1 -1
View File
@@ -1,7 +1,7 @@
---
layout: default
title: "(Advanced) Multi-Agents"
parent: "Paradigm"
parent: "Design"
nav_order: 7
---
+1 -1
View File
@@ -1,6 +1,6 @@
---
layout: default
title: "Paradigm"
title: "Design"
nav_order: 4
has_children: true
---
+1 -1
View File
@@ -1,7 +1,7 @@
---
layout: default
title: "RAG"
parent: "Paradigm"
parent: "Design"
nav_order: 4
---
+1 -1
View File
@@ -1,7 +1,7 @@
---
layout: default
title: "Structured Output"
parent: "Paradigm"
parent: "Design"
nav_order: 1
---