17 lines
791 B
Markdown
17 lines
791 B
Markdown
# Claw Code
|
|
|
|
本项目为不同实现语言和任务目标进行了重构版本,并分布在不同的分支中。
|
|
|
|
## 🚀 分支信息
|
|
- **[源分支](https://git.asfmq.cn/fmq/claudecode/src/branch/nodejs)**: 原始的nodejs版本
|
|
- **[Python 分支](https://git.asfmq.cn/fmq/claudecode/src/branch/python)**: 包含原始的 Python 净室重写版本及配套编排工具。
|
|
- **[Rust 分支](https://git.asfmq.cn/fmq/claudecode/src/branch/rust)**: 包含高性能的 Rust 实现版,包括 `claw` 命令行工具和会话运行时。
|
|
|
|
## 🛠 项目布局
|
|
|
|
- `main`: 当前主入口,仅包含项目结构说明。
|
|
- `nodejs`: 原始的nodejs版本
|
|
- `python`: Python 源代码、测试及任务定义。
|
|
- `rust`: Rust 工作区,包含 API、Runtime、CLI 等所有核心 crate。
|
|
|