update doc
This commit is contained in:
parent
f8ba9cc877
commit
6202fe35dc
|
|
@ -30,6 +30,10 @@ We model the LLM workflow as a **Graph + Shared Store**:
|
|||
- [(Advanced) Async](./core_abstraction/async.md) nodes/flows allow waiting for asynchronous tasks.
|
||||
- [(Advanced) Parallel](./core_abstraction/parallel.md) nodes/flows handle I/O-bound tasks.
|
||||
|
||||
<div align="center">
|
||||
<img src="https://github.com/the-pocket/PocketFlow/raw/main/assets/abstraction.png" width="500"/>
|
||||
</div>
|
||||
|
||||
## Design Pattern
|
||||
|
||||
From there, it’s easy to implement popular design patterns:
|
||||
|
|
@ -41,6 +45,10 @@ From there, it’s easy to implement popular design patterns:
|
|||
- [Structured Output](./design_pattern/structure.md) formats outputs consistently.
|
||||
- [(Advanced) Multi-Agents](./design_pattern/multi_agent.md) coordinate multiple agents.
|
||||
|
||||
<div align="center">
|
||||
<img src="https://github.com/the-pocket/PocketFlow/raw/main/assets/design.png" width="500"/>
|
||||
</div>
|
||||
|
||||
## Utility Function
|
||||
|
||||
We provide utility functions not in *codes*, but in *docs*:
|
||||
|
|
|
|||
Loading…
Reference in New Issue