You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+12-56Lines changed: 12 additions & 56 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,66 +4,22 @@ title: "Home"
4
4
nav_order: 1
5
5
---
6
6
7
-
# Pocket Flow
7
+
# Turns Codebase into Easy Tutorial
8
8
9
-
A [100-line](https://github.com/the-pocket/PocketFlow/blob/main/pocketflow/__init__.py) minimalist LLM framework for *Agents, Task Decomposition, RAG, etc*.
9
+
Ever stared at a new codebase written by others feeling completely lost? This project analyzes GitHub repositories and creates beginner-friendly tutorials explaining exactly how the code works.
10
10
11
-
-**Lightweight**: Just the core graph abstraction in 100 lines. ZERO dependencies, and vendor lock-in.
12
-
-**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.
13
-
-**Agentic-Coding**: Intuitive enough for AI agents to help humans build complex LLM applications.
0 commit comments