reformat a bit

This commit is contained in:
zachary62 2025-03-07 10:49:45 -05:00
parent 25fd50978c
commit e7b2cafe08
1 changed files with 2 additions and 2 deletions

View File

@ -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. - **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. - **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. - **AI-Friendly**: Intuitive enough for AI agents to assist humans in building complex LLM applications.
@ -44,7 +44,7 @@ From there, its easy to implement popular design patterns:
## Utility Function ## 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) - [LLM Wrapper](./utility_function/llm.md)
- [Tool](./utility_function/tool.md) - [Tool](./utility_function/tool.md)