@xiaojianjian567: Introduction to the Excellent GitHub Project with 45k Stars: hello-agents. Produced by Datawhale, it gained 1,200+ stars in 7 days and is surging. What does this project do? One-sentence description: Teaches you from scratch how to build real AI Agents—not just by calling APIs, but by understanding core principles, system design, and…

X AI KOLs Timeline Tools

Summary

Datawhale's open-source project, hello-agents, is gaining rapid popularity on GitHub. It aims to systematically teach developers the core principles, multi-agent collaboration, and system design required to build AI Agents from scratch, going beyond mere API usage.

Introduction to the Excellent GitHub Project with 45k Stars: hello-agents Produced by Datawhale, it gained 1,200+ stars in 7 days and is surging. What does this project do? One-sentence description: It teaches you from scratch how to build real AI Agents. It’s not about calling APIs; it’s about understanding core principles, system design, and multi-agent collaboration. It breaks down Agent systems into 16 chapters, progressing layer by layer from basic concepts to practical projects. After studying it, you will transition from someone who uses GPT to write copy to someone capable of designing Agent systems. Core Technical Features * **First-Principles Teaching**: It doesn’t teach you how to call APIs; it teaches you how to build the mental model of an Agent from scratch—covering memory modules, tool calling, autonomous planning, and protocol communication. * **Multi-Agent Collaboration**: Advances from single Agents to system design involving multi-Agent division of labor, collaboration, and debate. * **Covers All Mainstream Frameworks**: AutoGen, AgentScope, LangGraph, Coze, Dify—all mainstream frameworks are covered. This is not API calling tutorial, but design thinking tutorial. * **Classic Paradigms Hand-Implemented**: Paradigms such as ReAct, Plan-and-Solve, and Reflection are all implemented from principle to code by hand. Supported Features * **16 Chapters, 5 Stages**: Basics → Single Agent → Advanced → Practical Application → Graduation Project. * **Complete Code Repository**: Combines theory with practice; every knowledge point has runnable code. * **Comprehensive Practical Projects**: Intelligent Travel Assistant (Multi-Agent Collaboration), Cyber Town (Agent Simulated Society), and Reproduction of DeepResearch Agent. * **Continuous Updates with Extra Chapters**: Agent interview questions, step-by-step Dify tutorials, GUI Agent practice, environment configuration, and Skill writing. Who Is This For? 1. **Developers who want to upgrade from AI users to AI system designers**: This isn’t about learning how to use ChatGPT; it’s about learning how to build Agents that can work autonomously. 2. **Researchers or engineers interested in multi-agent systems**: The book thoroughly explains how multiple Agents communicate, collaborate, and are evaluated. 3. **Friends looking to switch careers to AI or preparing for AI-related job interviews**: It includes a dedicated summary of Agent interview questions and answers. Learning Path: Basics → Single Agent → Advanced → Practical Application → Graduation Project. Each stage includes code and runnable projects. Project Link: https://github.com/datawhalechina/hello-agents Polo’s Perspective: The people most likely to be replaced in 2025 are those still chasing the release of new models. The people truly hard to replace are those who can design Agent systems and enable multiple AIs to collaborate on complex tasks. Large models will become cheaper and more open-source. However, the ability to use these models to build reliable systems will not become oversaturated. The strength of this hello-agents book lies in the fact that it doesn’t teach you to chase trends; it teaches you to build systems.
Original Article
View Cached Full Text

Cached at: 05/11/26, 02:34 AM

Hello-Agents

🤖 “Building Agents from Scratch”

Comprehensively master the design and implementation of agent systems, from foundational theories to practical applications.

Scan the QR code to provide feedback and contribute to the growth of this new project.

⭐ If this project has been helpful to you, please give us a Star!

Scan the QR code to join the readers’ discussion group and exchange ideas with fellow learners.

Scan the QR code to follow the Datawhale WeChat Official Account for more high-quality open-source content.

Similar Articles

@gyro_ai: Most people learn about agents either staying at the conceptual level or jumping directly into frameworks, leaving the middle layer—"why design it this way"—empty. On GitHub, the book "Building Agents from Scratch" by Datawhale covers 16 chapters from basics to multi-agent systems, with its own HelloAgents framework to learn by doing…

X AI KOLs Timeline

Datawhale's open-source tutorial "Building Agents from Scratch" covers memory systems, RAG, context engineering, etc. in 16 chapters, including the HelloAgents framework, suitable for learners who want to deeply understand the internal mechanisms of agents.

datawhalechina/hello-agents

GitHub Trending (daily)

Datawhale社区发布的开源中文教程《从零开始构建智能体》,系统性讲解AI原生智能体的理论与实践,涵盖从基础原理到自研框架HelloAgents的完整学习路径。

@axichuhai: Hey everyone, I've found another GitHub treasure open-source project — hello-agents has shot straight to the top of the GitHub trending list and is still climbing! It systematically organizes AI and Agent from theory to practice into an open-source curriculum, covering Agentic RL, SFT, …

X AI KOLs Timeline

Discovered an open-source GitHub project hello-agents, which organizes a complete open-source course from theory to practice on AI Agents, covering core skills like Agentic RL, SFT, GRPO, and has reached the top of GitHub trending.

@GitTrend0x: GitHub Agent & AI Tools Dominate the Trending List Again: Deep Dive into the Top 5 Projects with Explosive Star Growth, Professional Breakdown + Practical Scenarios, All in One Article! 1. anthropics/financial-services: Anthropic’s official Financial Services Agent Framework! Supports complex…

X AI KOLs Timeline

The article reviews the top five AI Agent projects on GitHub with the fastest star growth recently, highlighting Anthropic's Financial Services Agent Framework, ByteDance's UI-TARS Desktop, and various coding Agent tools.