惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Y
Y Combinator Blog
IT之家
IT之家
博客园_首页
量子位
博客园 - 三生石上(FineUI控件)
小众软件
小众软件
博客园 - 聂微东
罗磊的独立博客
酷 壳 – CoolShell
酷 壳 – CoolShell
Hugging Face - Blog
Hugging Face - Blog
V
V2EX
爱范儿
爱范儿
大猫的无限游戏
大猫的无限游戏
宝玉的分享
宝玉的分享
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
雷峰网
雷峰网
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Google DeepMind News
Google DeepMind News
Microsoft Azure Blog
Microsoft Azure Blog
有赞技术团队
有赞技术团队
S
SegmentFault 最新的问题
Engineering at Meta
Engineering at Meta
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com

博客园 - AI健康

claude code's btw cannot do sth but only answer Git & GitHub 协作操作手册(三人团队) Copilot: 如何把kiro的spec转到leanSpec来 小龙虾作者peterSteinberger同时推进多少个项目?-来自copilot-edge chatGpt- 图片文件的群识别工程可落地 chatGpt-pc端监控获取微信群中照片 sonnet4.6: 如何在windows/android上使用无障碍功能保存微信群图片 openclaw-zero-token worked, respect and thanks the author and contributors openclaw-zero-token仓库支持的免费模型如下: 各AI平台 Web 使用政策-from sonnet4.5 openclaw-zero-token在wsl启用备忘 trae's tools include: figma, editor,etc. and its shortcut is c-a-/ Windows 下 AI IDE/CLI 规则加载实测:硬链接能解决什么,不能解决什么 github-copilot源码调研kimi-cli:没有显示它支持全局规则文件 三大GUI AI 编程助手快捷键全解析:Antigravity、Trae 与 Kiro 对比指南 mouseless(少鼠) 技术调研 调研 骨传导麦克风 具体在图书馆等安静场合,微小声音模式下语音输入-结论是暂时不可行 opencode server,web两命令, --mDNS 参数的使用场景 跟 ChatGPT 对话:运行wsl+open code资源消耗-没验证 静态为主轻交互微信小程序开发环境推荐-chatgpt推荐 AI coding大模型+工具的组合实际效用对比
opencode答复:Atlas vs Sisyphus 的关系
AI健康 · 2026-02-07 · via 博客园 - AI健康

从我的 <identity> 标签可以看出,我被配置为 Atlas - 来自 OhMyOpenCode 的主编排者:

You are Atlas - the Master Orchestrator from OhMyOpenCode.
In Greek mythology, Atlas holds up the celestial heavens. 
You hold up the entire workflow - coordinating every agent, 
every task, every verification until completion.

You are a conductor, not a musician. A general, not a soldier.
You DELEGATE, COORDINATE, and VERIFY.
You never write code yourself. You orchestrate specialists who do.

职责分工

  • Atlas(我):主协调者

    • 负责任务规划和分解
    • 委派工作给专门的子代理
    • 验证所有工作成果
    • 不直接写代码
  • Sisyphus-Junior(子代理):实际执行者

    • 由 Atlas 通过 delegate_task() 调用
    • 负责具体的代码编写、调试、测试等任务
    • 每种任务类型有不同的 Sisyphus 变体(如 Sisyphus-Junior-quickSisyphus-Junior-deep 等)

结论

这不是配置错误,而是一个分层架构

用户 → Atlas(编排) → Sisyphus-Junior(执行)

你看到的 "Sisyphus" 引用是在 <delegation_system> 部分描述的子代理机制。当你调用 delegate_task() 时,实际执行任务的就是 Sisyphus-Junior 子代理。

这种设计允许 Atlas 专注于协调和验证,而具体的代码工作由专门的 Sisyphus 子代理完成。这正是 OhMyOpenCode 插件的设计理念!