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
}No comments yet. Be the first to share your thoughts!
30 days in the Featured rail
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 | | ------------------------------ | ---------- | --------------------------------------------------------------------------- | |