AIAny
Icon for item

Hello-Agents: 从零开始构建智能体

Teaches AI agent principles and practice through a structured Chinese curriculum, pairing theory with runnable code so learners can build, debug, and extend agent systems step by step.

Introduction

Agent education often splits into abstract diagrams or copy-pasted demos. This project treats agents as a learnable engineering discipline, keeping concepts, code, exercises, and community review close together.

What Sets It Apart

The Chinese-first curriculum lowers the barrier for learners who want a coherent path through agent architecture, RAG, tools, and hands-on implementation. Runnable examples help readers move from vocabulary to debugging habits.

Who Should Use It

Great fit if you want to learn agent systems in Chinese with code beside the explanations. Look elsewhere if you need a production framework, enterprise support, or a compact API reference.

Information

  • Websitegithub.com
  • OrganizationsDatawhale
  • AuthorsDatawhale Community, Si Zhou Chen, Tao Sun, Shu Fan Jiang
  • Published date2025/09/07

More Items

GitHub

Provides step-by-step guides to integrate DeepSeek V4 models (deepseek-v4-pro and deepseek-v4-flash) into 22 popular AI agents and coding-assistant tools. Each entry shows installation, configuration, and first-run steps for tools like Claude Code, Qwen Code, Codex, Cline, Deep Code, and more.

GitHub

Provides a systematic, project-driven tutorial and runnable codebase for building AI agents, RAG pipelines, and multi-agent systems—focused on Python, LangChain/LangGraph, tooling, deployment, and an interview question bank for engineers aiming to ship production agent applications.

GitHub

Collection of hands-on workshop materials and sample code from Anthropic's "Code with Claude" series, covering Claude Managed Agents, memory (Dreaming Service), eval-driven agent development, and multi-agent patterns. Not maintained and not accepting contributions.