diff --git a/README.md b/README.md index 466399d..8336079 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
- +
@@ -29,7 +29,7 @@ Pocket Flow is a [100-line](pocketflow/__init__.py) minimalist LLM framework Current LLM frameworks are bloated... You only need 100 lines for LLM Framework!
- + | | **Abstraction** | **App-Specific Wrappers** | **Vendor-Specific Wrappers** | **Lines** | **Size** | @@ -48,14 +48,14 @@ Current LLM frameworks are bloated... You only need 100 lines for LLM Framework! The [100 lines](pocketflow/__init__.py) capture the core abstraction of LLM frameworks: Graph!
- +

From there, it's easy to implement popular design patterns like ([Multi-](https://the-pocket.github.io/PocketFlow/design_pattern/multi_agent.html))[Agents](https://the-pocket.github.io/PocketFlow/design_pattern/agent.html), [Workflow](https://the-pocket.github.io/PocketFlow/design_pattern/workflow.html), [RAG](https://the-pocket.github.io/PocketFlow/design_pattern/rag.html), etc.
- +

✨ Below are basic tutorials: @@ -88,7 +88,7 @@ From there, it's easy to implement popular design patterns like ([Multi-](https:
- IMAGE ALT TEXT + IMAGE ALT TEXT