运行智能体
在本地或任意远程主机上启动智能体。--worktree 参数会创建隔离的 git 分支,让你在同一仓库上并行运行多个智能体而不产生冲突。
seawork run --agent codex \ --repo ~/code/seawork \ --worktree feat/mobile-review \ "Audit the mobile review flow and open a PR"随处启动智能体、查看进度并完成合并。你的 Claude Code 环境、你的机器,就在口袋里。
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"不会。Claude Code 通过官方 CLI 在你的机器上运行。SeaWork 守护进程与应用只负责控制与监控该本地进程——代码仍留在本地。
Anthropic Remote Control 是官方、仅支持 Claude。SeaWork 是本地优先,同时支持 Claude Code、Codex 与 Grok Build,可用自托管守护进程与可选端到端加密中继,在同一手机应用里管理多提供商工作流。
可以。把 SeaWork 移动应用与守护进程配对后,你就能查看进度、处理权限提示,并在离开电脑时继续引导长时间 Claude Code 任务。