docs: add rust-only acceptance guide
This commit is contained in:
@@ -4,8 +4,8 @@ sgClaw 项目仓库。
|
||||
|
||||
## 当前工程形态
|
||||
|
||||
- `src/`:Rust 侧最小可联调实现,包含 pipe 协议、握手、`BrowserPipeTool`、MAC Policy。
|
||||
- `tests/`:协议、握手、工具与 JSON Line 联调测试。
|
||||
- `src/`:Rust 侧最小 Agent 实现,包含 pipe 协议、握手、`BrowserPipeTool`、规则规划器、DeepSeek provider、最小 Agent runtime。
|
||||
- `tests/`:协议、握手、工具、规划器、runtime 与 JSON Line 联调测试。
|
||||
- `resources/rules.json`:本地安全策略白名单。
|
||||
- `docs/`:项目架构、联调协议与团队启动文档。
|
||||
- `frontend/sgClaw验证/`:本地验证页面与辅助脚本。
|
||||
@@ -14,6 +14,8 @@ sgClaw 项目仓库。
|
||||
|
||||
```bash
|
||||
cargo test
|
||||
cargo test --test planner_test -q
|
||||
cargo test --test agent_runtime_test -q
|
||||
cargo run
|
||||
bash frontend/sgClaw验证/serve.sh
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user