correct link
This commit is contained in:
parent
e2de4a581f
commit
1d6f7a3e78
|
|
@ -66,7 +66,7 @@ Pocket Flow is also a *learning resource*, as current frameworks abstract too mu
|
||||||
|
|
||||||
## How Does it Work?
|
## How Does it Work?
|
||||||
|
|
||||||
The [100 lines](minillmflow/__init__.py) capture what we see as the core abstraction of most LLM frameworks: a **nested directed graph** that breaks down tasks into multiple (LLM) steps, with branching and recursion for agent-like decision-making. From there, it’s easy to layer on more complex features.
|
The [100 lines](pocketflow/__init__.py) capture what we see as the core abstraction of most LLM frameworks: a **nested directed graph** that breaks down tasks into multiple (LLM) steps, with branching and recursion for agent-like decision-making. From there, it’s easy to layer on more complex features.
|
||||||
|
|
||||||
- To learn more details, please check out documentation: https://minillmflow.github.io/PocketFlow/
|
- To learn more details, please check out documentation: https://minillmflow.github.io/PocketFlow/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue