随处运行 Codex

从手机启动你机器上的 Codex 智能体。在通勤路上查看进度,在沙发上审查,在户外完成合并。

在远程机器上运行智能体
npm install -g @seawork/cli && seawork
支持
Claude CodeCodexGrok
自托管守护进程端对端加密中继原生智能体 CLI
mainseawork/website
Commit
+286-42
Orchestrator
Implement
Review
Polish the SeaWork website hero and mobile previews

I'll split this into design, copy, and implementation.

Run plan-designclaude visual direction
Run plan-technicalcodex component map
Wait for agentsplan-design plan-technical

Got the plans. Spinning up Codex for the refresh.

Run implementcodex 12 files changed

Implementation done. Asking Claude for a visual review.

Run reviewclaude spacing and copy checked

Homepage, docs, and downloads are ready.

Message the agent, tag @files, or use /commands and /skills
Opus 4.7
npm run dev
$ 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 以原生方式运行智能体,保留你的技能、配置和 MCP 服务器。

Claude Code

长上下文推理与审查

Codex

真实仓库中的快速修改

Grok

快速、开源权重的构建

原生 CLI 保持不变:技能、配置、认证和 MCP 服务器都仍然属于你。

随处掌控你的智能体

在笔记本、虚拟机或开发服务器上运行智能体,通过直连或端对端加密中继从任意设备控制。

Desktop
Web
Mobile
CLI

端对端加密中继

直接连接

MacBook Pro
Hetzner VM
Dev server

键盘优先

每个操作都有快捷键。面板、分屏、智能体——全部通过键盘完成。

命令界面
切换面板
1-9
垂直分屏
D
水平分屏
ShiftD
关闭面板
W
新建智能体
N
命令面板
K

本地语音

完全本地化的语音栈。语音转文字和文字转语音完全在本机运行,数据不离开你的网络。

本地语音管线离线优先

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.

完全可脚本化

应用内能做的一切,终端里都能做。

完整 CLI 参考

运行智能体

在本地或任意远程主机上启动智能体。--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 会在 SeaWork 的服务器上运行吗?

不会。Codex 通过官方 CLI 在你的机器上运行。SeaWork 只监控与控制该本地智能体——提示词、diff 与代码都在你的硬件上。

和只用终端跑 Codex 有什么不同?

在工位上用终端没问题。SeaWork 补充了手机与桌面控制、多智能体编排,以及端到端加密中继下的远程访问,避免你离开键盘后长任务卡住无人理会。

我能从手机引导 GPT-5.6 的 Codex 智能体吗?

可以。在 SeaWork 中创建 Codex 智能体、选择 GPT-5.6 档位,从 iOS 或 Android 连接即可审批工具并发送后续指令,智能体仍运行在你的机器上。