From e822d1a083370623507e1ecdd194d5fb4068c5b2 Mon Sep 17 00:00:00 2001 From: Zachary Huang <33015448+zachary62@users.noreply.github.com> Date: Sun, 16 Mar 2025 13:01:50 -0400 Subject: [PATCH] Update index.md --- docs/index.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/index.md b/docs/index.md index d461ba5..986a478 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,11 +8,9 @@ nav_order: 1 A [100-line](https://github.com/the-pocket/PocketFlow/blob/main/pocketflow/__init__.py) minimalist LLM framework for *Agents, Task Decomposition, RAG, etc*. - -- **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 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. +- **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. +- **Agentic-Coding**: Intuitive enough for AI agents to help humans build complex LLM applications.
@@ -62,4 +60,4 @@ We provide utility functions not in *codes*, but in *docs*:
- [(Optional) Vector Databases](./utility_function/vector.md)
- [(Optional) Text-to-Speech](./utility_function/text_to_speech.md)
-## Ready to build your Apps? [Learn Agentic Coding!](./guide.md)
\ No newline at end of file
+## Ready to build your Apps? [Learn Agentic Coding!](./guide.md)