This commit is contained in:
zachary62 2025-03-25 10:15:45 -04:00
parent 885c9ec548
commit 16766d486c
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ We model the LLM workflow as a **Graph + Shared Store**:
- [(Advanced) Parallel](./core_abstraction/parallel.md) nodes/flows handle I/O-bound tasks.
<div align="center">
<img src="https://github.com/the-pocket/.github/raw/main/assets/abstraction.png" width="500"/>
<img src="https://github.com/the-pocket/.github/raw/main/assets/abstraction.png" width="900"/>
</div>
## Design Pattern
@ -44,7 +44,7 @@ From there, its easy to implement popular design patterns:
- [(Advanced) Multi-Agents](./design_pattern/multi_agent.md) coordinate multiple agents.
<div align="center">
<img src="https://github.com/the-pocket/.github/raw/main/assets/design.png" width="500"/>
<img src="https://github.com/the-pocket/.github/raw/main/assets/design.png" width="900"/>
</div>
## Utility Function