Skip to content

命令与交互

这套科研产品应该在 Claude Code 的编排器会话里驱动使用。

核心命令

命令作用
/research init <name> <description>在当前目录初始化研究项目
/research status查看当前阶段和 gate 配置
``/research gate <stage> <humanauto
``/research gate all <humanauto
/handoff把可恢复的 session 信息写入 .omr/research/HANDOFF.md
autopilot在研究阶段之间推进
ralph在当前阶段内循环直到满足完成条件
ultrawork并行执行独立科研任务

Gate 语义

Gate含义
human等待人工审批
auto自动继续
default使用仓库为该阶段定义的默认 gate

典型使用方式

text
1. /research init
2. 描述研究方向
3. 运行 autopilot
4. 需要时调整 gate
5. 阶段内循环用 ralph,并行任务用 ultrawork
6. 结束前用 /handoff

说明

  • autopilot 负责阶段之间推进
  • ralph 负责阶段内的执行 / 检查 / 修正循环
  • ultrawork 负责独立任务并行
  • 三者是正交的,可以组合使用

AutoResearch — Multi-agent Deep Learning Research System