From 1386ddfbcb2bda2e14d3c8ac260672cd307388f2 Mon Sep 17 00:00:00 2001 From: zachary62 Date: Fri, 4 Apr 2025 14:43:52 -0400 Subject: [PATCH] update readme examples --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index cb041bb..1f52c2e 100644 --- a/README.md +++ b/README.md @@ -14,16 +14,9 @@

-This is a tutorial project of [Pocket Flow](https://github.com/The-Pocket/PocketFlow), a 100-line LLM framework. It crawls GitHub repositories and build a knowledge base from the code: +This is a tutorial project of [Pocket Flow](https://github.com/The-Pocket/PocketFlow), a 100-line LLM framework. It crawls GitHub repositories and build a knowledge base from the code. It analyzes entire codebases to identify core abstractions and how they interact, and transforms complex code into beginner-friendly tutorials with clear visualizations. -- **Analyze entire codebases** to identify core abstractions and how they interact - -- **Transform complex code** into beginner-friendly tutorials with clear visualizations - -- **Build understanding systematically** from fundamentals to advanced concepts in logical steps - - -Check Out Example Tutorials for Popular GitHub Repositories: +## Example Tutorials for Popular GitHub Repositories! - [AutoGen Core](./AutoGen Core/index.md) - Build AI teams that talk, think, and solve problems together like coworkers!