From bf9e1d0467a837943d7d7ebb532e4917fd2e5fc9 Mon Sep 17 00:00:00 2001 From: zachary62 Date: Fri, 4 Apr 2025 17:08:07 -0400 Subject: [PATCH] update readme --- README.md | 2 +- docs/index.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3a3b2f0..8405433 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ This is a tutorial project of [Pocket Flow](https://github.com/The-Pocket/Pocket - [NumPy Core](https://the-pocket.github.io/Tutorial-Codebase-Knowledge/NumPy%20Core) - Master the engine behind data science that makes Python as fast as C! -- [OpenManus](https://the-pocket.github.io/Tutorial-Codebase-Knowledge/OpenManus) - Program robot hands that move with human-like precision and grace! +- [OpenManus](https://the-pocket.github.io/Tutorial-Codebase-Knowledge/OpenManus) - Build AI agents with digital brains that think, learn, and use tools just like humans do! - [Pydantic Core](https://the-pocket.github.io/Tutorial-Codebase-Knowledge/Pydantic%20Core) - Validate data at rocket speed with just Python type hints! diff --git a/docs/index.md b/docs/index.md index e6e6c04..5f01003 100644 --- a/docs/index.md +++ b/docs/index.md @@ -31,9 +31,9 @@ Built with [Pocket Flow](https://github.com/The-Pocket/PocketFlow), a 100-line L - [Flask](./Flask/index.md) - Craft web apps with minimal code that scales from prototype to production! - [LangGraph](./LangGraph/index.md) - Design AI agents as flowcharts where each step remembers what happened before! - [LevelDB](./LevelDB/index.md) - Store data at warp speed with Google's engine that powers blockchains! -- [MCP Python SDK](./MCP Python SDK/index.md) - Command cloud infrastructure with Python instead of clicking buttons! +- [MCP Python SDK](./MCP Python SDK/index.md) - Build powerful apps that communicate through an elegant protocol without sweating the details! - [NumPy Core](./NumPy Core/index.md) - Master the engine behind data science that makes Python as fast as C! -- [OpenManus](./OpenManus/index.md) - Program robot hands that move with human-like precision and grace! +- [OpenManus](./OpenManus/index.md) - Build AI agents with digital brains that think, learn, and use tools just like humans do! - [Pydantic Core](./Pydantic Core/index.md) - Validate data at rocket speed with just Python type hints! - [Requests](./Requests/index.md) - Talk to the internet in Python with code so simple it feels like cheating! - [SmolaAgents](./SmolaAgents/index.md) - Build tiny AI agents that punch way above their weight class!