运行智能体
在本地或任意远程主机上启动智能体。--worktree 参数会创建隔离的 git 分支,让你在同一仓库上并行运行多个智能体而不产生冲突。
seawork run --agent codex \ --repo ~/code/seawork \ --worktree feat/mobile-review \ "Audit the mobile review flow and open a PR"从手机、桌面或终端运行任意编程智能体。自托管、多提供商。
npm install -g @seawork/cli && seaworkI'll split this into design, copy, and implementation.
Got the plans. Spinning up Codex for the refresh.
Implementation done. Asking Claude for a visual review.
Homepage, docs, and downloads are ready.
$ npm run dev --workspace=@seawork/website> @seawork/website@1.0.7 dev> vite --host 127.0.0.1 VITE v7.3.1 ready in 487ms Local: http://127.0.0.1:8082/ hmr update /src/components/landing-hero.astro hmr update /src/components/landing-phone-showcase.astro route /download rebuilt in 132ms route /docs rebuilt in 94ms preview refreshed想离开桌面时,随时可以。
原生移动应用与桌面端功能完全一致。
SeaWork
MacBook Pro
Local daemon - connected
seawork/website
Codexcodex/visual-refresh
seawork/app
Claudeclaude/mobile-review
Today
12 runs
Reviews
4 clean
Codex
seawork/website
Polish website mockups for a real SeaWork workflow.
Make PC and mobile previews product-native.
Read packages/website
DoneUpdate hero mockup
DoneTune phone previews
RunningRun typecheck
QueuedReview
landing-hero.astro
+112Claude review
No blocking issues found.
通过单一界面运行多个提供商。SeaWork 以原生方式运行智能体,保留你的技能、配置和 MCP 服务器。
Claude Code
长上下文推理与审查
Codex
真实仓库中的快速修改
Grok
快速、开源权重的构建
在笔记本、虚拟机或开发服务器上运行智能体,通过直连或端对端加密中继从任意设备控制。
端对端加密中继
或
直接连接
每个操作都有快捷键。面板、分屏、智能体——全部通过键盘完成。
完全本地化的语音栈。语音转文字和文字转语音完全在本机运行,数据不离开你的网络。
Refactor the auth middleware to use the new session store, then run the test suite
I'll update the auth middleware to use SessionStore instead of the legacy cookie-based approach. Let me refactor the middleware and update the tests.
在本地或任意远程主机上启动智能体。--worktree 参数会创建隔离的 git 分支,让你在同一仓库上并行运行多个智能体而不产生冲突。
seawork run --agent codex \ --repo ~/code/seawork \ --worktree feat/mobile-review \ "Audit the mobile review flow and open a PR"让一个智能体执行任务,另一个验证结果,循环直到通过。内置支持,无需编写 shell 脚本。
seawork loop run \ --agent claude \ --reviewer codex \ --until "npm run typecheck" \ "Refactor the websocket reconnect path"按 cron 计划运行智能体。自动化依赖更新、安全审计或报告生成等周期性任务。
seawork schedule create weekly-security \ --cron "0 9 * * 1" \ --agent codex \ "Review dependency updates and file issues"隐私、安装、兼容性这些本该无聊但重要的部分,这里说清楚。
npm install -g @seawork/cli && seawork 以无头模式运行守护进程,然后用 CLI、网页版或移动应用连接。桌面应用只是将守护进程与 UI 打包在一起。我们无法代表提供商做出承诺。
话虽如此,SeaWork 以子进程方式启动官方第一方 CLI(Claude Code、Codex 和 Grok Build),不提取 token 也不直接调用推理 API。从提供商角度看,通过 SeaWork 使用与直接运行 CLI 没有区别。
我已经用 SeaWork 搭配所有提供商使用了数月,从未遇到问题。