什么是 ultrawork?
用于高吞吐量任务完成的并行执行引擎 来源:yeachan-heo/oh-my-codex。
用于高吞吐量任务完成的并行执行引擎
通过命令行快速安装 ultrawork AI 技能到你的开发环境
来源:yeachan-heo/oh-my-codex。
Ultrawork is a parallel execution engine that runs multiple agents simultaneously for independent tasks. It is a component, not a standalone persistence mode -- it provides parallelism and smart model routing but not persistence, verification loops, or state management.
Sequential task execution wastes time when tasks are independent. Ultrawork enables firing multiple agents simultaneously and routing each to the right model tier, reducing total execution time while controlling token costs. It is designed as a composable component that ralph and autopilot layer on top of.
statewrite({mode: "ultrawork", active: true, reinforcementcount: 1, startedat: " "})
用于高吞吐量任务完成的并行执行引擎 来源:yeachan-heo/oh-my-codex。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/yeachan-heo/oh-my-codex --skill ultrawork用于高吞吐量任务完成的并行执行引擎 来源:yeachan-heo/oh-my-codex。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/yeachan-heo/oh-my-codex --skill ultrawork 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/yeachan-heo/oh-my-codex