correct link

This commit is contained in:
Zachary Huang 2025-01-11 12:42:20 -05:00 committed by GitHub
parent e2de4a581f
commit 1d6f7a3e78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ Pocket Flow is also a *learning resource*, as current frameworks abstract too mu
## 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, its 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, its easy to layer on more complex features.
- To learn more details, please check out documentation: https://minillmflow.github.io/PocketFlow/