From e7b2cafe0875fb4ecf3f11bda8e73d1c4ccbf139 Mon Sep 17 00:00:00 2001 From: zachary62 Date: Fri, 7 Mar 2025 10:49:45 -0500 Subject: [PATCH] reformat a bit --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 8177086..9098353 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,7 +10,7 @@ A [100-line](https://github.com/the-pocket/PocketFlow/blob/main/pocketflow/__ini - **Expressive**: Everything you love from larger frameworks—([Multi-](./design_pattern/multi_agent.html))[Agents](./design_pattern/agent.html), [Workflow](./design_pattern/workflow.html), [RAG](./design_pattern/rag.html), and more. -- **Lightweight**: Just the core graph abstraction in 100 lines. ZERO bloat, dependencies, and vendor lock-in. +- **Lightweight**: Just the core graph abstraction in 100 lines. ZERO dependencies, and vendor lock-in. - **Principled**: Built with modularity and clear separation of concerns at its heart. - **AI-Friendly**: Intuitive enough for AI agents to assist humans in building complex LLM applications. @@ -44,7 +44,7 @@ From there, it’s easy to implement popular design patterns: ## Utility Function -We do not provide built-in utility functions in *codes*, but we do provide example implementations in *docs*: +We provide utility functions not in *codes*, but in *docs*: - [LLM Wrapper](./utility_function/llm.md) - [Tool](./utility_function/tool.md)