🐍 Practical Python Scripts Python 实用脚本与 AI Agent 教程合集。 📖 文档指南 / Documentation 文档 说明 EN agent-tutorial-README.md Agent 技术栈全景速查:模型 / 框架 / 工具 / 记忆 / 部署 / 观测 EN dev-tools-handbook.md 开发者工具零基础手册:Shell / Git / npm / pip / Docker + 命令速查 EN 📂 项目列表 / Projects 项目 说明 语言 难度 agent-builder 从零搭建 AI 智能体 · 6 步递进教程 中文 · EN 入门 agent-builder-pro 进阶版 · Shell/RAG/多Agent/WebUI 中文 · EN 进阶 🚀 快速开始 / Quick Start 克隆全部 / Clone everything git clone https://github.com/zyk632/practical-python-scripts.git cd practical-python-scripts # 基础版 cd agent-builder && pip install -r requirements.txt python step01_hello_llm.py # 进阶版 cd agent-builder-pro && pip install -r requirements.txt python step_p1_shell_executor.py 只克隆某个项目 / Clone a single project # 只克隆 agent-builder(基础版) git clone --filter=blob:none --sparse https://github.com/zyk632/practical-python-scripts.git cd practical-python-scripts git sparse-checkout set agent-builder # 只克隆 agent-builder-pro(进阶版) git clone --filter=blob:none --sparse https://github.com/zyk632/practical-python-scripts.git cd practical-python-scripts git sparse-checkout set agent-builder-pro