已合并
harness编排器用户提示优化,提供安装agent配置功能 #14
sunday创建于 8 天前
harness编排器用户提示优化,提供安装agent配置功能 #14
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 sunday 的贡献)8 天前 添加了label:cann-cla/yes
CANN-robot
8 天前 评论:
8 天前 评论:
Thanks for your pull-request.
The full list of commands accepted by me can be found at here.
You can get sig-info at here.
You can self-configure the PR merge rules for this repository. For more details, please refer to Here.
For more, you also can visit HICANN.
PR Approval Progress
✅ Congratulations! All modules have met the lgtm and approve requirements.
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| repo-cann/cannbot | ✅ 宋恺, xutianze (2/2) | ✅ xutianze, 宋恺 (2/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
zhou-qilong, thanks for your pull request. All authors of the commits have signed the CLA. 👍


此处折叠了54条消息 查看更多
songkai111
7 天前 评论:
7 天前 评论:
/approve


7 天前 添加了label:approved
xutianze
7 天前 评论:
7 天前 评论:
/approve


7 天前 添加了label:lgtm
7 天前 合入了pull request
当前PR是否有AI参与:
[x ] 否
[] 是
PR功能描述 / 为什么需要这个合入:
本 PR 优化 workflow-orchestrator 的输入确认和 Agent 配置准备流程:
workflow.yaml、work_dir、provider、prompt作为四项必需输入,并在执行前通过一次 question-tool 提交完成确认。work_dir的任务提供通用建议:在 Agent 启动的项目目录下使用任务或项目标识名的snake_case目录。codex、opencode和cannbot,避免 CANNBot 会话被误判为 OpenCode。link_agent_config.py,将当前 Agent 项目的适配配置链接到work_dir;已有文件、目录或软链接会保留并跳过。start_dir、work_dir和链接结果。脚本通过标准输出提供日志,由 shell 追加到orchestrator.log,不会覆盖既有日志。该PR关联的issue
无
改动类型 / Change Type
测试信息 / Testing
执行命令:
python3 -m unittest discover -s harness/workflow-orchestrator/tests结果:62 项测试全部通过(
OK)额外通过 Python 编译检查和
git diff --check检查清单 / Checklist