by Haozhe-Xing
A systematic AI Agent development tutorial covering LLM agents, RAG, tool use, memory systems, multi-agent systems, LangChain, LangGraph, MCP, and agentic RL.|从零开始学 AI Agent 开发 | 系统、全面、实战导向的 Agent 开发教程 | 每日自动追踪 arXiv 最新论文 | Learn AI Agent Development from Scratch
# Add to your Claude Code skills
git clone https://github.com/Haozhe-Xing/agent_learningGuides for using ai agents skills like agent_learning.
Last scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T15:40:59.464Z",
"npmAuditRan": true,
"pipAuditRan": true
}agent_learning is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Haozhe-Xing. A systematic AI Agent development tutorial covering LLM agents, RAG, tool use, memory systems, multi-agent systems, LangChain, LangGraph, MCP, and agentic RL.|从零开始学 AI Agent 开发 | 系统、全面、实战导向的 Agent 开发教程 | 每日自动追踪 arXiv 最新论文 | Learn AI Agent Development from Scratch. It has 316 GitHub stars.
Yes. agent_learning passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/Haozhe-Xing/agent_learning" and add it to your Claude Code skills directory (see the Installation section above).
agent_learning is primarily written in HTML. It is open-source under Haozhe-Xing on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh agent_learning against similar tools.
No comments yet. Be the first to share your thoughts!
The complete open-source roadmap for learning AI Agents — from LLM basics to production-ready Agent systems.
Agent Learning (agent_learning) is a systematic, practice-oriented AI Agent learning roadmap and hands-on tutorial covering LLM fundamentals, RAG, memory, tool use, function calling, agentic workflows, LangChain, LangGraph, MCP, multi-agent systems, evaluation, deployment, and agentic RL.
If you want to learn how to build AI Agents — not just use ChatGPT, but understand how agents retrieve knowledge, remember context, call tools, plan actions, collaborate, and run safely in production — this project is for you.
Daily auto-tracking of arXiv frontier papers — content stays cutting-edge, always.
🐛 Report Issues · 💬 Discussions · 🇨🇳 中文版 README
🤖 This repository automatically searches arXiv for the latest AI Agent-related papers every day and updates the content accordingly — ensuring you always stay at the cutting edge of research!
💡 This means the content you read here is not static — it evolves continuously with the latest advances in the AI Agent field.
| Path | Start Here | Goal |
|---|---|---|
| Beginner Path | LLM basics → Prompt Engineering → Function Calling → RAG → Memory → ReAct | Understand how an Agent works end to end |
| Engineering Path | Tool Layer → LangGraph → Evaluation → Security → Deployment → Observability | Build production-ready Agent systems |
| Research Path | ReAct → Reflexion → MemGPT → PPO / DPO / GRPO → Agentic RL | Follow and understand frontier Agent research |
| Project Path | Hello Agent → RAG QA Agent → Memory Agent → Data Analysis Agent → Coding Agent | Learn by building complete applications |
Below are selected showcases from the book's 120+ hand-drawn SVG illustrations, all original to this book.
Perceive-Think-Act Loop (Chapter 1)
Agent's core mechanism: Perceive environment → LLM reasoning → Execute action → Loop until goal achieved
ReAct Reasoning Framework (Chapter 5)
Thought → Action → Observation alternating loop, enabling Agents to think while acting
Function Calling Complete Flow (Chapter 3)
6-step complete flow from user input to tool invocation to final response, with message structure illustration
RAG Retrieval-Augmented Generation (Chapter 6)
Offline indexing + Online retrieval dual-phase architecture, making LLM answers evidence-based
Three-Layer Memory Architecture (Chapter 4)
Working memory → Short-term memory → Long-term memory, with important info sinking down and semantic retrieval pulling up
Prompt Engineering vs Context Engineering (Chapter 7)
From "how to say it" to "what the LLM sees" — the paradigm shift of the Agent era
Three Multi-Agent Communication Patterns (Chapter 15)
Message Queue (async decoupling) / Shared Blackboard (data sharing) / Direct Call (real-time collaboration)
MCP / A2A / ANP Protocol Comparison (Chapter 16)
Three-layer protocol stack: ANP for discovery → A2A for task collaboration → MCP for tool invocation
GRPO Training Architecture (Chapter 10)
No Critic model needed, computes advantage via intra-group normalization, only 1.5× model size in VRAM
LangGraph Three Core Concepts (Chapter 12)
State (shared state) · Node (processing unit) · Edge (execution flow control)
📖 The above is just a selected preview — For the full 120+ architecture diagrams + 5 interactive animations, please read online
This book includes 5 interactive HTML animations to help you intuitively understand the dynamic processes of core concepts:
| Animation | Chapter | Description |
|---|---|---|