diff --git a/README.md b/README.md index d91c3c3..afbe824 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Docs](https://img.shields.io/badge/docs-latest-blue)](https://minillmflow.github.io/PocketFlow/)
- +

@@ -67,7 +67,12 @@ Pocket Flow is also a *learning resource*, as current frameworks abstract too mu ## How Does it Work? -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. +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/ diff --git a/assets/graph.png b/assets/graph.png new file mode 100644 index 0000000..7af4977 Binary files /dev/null and b/assets/graph.png differ