文件最后提交记录最后更新时间
feat: add AI agent scaffold Co-authored-by: hanyyy<hanyue42@huawei.com> # message auto-generated for no-merge-commit merge: !2547 merge mm-skill into master feat: add AI agent scaffold Created-by: vasileone Commit-by: hanyyy Merged-by: ascend-robot Description: ## What this PR does / why we need it? 本 PR 新增 MindSpeed-MM 面向 AI coding agents 的 .agents 配置骨架。 主要改动包括: - 新增 .agents/README.md,作为仓库级 AI coding agents 共享入口。 - 新增 .agents/knowledge/architecture.md,说明 MindSpeed-MM 当前的architecture及两套主要训练后端: - 新增 .agents/skills/README.md,定义 skill 的规划表和落地。 - 新增 .agents/setup_agent.sh,支持将 .agents 内容链接到 Codex、Claude、Cursor、Trae 等本地 agent 目录。 ## Does this PR introduce any user-facing change? 否,新增内容主要面向开发者和 AI coding agents。 ## How was this patch tested? 本 PR 为文档和配置骨架变更,未涉及运行时代码修改。 See merge request: Ascend/MindSpeed-MM!25478 天前
refactor: refactor agent skill readme Co-authored-by: hhhzhuyizhi<zhuyanru2@huawei.com> # message auto-generated for no-merge-commit merge: !2574 merge master into master refactor: refactor agent skill readme Created-by: hhhzhuyizhi Commit-by: hhhzhuyizhi Merged-by: ascend-robot Description: ## What this PR does / why we need it? Refactor agent skills readme, move skill plan to main readme. ## Does this PR introduce any user-facing change? Please describe whether the PR will result in any user-facing usage changes. If there is related documentation, please specify its path. ## How was this patch tested? Please explain how to verify the correctness and effectiveness of this feature, as well as its usage constraints and limitations. See merge request: Ascend/MindSpeed-MM!25746 天前
README.md

MindSpeed-MM Skills

This directory is reserved for future concrete skills.

A skill should use the following structure:

.agents/skills/<skill-name>/
└── SKILL.md

Skill Requirements

  • Define when the skill should be used.
  • Define required inputs and expected outputs.
  • Reference repository architecture from ../knowledge/architecture.md when backend selection matters.
  • Include validation expectations for code, docs, tests, or performance changes.