Analysis updated 2026-05-18
Follow the eight stage roadmap to learn AI agent concepts from scratch in Chinese
Pick Track A to get better at using CLI coding agents like Claude Code or Codex
Pick Track B to learn how to build a custom multi agent system from the ground up
| cellinlab/awesome-agentic-ai-zh | 0whitedev/detranspiler | 0xluk3/zk-resources | |
|---|---|---|---|
| Stars | 21 | 21 | 21 |
| Language | — | Python | — |
| Setup difficulty | easy | hard | easy |
| Complexity | 2/5 | 4/5 | 1/5 |
| Audience | developer | developer | researcher |
Figures from each repo's GitHub metadata at analysis time.
Learners need a basic Python setup and an LLM API key to run the starter exercises.
awesome-agentic-ai-zh is a structured learning roadmap for people who want to learn how to build and use AI agents, written mainly in Traditional Chinese with Simplified Chinese and English versions also available. Rather than being a piece of software, it is a curated guide: a learning map, more than 145 hand picked resources, and small hands on exercises meant to take someone from knowing nothing about large language models to being able to design systems with multiple cooperating agents. The material is organized into eight stages split across two tracks. Track A, called CLI Power User, is for people who want to use existing command line AI agent tools such as Claude Code, Codex, or Gemini CLI more effectively, without necessarily building their own agent. Track B, called Agent Builder, is for people who want to build an agent from scratch, covering topics like agent frameworks, memory and retrieval, and running multiple agents together. Both tracks share early foundational stages covering basic Python, git, and prompt writing, and later share two hub stages covering the Claude Code ecosystem and agent interfaces like computer use and browser use. Each stage links to written material and includes one to five small practice exercises, described as 70 to 150 lines of starter code with parallel examples using both a local model tool called Ollama and the Anthropic SDK, plus simple automated tests. Beyond the two main tracks, the project also offers five shorter paths aimed at specific groups such as researchers, developers, teachers, knowledge workers, and everyday chat tool users who want a lighter introduction without the full track. The whole project is released under the MIT license, so all content can be reused freely. Estimated timelines given in the README suggest Track A takes about eight to ten weeks and Track B takes at least sixteen to twenty two weeks of part time study. The full README is longer than what was shown.
A free, MIT licensed learning roadmap in Chinese for going from LLM basics to building multi agent AI systems.
Content and code can be reused freely for any purpose under the MIT license.
Setup difficulty is rated easy, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.