最近把一个项目整理出来开源了 👉 RsClaw
GitHub: https://github.com/rsclaw-ai/rsclaw
官网: https://rsclaw.ai
简单说一下在做什么:
🚀 为什么做这个?
折腾了一段时间 OpenClaw / Agent 框架,发现几个比较共性的问题:
所以干脆自己从底层用 rust 重写了一套。
⚡ RsClaw 主要做了三件事
1️⃣ 多 Agent 原生支持
不是 workflow 拼接,而是运行时层面支持
2️⃣ A2A ( Agent to Agent )跨机器协同
3️⃣ ACP 执行闭环
这一块是我觉得比较关键的:
👉 Agent → Code → Action 打通
💻 使用门槛
做了桌面版(支持 macOS / Windows / Linux ):
👉 主要是想让非开发者也能玩起来
⚙️ 开发者
如果你已经在用 OpenClaw:
rsclaw setup

