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 488 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!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
A visual, bilingual, and engineering-first textbook for building reliable LLM Agents.
From Function Calling, memory, planning, RAG, and context engineering to Agentic RL, multi-agent systems, evaluation, security, and production deployment.
中文说明 · Complete directory · Runnable reference agent · Contributing
agent_learning is an open-source AI Agent textbook and learning repository. It is designed for the gap between "I can call an LLM API" and "I can build, evaluate, secure, and deploy an Agent system."
Instead of teaching isolated framework APIs, the book builds one connected mental model:
LLM fundamentals → tools → memory → planning → RAG → context → harness → skills → Agentic RL → multi-agent → evaluation → security → deployment
The repository includes:
reference-agent/, a small runnable Agent baseline with tools, memory, security gates, evaluation, an MCP server, a FastAPI service, and 16 tests.This is not an awesome-list and not a framework manual. It is a structured path from first principles to production engineering.
src/en/ — English mdBook sourcesrc/zh/ — Chinese mdBook sourcesrc/en/SUMMARY.md — English table of contentssrc/zh/SUMMARY.md — Chinese table of contentsreference-agent/ — teaching baseline Agent implementationreference-agent/src/reference_agent/ — Agent loop, providers, tools, memory, security, server, evaluationreference-agent/tests/ — offline test suitesrc/en/svg/ — English diagramssrc/zh/svg/ — Chinese diagramssrc/en/animations/ — English interactive demossrc/zh/animations/ — Chinese interactive demostheme/ — shared mdBook themebook.toml — Chinese mdBook configbook-en.toml — English mdBook configserve.sh — build and serve both books locallyreference-agent/ is the shared, dependency-light implementation behind the hands-on chapters. It includes:
FakeProvider and optional OpenAI provider;cd reference-agent
python -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"
pytest -q
The implementation is intentionally small enough to read. It is a teaching baseline, not a claim of production completeness.
Corrections, clearer explanations, runnable examples, translation fixes, and new paper notes are welcome.
src/en/ and src/zh/ when possible.SUMMARY.md files.src/en/svg/ and src/zh/svg/../serve.sh and verify both language builds.Please keep claims verifiable and prefer primary sources for papers, protocols, versions, and external projects.
reference-agent baseline with offline testsSuggestions are welcome in Issues.
Released under the MIT License.
A Star helps more engineers find a structured path through AI Agents instead of another disconnected list of links.