Skip to content

Commit e928391

Browse files
author
hashpanda
committed
chore: 修改
1 parent c864659 commit e928391

3 files changed

Lines changed: 16 additions & 5 deletions

File tree

.github/screenshot.jpg

252 KB
Loading

.github/wechat-qr.jpg

57.8 KB
Loading

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,16 @@
2020

2121
---
2222

23+
## ⚠️ 免责声明
24+
25+
本项目**仅用于学习交流**,内容基于互联网上公开的 Claude Code 技术分析资料及[learn-claude-code](https://github.com/shareAI-lab/learn-claude-code) 项目提供的灵感整理构建而成。所有课程代码均为独立编写,仅供教学演示,不建议直接用于生产环境。
26+
27+
> "Claude Code" is a trademark of Anthropic. This project is not affiliated with or endorsed by Anthropic.
28+
2329
## 这是什么?
2430

31+
![网站首页](.github/screenshot.jpg)
32+
2533
49 节渐进式课程,教你从 `npm init` 开始,逐课构建出一个架构对标 [Claude Code](https://github.com/anthropics/claude-code) 的完整 AI Agent CLI 产品。
2634

2735
**核心模式只有一个 while 循环:**
@@ -62,6 +70,8 @@ npm run dev
6270

6371
## 课程大纲
6472

73+
现在 [开始学习](https://build.funagent.app/)
74+
6575
| # | 阶段 | 课程 | 关键能力 |
6676
|---|------|------|---------|
6777
| 0 | 预备知识 | s00 – s02 | API 调用、CLI 脚手架、子进程管理 |
@@ -131,6 +141,12 @@ build-claude-code-cli/
131141
<img src="https://contrib.rocks/image?repo=funAgent/build-claude-code-cli" />
132142
</a>
133143

144+
## 关于我
145+
146+
![公众号](.github/wechat-qr.jpg)
147+
148+
欢迎👏扫码关注我!
149+
134150
## Star History
135151

136152
<a href="https://star-history.com/#funAgent/build-claude-code-cli&Date">
@@ -141,11 +157,6 @@ build-claude-code-cli/
141157
</picture>
142158
</a>
143159

144-
## 相关项目
145-
146-
- [Claude Code](https://github.com/anthropics/claude-code) — 本项目的架构参考 claude-code-cli 源码
147-
- [learn-claude-code](https://github.com/shareAI-lab/learn-claude-code) — 学习 agent 构建
148-
149160
## 许可证
150161

151162
[MIT](./LICENSE) © [funAgent](https://github.com/funAgent)

0 commit comments

Comments
 (0)