Oh My Coder (OMC)
🤖 多智能体 AI 编程助手 · 支持国内大模型 · 完全开源
**GLM-4-Flash 开源免费 · 12 家国产模型 · 31 个专业 Agent · 多 Agent 协作 · MIT 开源**
[](https://www.python.org/downloads/)
[](https://github.com/VOBC/oh-my-coder/blob/main/LICENSE)
[](https://github.com/VOBC/oh-my-coder/stargazers)
核心特性
| 特性 | 说明 |
|---|---|
| 国产模型支持 | 12 家国内模型,GLM-4-Flash 开源免费 |
| 31 个专业 Agent | Explore、Analyze、Code、Review、Debug、Test 等分工协作 |
| 多 Agent 协作 | Build / Review / Domain / Coordinate 四通道编排 |
| Quest Mode | 后台异步任务 + 实时进度推送 |
| GEP 协议 | 结构化输出(Gene/Capsule)保证 Agent 间可靠通信 |
| 上下文感知 | 自动读取项目结构、历史 git commit,自主理解工作目录 |
| 主动学习 | 每次执行后自我反思,优化路由策略 |
效果预览
$ omc run "实现一个 REST API"
🤖 [Explorer] 扫描项目结构... ✅
🤖 [Analyst] 理解需求约束... ✅
🤖 [Planner] 制定执行计划... ✅
🤖 [Architect] 设计 API 架构... ✅
🤖 [Executor] 生成代码... ✅
🤖 [Verifier] 运行测试... ✅
✨ 完成!生成了 src/api/rest.py + tests/test_rest.py
安装
DeepSeek(推荐)
git clone https://github.com/VOBC/oh-my-coder.git
cd oh-my-coder
pip install -e .
export DEEPSEEK_API_KEY=sk-xxxxx
omc explore . # 探索当前项目
omc run "实现一个 REST API" # 执行任务
GLM(免费)
export GLM_API_KEY=your_key_here
omc explore .
与同类工具对比
| 工具 | 价格 | 开源 | 国内可用 | 多 Agent |
|---|---|---|---|---|
| oh-my-coder | 免费 | ✅ MIT | ✅ | ✅ 31 |
| oh-my-claudecode | $25/月 | ✅ | ❌ | ✅ 32 |
| Cursor | $20/月 | ❌ | ⚠️ | ❌ |
| GitHub Copilot | $19/月 | ❌ | ⚠️ | ❌ |
| 腾讯云 CodeBuddy | 免费 | ❌ | ✅ | ❌ |
下一步
MIT License · GitHub: VOBC/oh-my-coder