快速开始
新手引导并运行 Gateway 网关
Section titled “新手引导并运行 Gateway 网关”完成新手引导后,Gateway 网关将通过用户服务运行。你也可以使用 coderclaw gateway 手动启动。
从源码安装(开发)
Section titled “从源码安装(开发)”git clone https://github.com/SeanHogg/coderClaw.gitcd coderclawpnpm installpnpm ui:build # 首次运行时会自动安装 UI 依赖pnpm buildcoderclaw onboard --install-daemon如果你还没有全局安装,可以在仓库目录中通过 pnpm coderclaw ... 运行新手引导。
多实例快速开始(可选)
Section titled “多实例快速开始(可选)”CODERCLAW_CONFIG_PATH=~/.coderclaw/a.json \CODERCLAW_STATE_DIR=~/.coderclaw-a \coderclaw gateway --port 19001发送测试消息
Section titled “发送测试消息”需要一个正在运行的 Gateway 网关。
coderclaw message send --target +15555550123 --message "Hello from CoderClaw"