update readme

This commit is contained in:
zachary62
2025-04-04 17:08:07 -04:00
parent a2d72b7c31
commit bf9e1d0467
2 changed files with 3 additions and 3 deletions

View File

@@ -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!

View File

@@ -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!