diff --git a/README.md b/README.md index afbe824..676e56a 100644 --- a/README.md +++ b/README.md @@ -69,9 +69,6 @@ Pocket Flow is also a *learning resource*, as current frameworks abstract too mu 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. -
-
+