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

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.

GitHub

Hands-on, phase-based curriculum for building end-to-end AI systems from first principles — implement algorithms, run tests, and ship reusable artifacts (prompts, skills, agents, MCP servers) across Python, TypeScript, Rust, and Julia under an MIT license.

GitHub

A code-first collection of runnable tutorials for building production-ready generative-AI agents — step-by-step guides covering stateful workflows, vector memory, RAG, tool integrations, Docker/AWS/RunPod deployment, security guardrails, observability, and multi-agent patterns.