This website requires JavaScript.
Explore
Help
Register
Sign In
fmq
/
claudecode
Watch
1
Star
0
Fork
0
You've already forked claudecode
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
117
Commits
4
Branches
0
Tags
45
MiB
main
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
fengmengqi
96ccd226c5
1
2026-04-03 22:30:38 +08:00
README.md
1
2026-04-03 22:30:38 +08:00
README.md
Claw Code
本项目为不同实现语言和任务目标进行了重构版本,并分布在不同的分支中。
🚀
分支信息
源分支
: 原始的nodejs版本
Python 分支
: 包含原始的 Python 净室重写版本及配套编排工具。
Rust 分支
: 包含高性能的 Rust 实现版,包括
claw
命令行工具和会话运行时。
🛠 项目布局
main
: 当前主入口,仅包含项目结构说明。
nodejs
: 原始的nodejs版本
python
: Python 源代码、测试及任务定义。
rust
: Rust 工作区,包含 API、Runtime、CLI 等所有核心 crate。