欣淇
发布于 2026-05-16 / 0 阅读
0
0

🤖 oh-my-openagent:57.9k Stars!一个命令启动整个 AI 开发团队,Claude Code 被它逼疯

# 🤖 oh-my-openagent:57.9k Stars!一个命令启动整个 AI 开发团队,Claude Code 被它逼疯 > 项目地址:https://github.com/code-yeongyu/oh-my-openagent | ⭐ 57.9k Stars | 🛠 TypeScript | 作者 code-yeongyu --- 老实说,我已经记不清踩过多少 Agent 编排工具的坑了。每次换一个新框架,光配置就折腾一小时。Claude Code 很强,但 Anthropic 把你锁死在他们的墙里。Cursor 也很香,但你得交 $20/月还得忍受它的局限。 这玩意儿直接刷新了我的认知——**oh-my-openagent(简称 OmO)**,57.9k Stars,TypeScript 写的 Agent Harness。最骚的是,Anthropic 因为 OmO 的存在**封了 OpenCode**(原 upstream),因为他们不想让你脱离 Claude Code 的围墙。但 OmO 的理念很简单:**你不该被任何一个模型绑架。** ## ⚡ `ultrawork`:一个命令搞定一切 装好之后,你只需要输入一个词: ```bash ultrawork # 或简写 ulw ``` 没有了。不需要配置。不需要研究文档。所有的 Agent 全部激活,并行干活,干完才停。 不想看文档?直接把这句话丢给任何 LLM: ```bash # 让 Claude Code 帮你装 curl -s https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/refs/heads/dev/docs/guide/installation.md ``` 或者直接复制这段 prompt 给你的 Agent: ``` Install and configure oh-my-openagent by following the instructions here: https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/refs/heads/dev/docs/guide/installation.md ``` > 别自己手配——让人肉敲配置的时代过去了。 ## 🎯 核心:Discipline Agents OmO 不是单 Agent 跑一个模型。它是**一个 AI 开发团队**: | Agent | 模型 | 职责 | |-------|------|------| | **Sisyphus** | Kimi K2.6 / Claude Opus 4.7 | 主编排器,规划 + 委派,并行驱动 | | **Hephaestus** | GPT-5.5 | 自主深度工作,给目标不給配方,全栈执行 | | **Prometheus** | Kimi K2.6 / Claude Opus 4.7 | 战略规划,采访模式帮你厘清需求 | 每个 Agent 跑在最擅长它的模型上。你不需要手动切换模型—— OmO 替你干了。 ## 🔥 Team Mode:8 个并行 Agent 一起干 v4.0 新功能,**Team Mode** 让你拉起一个主 Agent + **最多 8 个并行成员**,实时 tmux 可视化。比如: ```bash # 5 个敌对评审围攻你的方案 hyperplan # 3 个安全猎人 + 2 个 PoC 工程师 security-research ``` 底层连工具都是哈希锚定的——**`LINE#ID` 内容哈希验证每次修改**,零陈旧行错误。这设计简直绝了。 ## 🛠 一句话安装 有 ChatGPT $20订阅 + Kimi Code $19订阅就能跑得很爽。如果你是 pay-per-token 用户,用 Kimi 和 Gemini 模型几乎不花钱。 ```bash # npm 安装(CLI 仍叫 oh-my-opencode,兼容过渡期) npm install -g oh-my-openagent # 然后 ultrawork ``` > 踩过的坑:别想着全用免费模型。Sisyphus 和 Hephaestus 是干活的主力,它们的模型选型是有道理的。 ## 💡 为什么它值得关注 - Antropic 因为它封了 OpenCode——说明这东西真的威胁到他们了 - 57.9k Stars,社区验证过的质量 - 你不需要在 Claude Code / Codex / Cursor 之间纠结——OmO 把它们全编排在一起 - IntentGate 分析真实意图再执行,不再有"字面理解"的尴尬 ## 📌 总结 **oh-my-openagent** 的核心价值: 1. **`ultrawork` 一个命令启动整个 AI 团队** — 配置交给 Agent,你只需喊开工 2. **不绑定任何模型** — Sisyphus/Hephaestus/Prometheus 各用最强模型 3. **Team Mode 8 个并行 Agent** — 实时 tmux 可视化,适合复杂项目 4. **Anthropic 因为它封锁了上游项目** — 足够说明它的实力 5. **Hash-Anchored 编辑 + IntentGate** — 底层设计比同类框架更严谨 (English below) --- # 🤖 oh-my-openagent: 57.9k Stars! One Command to Launch a Full AI Dev Team > Project: https://github.com/code-yeongyu/oh-my-openagent | ⭐ 57.9k Stars | 🛠 TypeScript Let's be real — I've tried too many agent orchestration tools that promise the world and deliver a headache. Claude Code is powerful, but Anthropic locks you in. Cursor is nice, but $20/month and their own limitations. **oh-my-openagent (OmO)** changes the game. 57.9k stars, TypeScript agent harness. Here's the kicker: **Anthropic blocked OpenCode because of OmO.** They don't want you leaving their walled garden. OmO's philosophy: **you shouldn't be held hostage by any single model.** ## ⚡ `ultrawork`: One Word, Done ```bash ultrawork # or shorthand ulw ``` That's it. All agents activate in parallel. Doesn't stop until the job's done. ## 🎯 Core: Discipline Agents OmO runs **an AI dev team**, not a single agent: - **Sisyphus** (Kimi K2.6) — main orchestrator, plans & delegates - **Hephaestus** (GPT-5.5) — autonomous deep worker, goal-driven - **Prometheus** (Kimi K2.6) — strategic planner, interview-style scoping ## 🔥 Team Mode Lead agent + up to 8 parallel members with live tmux visualization. Hash-anchored edits via `LINE#ID` — zero stale-line errors. **Bottom line:** One command, full AI team, no vendor lock-in. > Tags: #AI #Agent #OpenSource #DevTools #Orchestration

评论