运行智能体
在本地或任意远程主机上启动智能体。--worktree 参数会创建隔离的 git 分支,让你在同一仓库上并行运行多个智能体而不产生冲突。
seawork run --agent codex \ --repo ~/code/seawork \ --worktree feat/mobile-review \ "Audit the mobile review flow and open a PR"从手机启动你机器上的 Codex 智能体。在通勤路上查看进度,在沙发上审查,在户外完成合并。
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"不会。Codex 通过官方 CLI 在你的机器上运行。SeaWork 只监控与控制该本地智能体——提示词、diff 与代码都在你的硬件上。
在工位上用终端没问题。SeaWork 补充了手机与桌面控制、多智能体编排,以及端到端加密中继下的远程访问,避免你离开键盘后长任务卡住无人理会。
可以。在 SeaWork 中创建 Codex 智能体、选择 GPT-5.6 档位,从 iOS 或 Android 连接即可审批工具并发送后续指令,智能体仍运行在你的机器上。