| update skill readme & refactor skill names Co-authored-by: fanglanyue<lanyuefang0916@163.com> # message auto-generated for no-merge-commit merge: !103 merge skill_readme into master update skill readme & refactor skill names Created-by: fanglanyue0916 Commit-by: fanglanyue Merged-by: ascend-robot Description: ## 修改描述 **修改原因:** 统一 Skill 命名规范为 kebab-case(ascend- 前缀 + 连字符),避免下划线和大写带来的歧义,提升跨 Agent 互操作性;同时补充完整的接入指南和 Skill 分类索引,降低用户集成门槛。 **修改描述:** 1. 4 个 Skill 重命名: - mindstudio_profiler_data_check → ascend-profiler-data-validation - ascend_pytorch_profiler_db_explorer → ascend-profiler-db-explorer - cluster-fast-slow-rank-detector → ascend-cluster-fast-slow-rank-detector - msprof-analyze-cli → ascend-msprof-analyze-cli 涉及 skills/ 目录名、SKILL.md 内 name 字段、Agent 配置 Profiler.yml、Prompt Profiler.md、设计文档、测试文件(test_catalog_interfaces.py、test_initializer_runtime_context.py、test_renderer_welcome.py)中所有引用。 2. 新增 docs/zh/user_guide/integration-guide.md — Trae IDE 实操接入指南,覆盖 Skill 安装、MCP 配置、msprof-analyze 安装等完整流程。 3. 重写 skills/README.md — 从简单列表升级为按分类(性能/精度/量化/算子/文档审查)组织的 Skill 索引,补充 npx skills 和手动拷贝两种安装方式,以及 /add-skill 等交互命令说明。 4. build-and-package.md 补充构建步骤注释 — 添加 pip install uv、test -d skills、uv lock --check 的步骤说明。 5. 新增 docs/zh/figures/ 截图 — 4 张 Trae IDE 实操截图。 6. msagent_design.md 格式修复 — 修正列表项缩进(-- → -)和中文引号('' → "")。 See merge request: Ascend/msagent!103 | 2 天前 |
| update skill readme & refactor skill names Co-authored-by: fanglanyue<lanyuefang0916@163.com> # message auto-generated for no-merge-commit merge: !103 merge skill_readme into master update skill readme & refactor skill names Created-by: fanglanyue0916 Commit-by: fanglanyue Merged-by: ascend-robot Description: ## 修改描述 **修改原因:** 统一 Skill 命名规范为 kebab-case(ascend- 前缀 + 连字符),避免下划线和大写带来的歧义,提升跨 Agent 互操作性;同时补充完整的接入指南和 Skill 分类索引,降低用户集成门槛。 **修改描述:** 1. 4 个 Skill 重命名: - mindstudio_profiler_data_check → ascend-profiler-data-validation - ascend_pytorch_profiler_db_explorer → ascend-profiler-db-explorer - cluster-fast-slow-rank-detector → ascend-cluster-fast-slow-rank-detector - msprof-analyze-cli → ascend-msprof-analyze-cli 涉及 skills/ 目录名、SKILL.md 内 name 字段、Agent 配置 Profiler.yml、Prompt Profiler.md、设计文档、测试文件(test_catalog_interfaces.py、test_initializer_runtime_context.py、test_renderer_welcome.py)中所有引用。 2. 新增 docs/zh/user_guide/integration-guide.md — Trae IDE 实操接入指南,覆盖 Skill 安装、MCP 配置、msprof-analyze 安装等完整流程。 3. 重写 skills/README.md — 从简单列表升级为按分类(性能/精度/量化/算子/文档审查)组织的 Skill 索引,补充 npx skills 和手动拷贝两种安装方式,以及 /add-skill 等交互命令说明。 4. build-and-package.md 补充构建步骤注释 — 添加 pip install uv、test -d skills、uv lock --check 的步骤说明。 5. 新增 docs/zh/figures/ 截图 — 4 张 Trae IDE 实操截图。 6. msagent_design.md 格式修复 — 修正列表项缩进(-- → -)和中文引号('' → "")。 See merge request: Ascend/msagent!103 | 2 天前 |
| ascend compute analysis skill Co-authored-by: fanglanyue<lanyuefang0916@163.com> # message auto-generated for no-merge-commit merge: !63 merge diagnosis_computation into master ascend compute analysis skill Created-by: fanglanyue0916 Commit-by: fanglanyue Merged-by: ascend-robot Description: ## 1. 修改描述 修改原因:新增基于Profiling数据的计算类问题分析能力 修改内容: skills目录下新增ascend-compute-analysis,包括SKILL.md和references/ ## 2. 功能验证 [x] 功能自验 输入Prompt:请帮我分析/path/to/profiling中的调度、下发问题  See merge request: Ascend/msagent!63 | 24 天前 |
| update skill readme & refactor skill names Co-authored-by: fanglanyue<lanyuefang0916@163.com> # message auto-generated for no-merge-commit merge: !103 merge skill_readme into master update skill readme & refactor skill names Created-by: fanglanyue0916 Commit-by: fanglanyue Merged-by: ascend-robot Description: ## 修改描述 **修改原因:** 统一 Skill 命名规范为 kebab-case(ascend- 前缀 + 连字符),避免下划线和大写带来的歧义,提升跨 Agent 互操作性;同时补充完整的接入指南和 Skill 分类索引,降低用户集成门槛。 **修改描述:** 1. 4 个 Skill 重命名: - mindstudio_profiler_data_check → ascend-profiler-data-validation - ascend_pytorch_profiler_db_explorer → ascend-profiler-db-explorer - cluster-fast-slow-rank-detector → ascend-cluster-fast-slow-rank-detector - msprof-analyze-cli → ascend-msprof-analyze-cli 涉及 skills/ 目录名、SKILL.md 内 name 字段、Agent 配置 Profiler.yml、Prompt Profiler.md、设计文档、测试文件(test_catalog_interfaces.py、test_initializer_runtime_context.py、test_renderer_welcome.py)中所有引用。 2. 新增 docs/zh/user_guide/integration-guide.md — Trae IDE 实操接入指南,覆盖 Skill 安装、MCP 配置、msprof-analyze 安装等完整流程。 3. 重写 skills/README.md — 从简单列表升级为按分类(性能/精度/量化/算子/文档审查)组织的 Skill 索引,补充 npx skills 和手动拷贝两种安装方式,以及 /add-skill 等交互命令说明。 4. build-and-package.md 补充构建步骤注释 — 添加 pip install uv、test -d skills、uv lock --check 的步骤说明。 5. 新增 docs/zh/figures/ 截图 — 4 张 Trae IDE 实操截图。 6. msagent_design.md 格式修复 — 修正列表项缩进(-- → -)和中文引号('' → "")。 See merge request: Ascend/msagent!103 | 2 天前 |
| 【Feature】增加PyTorch Snapshot分析Skills Co-authored-by: leo920320<liupengcheng8@huawei.com> # message auto-generated for no-merge-commit merge: !97 merge snapshot into master 【Feature】增加PyTorch Snapshot分析Skills Created-by: leo920320 Commit-by: leo920320 Merged-by: ascend-robot Description: # 修改原因 增加对PyTorch Snapshot分析Skills # 本地验证     See merge request: Ascend/msagent!97 | 1 天前 |
| update skill readme & refactor skill names Co-authored-by: fanglanyue<lanyuefang0916@163.com> # message auto-generated for no-merge-commit merge: !103 merge skill_readme into master update skill readme & refactor skill names Created-by: fanglanyue0916 Commit-by: fanglanyue Merged-by: ascend-robot Description: ## 修改描述 **修改原因:** 统一 Skill 命名规范为 kebab-case(ascend- 前缀 + 连字符),避免下划线和大写带来的歧义,提升跨 Agent 互操作性;同时补充完整的接入指南和 Skill 分类索引,降低用户集成门槛。 **修改描述:** 1. 4 个 Skill 重命名: - mindstudio_profiler_data_check → ascend-profiler-data-validation - ascend_pytorch_profiler_db_explorer → ascend-profiler-db-explorer - cluster-fast-slow-rank-detector → ascend-cluster-fast-slow-rank-detector - msprof-analyze-cli → ascend-msprof-analyze-cli 涉及 skills/ 目录名、SKILL.md 内 name 字段、Agent 配置 Profiler.yml、Prompt Profiler.md、设计文档、测试文件(test_catalog_interfaces.py、test_initializer_runtime_context.py、test_renderer_welcome.py)中所有引用。 2. 新增 docs/zh/user_guide/integration-guide.md — Trae IDE 实操接入指南,覆盖 Skill 安装、MCP 配置、msprof-analyze 安装等完整流程。 3. 重写 skills/README.md — 从简单列表升级为按分类(性能/精度/量化/算子/文档审查)组织的 Skill 索引,补充 npx skills 和手动拷贝两种安装方式,以及 /add-skill 等交互命令说明。 4. build-and-package.md 补充构建步骤注释 — 添加 pip install uv、test -d skills、uv lock --check 的步骤说明。 5. 新增 docs/zh/figures/ 截图 — 4 张 Trae IDE 实操截图。 6. msagent_design.md 格式修复 — 修正列表项缩进(-- → -)和中文引号('' → "")。 See merge request: Ascend/msagent!103 | 2 天前 |
| update skill readme & refactor skill names Co-authored-by: fanglanyue<lanyuefang0916@163.com> # message auto-generated for no-merge-commit merge: !103 merge skill_readme into master update skill readme & refactor skill names Created-by: fanglanyue0916 Commit-by: fanglanyue Merged-by: ascend-robot Description: ## 修改描述 **修改原因:** 统一 Skill 命名规范为 kebab-case(ascend- 前缀 + 连字符),避免下划线和大写带来的歧义,提升跨 Agent 互操作性;同时补充完整的接入指南和 Skill 分类索引,降低用户集成门槛。 **修改描述:** 1. 4 个 Skill 重命名: - mindstudio_profiler_data_check → ascend-profiler-data-validation - ascend_pytorch_profiler_db_explorer → ascend-profiler-db-explorer - cluster-fast-slow-rank-detector → ascend-cluster-fast-slow-rank-detector - msprof-analyze-cli → ascend-msprof-analyze-cli 涉及 skills/ 目录名、SKILL.md 内 name 字段、Agent 配置 Profiler.yml、Prompt Profiler.md、设计文档、测试文件(test_catalog_interfaces.py、test_initializer_runtime_context.py、test_renderer_welcome.py)中所有引用。 2. 新增 docs/zh/user_guide/integration-guide.md — Trae IDE 实操接入指南,覆盖 Skill 安装、MCP 配置、msprof-analyze 安装等完整流程。 3. 重写 skills/README.md — 从简单列表升级为按分类(性能/精度/量化/算子/文档审查)组织的 Skill 索引,补充 npx skills 和手动拷贝两种安装方式,以及 /add-skill 等交互命令说明。 4. build-and-package.md 补充构建步骤注释 — 添加 pip install uv、test -d skills、uv lock --check 的步骤说明。 5. 新增 docs/zh/figures/ 截图 — 4 张 Trae IDE 实操截图。 6. msagent_design.md 格式修复 — 修正列表项缩进(-- → -)和中文引号('' → "")。 See merge request: Ascend/msagent!103 | 2 天前 |
| ascend schedule analysis skill Co-authored-by: fanglanyue<lanyuefang0916@163.com> # message auto-generated for no-merge-commit merge: !55 merge diagnosis_schedule into master ascend schedule analysis skill Created-by: fanglanyue0916 Commit-by: fanglanyue Merged-by: ascend-robot Description: ## 1. 修改描述 修改原因:新增基于Profiling数据的调度问题分析能力 修改内容: skills目录下新增ascend-schedule-analysis,包括SKILL.md ## 2. 功能验证 [x] 功能自验 输入Prompt:请帮我分析/path/to/profiling中的调度问题  See merge request: Ascend/msagent!55 | 24 天前 |
| 优化算子端到端skills Co-authored-by: AiBoGe<zhangjunbo17@huawei.com> | 1 个月前 |
| 【Feature】msagent支持确定性计算比对agent构建 Co-authored-by: l30044004<louyujing@huawei.com> # message auto-generated for no-merge-commit merge: !43 merge master into master 【Feature】msagent支持确定性计算比对agent构建 Created-by: louyujing Commit-by: l30044004 Merged-by: ascend-robot Description: 【Feature】msagent支持确定性计算比对agent构建    See merge request: Ascend/msagent!43 | 25 天前 |
| sync skills and adpet new struct Co-authored-by: Mrtutu<zhangwei983@huawei.com> | 2 个月前 |
| 【bugfix】优化Quantizer Agent能力 Co-authored-by: zhangz200102<zhangzheng183@huawei.com> # message auto-generated for no-merge-commit merge: !100 merge improve/simplified_dataset into master 【bugfix】优化Quantizer Agent能力 Created-by: zhangz200102 Commit-by: zhangz200102 Merged-by: ascend-robot Description: 针对当前Quantizer Agent的一些缺陷做出优化 【improve】优化精简数据集流程 【improve】优化测评的样例配置 【improve】强调服务化测评可能时间比较长,避免中途关闭 【bugfix】修复敏感层分析默认值无法正确启动敏感层分析 【bugfix】约束生成的浮点和量化的测评配置一致 See merge request: Ascend/msagent!100 | 3 天前 |
| sync skills and adpet new struct Co-authored-by: Mrtutu<zhangwei983@huawei.com> | 2 个月前 |
| sync skills and adpet new struct Co-authored-by: Mrtutu<zhangwei983@huawei.com> | 2 个月前 |
| [Feature]Agent Skill For Host CPU Bind Co-authored-by: lijing-git<1390732074@qq.com> # message auto-generated for no-merge-commit merge: !84 merge msagent_cpu_binding_skill into master [Feature]Agent Skill For Host CPU Bind Created-by: ljing-git Commit-by: lijing-git Merged-by: ascend-robot Description: # 感谢您贡献的Pull Request 在提交之前,请务必阅读 [CONTRIBUTING.md](https://gitcode.com/Ascend/msinsight/blob/master/CONTRIBUTING.md)。 Thanks for sending a pull request! BEFORE SUBMITTING, PLEASE READ [CONTRIBUTING.md](https://gitcode.com/Ascend/msinsight/blob/master/CONTRIBUTING.md). ## PR描述 (What this PR does / why we need it?) <!-- - 请明确说明您提交PR的变更内容。本部分旨在概述所做的变更,以及此PR是如何解决该问题的。请尽可能地提供有助于评审人员更高效、更快速完成检视审查的实用说明。 - 请说明为何需要这些更改,例如具体的使用场景或bug描述。 - 关联issue号(如果有) - Please clarify what changes you are proposing. The purpose of this section is to outline the changes and how this PR fixes the issue. If possible, please consider writing useful notes for better and faster reviews in your PR. - Please clarify why the changes are needed. For instance, the use case and bug description. - Fixes #<issue-number> --> 增加Host CPU绑核分析的Agent Skill,建设一个面向 NPU + PyTorch / LLM Serving 场景的 Host CPU 绑核分析能力,帮助用户以证据化方式发现绑核问题、生成优化建议,并提供风险说明、回滚方式和优化前后验证方案 ## 面向用户的变更 (Does this PR introduce _any_ user-facing change)? <!-- 请注意,这里指的是**任何**面向用户的变更,包括但不限于API、用户界面或其他使用方式上的变更。 Note that it means *any* user-facing change including all aspects such as API, interface or other behavior changes. --> 增加Host CPU绑核分析的Agent Skill,建设一个面向 NPU + PyTorch / LLM Serving 场景的 Host CPU 绑核分析能力,帮助用户以证据化方式发现绑核问题、生成优化建议,并提供风险说明、回滚方式和优化前后验证方案 ## 功能验证 (How was this patch tested?) <!-- 请确认CI已通过增量及存量的单元测试用例。 如果本次测试方式与常规单元测试不同,请详细说明您的测试步骤(最好提供完整的可复现的操作路径及关键截图),以便Committer能够快速复现验证,也便于后续的维护。 如果未添加测试,请说明未添加的原因,以及为何难添加测试。 - [_] 功能自验 - [_] 本地自验截图(涉及个人标识符等敏感信息请注意脱敏) - [_] 新增/变更内容是否已新增/适配UT测试用例看护 CI passed with new added/existing test. If it was tested in a way different from regular unit tests, please clarify how you tested step by step, ideally copy and paste-able, so that other reviewers can test and check, and descendants can verify in the future. If tests were not added, please describe why they were not added and/or why it was difficult to add. - [_] Self-verification of the feature. - [_] Screenshot of local self-verification (please anonymize any sensitive information such as personal identifiers) - [_] Have new or modified unit test (UT) cases been added or adapted to cover the newly added or changed content? -->   See merge request: Ascend/msagent!84 | 16 天前 |
| [init] msmodeling agent init Co-authored-by: wendellX<wenxiaoping6@huawei.com> # message auto-generated for no-merge-commit merge: !83 merge agent_mssmodeling into master [init] msmodeling agent init Created-by: wendellX Commit-by: wendellX Merged-by: ascend-robot Description: [init] msmodeling agent init ## 修改内容: 1、新增 modeling agent 作为 msmodeling 工具 agent 总入口 2、将 msmodeling 仓的 部署、执行(2)、导入硬件画像这 4 个 skill 迁移到 msagent 3、msmodeling 的部署 skill 新增 git clone 能力 --- ## 验证报告: ### 1 msagent 以 modeling agent 加载  ### 2 msmodeling 部署 skill 正常加载    #### 2.1 部署新增 git clone 功能(当代码仓不存在时也能部署)   ### 3 性能仿真模拟执行 skill正常加载  ### 4 吞吐优化执行 skill 正常加载  ### 5 自然语言导入设备画像 skill 正常加载  See merge request: Ascend/msagent!83 | 18 天前 |
| [init] msmodeling agent init Co-authored-by: wendellX<wenxiaoping6@huawei.com> # message auto-generated for no-merge-commit merge: !83 merge agent_mssmodeling into master [init] msmodeling agent init Created-by: wendellX Commit-by: wendellX Merged-by: ascend-robot Description: [init] msmodeling agent init ## 修改内容: 1、新增 modeling agent 作为 msmodeling 工具 agent 总入口 2、将 msmodeling 仓的 部署、执行(2)、导入硬件画像这 4 个 skill 迁移到 msagent 3、msmodeling 的部署 skill 新增 git clone 能力 --- ## 验证报告: ### 1 msagent 以 modeling agent 加载  ### 2 msmodeling 部署 skill 正常加载    #### 2.1 部署新增 git clone 功能(当代码仓不存在时也能部署)   ### 3 性能仿真模拟执行 skill正常加载  ### 4 吞吐优化执行 skill 正常加载  ### 5 自然语言导入设备画像 skill 正常加载  See merge request: Ascend/msagent!83 | 18 天前 |
| [init] msmodeling agent init Co-authored-by: wendellX<wenxiaoping6@huawei.com> # message auto-generated for no-merge-commit merge: !83 merge agent_mssmodeling into master [init] msmodeling agent init Created-by: wendellX Commit-by: wendellX Merged-by: ascend-robot Description: [init] msmodeling agent init ## 修改内容: 1、新增 modeling agent 作为 msmodeling 工具 agent 总入口 2、将 msmodeling 仓的 部署、执行(2)、导入硬件画像这 4 个 skill 迁移到 msagent 3、msmodeling 的部署 skill 新增 git clone 能力 --- ## 验证报告: ### 1 msagent 以 modeling agent 加载  ### 2 msmodeling 部署 skill 正常加载    #### 2.1 部署新增 git clone 功能(当代码仓不存在时也能部署)   ### 3 性能仿真模拟执行 skill正常加载  ### 4 吞吐优化执行 skill 正常加载  ### 5 自然语言导入设备画像 skill 正常加载  See merge request: Ascend/msagent!83 | 18 天前 |
| [init] msmodeling agent init Co-authored-by: wendellX<wenxiaoping6@huawei.com> # message auto-generated for no-merge-commit merge: !83 merge agent_mssmodeling into master [init] msmodeling agent init Created-by: wendellX Commit-by: wendellX Merged-by: ascend-robot Description: [init] msmodeling agent init ## 修改内容: 1、新增 modeling agent 作为 msmodeling 工具 agent 总入口 2、将 msmodeling 仓的 部署、执行(2)、导入硬件画像这 4 个 skill 迁移到 msagent 3、msmodeling 的部署 skill 新增 git clone 能力 --- ## 验证报告: ### 1 msagent 以 modeling agent 加载  ### 2 msmodeling 部署 skill 正常加载    #### 2.1 部署新增 git clone 功能(当代码仓不存在时也能部署)   ### 3 性能仿真模拟执行 skill正常加载  ### 4 吞吐优化执行 skill 正常加载  ### 5 自然语言导入设备画像 skill 正常加载  See merge request: Ascend/msagent!83 | 18 天前 |
| 【msmodelslim】【feature】Quantizer Agent支持端到端自动调优 Co-authored-by: zhangz200102<zhangzheng183@huawei.com> Co-authored-by: joejoezhou<zhourongchen1@huawei.com> # message auto-generated for no-merge-commit merge: !89 merge feature/modelslim-tuning-after-pre-commit into master 【msmodelslim】【feature】Quantizer Agent支持端到端自动调优 Created-by: zhangz200102 Commit-by: zhangz200102;joejoezhou Merged-by: ascend-robot Description: 改动点: (1)msmodelslim对应的Quantizer Agent新增支持端到端自动调优能力 (2)修复msagent无法拉起subagent的bug See merge request: Ascend/msagent!89 | 17 天前 |
| 优化量化模型适配agent流程 Co-authored-by: libarry<870390541@qq.com> # message auto-generated for no-merge-commit merge: !50 merge feature/model_adapt into master 【msmodelslim】优化量化模型适配agent skill Created-by: libarry Commit-by: libarry Merged-by: ascend-robot Description: 拆分模型适配skill,剥离适配器验证skill和逐层量化skill,新增反量化skill,反量化skill只支持fp8反量化 See merge request: Ascend/msagent!50 | 28 天前 |
| 【bugfix】修复量化的skill和资料问题 Co-authored-by: libarry<870390541@qq.com> # message auto-generated for no-merge-commit merge: !60 merge bugfix/msmodelslim into master 【bugfix】修复量化的skill和资料问题 Created-by: libarry Commit-by: libarry Merged-by: ascend-robot Description: 【bugfix】修复资料问题:补充环境信息,提示用户模型分析后可能告知用户风险 修复agent行为:增加安装modelslim流程约束,强化agent注意transformers版本 See merge request: Ascend/msagent!60 | 25 天前 |
| 优化量化模型适配agent流程 Co-authored-by: libarry<870390541@qq.com> # message auto-generated for no-merge-commit merge: !50 merge feature/model_adapt into master 【msmodelslim】优化量化模型适配agent skill Created-by: libarry Commit-by: libarry Merged-by: ascend-robot Description: 拆分模型适配skill,剥离适配器验证skill和逐层量化skill,新增反量化skill,反量化skill只支持fp8反量化 See merge request: Ascend/msagent!50 | 28 天前 |
| 【msmodelslim】【feature】Quantizer Agent支持端到端自动调优 Co-authored-by: zhangz200102<zhangzheng183@huawei.com> Co-authored-by: joejoezhou<zhourongchen1@huawei.com> # message auto-generated for no-merge-commit merge: !89 merge feature/modelslim-tuning-after-pre-commit into master 【msmodelslim】【feature】Quantizer Agent支持端到端自动调优 Created-by: zhangz200102 Commit-by: zhangz200102;joejoezhou Merged-by: ascend-robot Description: 改动点: (1)msmodelslim对应的Quantizer Agent新增支持端到端自动调优能力 (2)修复msagent无法拉起subagent的bug See merge request: Ascend/msagent!89 | 17 天前 |
| 优化量化模型适配agent流程 Co-authored-by: libarry<870390541@qq.com> # message auto-generated for no-merge-commit merge: !50 merge feature/model_adapt into master 【msmodelslim】优化量化模型适配agent skill Created-by: libarry Commit-by: libarry Merged-by: ascend-robot Description: 拆分模型适配skill,剥离适配器验证skill和逐层量化skill,新增反量化skill,反量化skill只支持fp8反量化 See merge request: Ascend/msagent!50 | 28 天前 |
| 【msmodelslim】【feature】Quantizer Agent支持端到端自动调优 Co-authored-by: zhangz200102<zhangzheng183@huawei.com> Co-authored-by: joejoezhou<zhourongchen1@huawei.com> # message auto-generated for no-merge-commit merge: !89 merge feature/modelslim-tuning-after-pre-commit into master 【msmodelslim】【feature】Quantizer Agent支持端到端自动调优 Created-by: zhangz200102 Commit-by: zhangz200102;joejoezhou Merged-by: ascend-robot Description: 改动点: (1)msmodelslim对应的Quantizer Agent新增支持端到端自动调优能力 (2)修复msagent无法拉起subagent的bug See merge request: Ascend/msagent!89 | 17 天前 |
| [feature] 新增算子调优skill : msot-msopprof-operator-profiler Co-authored-by: RainbowWhp<wanghaopeng3@huawei.com> | 1 个月前 |
| 【Feature】msagent支持nan值分析agent构建 Co-authored-by: wugengjun<wugengjun1@huawei.com> # message auto-generated for no-merge-commit merge: !34 merge master into master 【Feature】msagent支持nan值分析agent构建 Created-by: wugengjun Commit-by: wugengjun Merged-by: ascend-robot Description: msagent支持nan值分析agent构建   See merge request: Ascend/msagent!34 | 1 个月前 |
| update skill readme & refactor skill names Co-authored-by: fanglanyue<lanyuefang0916@163.com> # message auto-generated for no-merge-commit merge: !103 merge skill_readme into master update skill readme & refactor skill names Created-by: fanglanyue0916 Commit-by: fanglanyue Merged-by: ascend-robot Description: ## 修改描述 **修改原因:** 统一 Skill 命名规范为 kebab-case(ascend- 前缀 + 连字符),避免下划线和大写带来的歧义,提升跨 Agent 互操作性;同时补充完整的接入指南和 Skill 分类索引,降低用户集成门槛。 **修改描述:** 1. 4 个 Skill 重命名: - mindstudio_profiler_data_check → ascend-profiler-data-validation - ascend_pytorch_profiler_db_explorer → ascend-profiler-db-explorer - cluster-fast-slow-rank-detector → ascend-cluster-fast-slow-rank-detector - msprof-analyze-cli → ascend-msprof-analyze-cli 涉及 skills/ 目录名、SKILL.md 内 name 字段、Agent 配置 Profiler.yml、Prompt Profiler.md、设计文档、测试文件(test_catalog_interfaces.py、test_initializer_runtime_context.py、test_renderer_welcome.py)中所有引用。 2. 新增 docs/zh/user_guide/integration-guide.md — Trae IDE 实操接入指南,覆盖 Skill 安装、MCP 配置、msprof-analyze 安装等完整流程。 3. 重写 skills/README.md — 从简单列表升级为按分类(性能/精度/量化/算子/文档审查)组织的 Skill 索引,补充 npx skills 和手动拷贝两种安装方式,以及 /add-skill 等交互命令说明。 4. build-and-package.md 补充构建步骤注释 — 添加 pip install uv、test -d skills、uv lock --check 的步骤说明。 5. 新增 docs/zh/figures/ 截图 — 4 张 Trae IDE 实操截图。 6. msagent_design.md 格式修复 — 修正列表项缩进(-- → -)和中文引号('' → "")。 See merge request: Ascend/msagent!103 | 2 天前 |
| 【bugfix】优化Quantizer Agent能力 Co-authored-by: zhangz200102<zhangzheng183@huawei.com> # message auto-generated for no-merge-commit merge: !100 merge improve/simplified_dataset into master 【bugfix】优化Quantizer Agent能力 Created-by: zhangz200102 Commit-by: zhangz200102 Merged-by: ascend-robot Description: 针对当前Quantizer Agent的一些缺陷做出优化 【improve】优化精简数据集流程 【improve】优化测评的样例配置 【improve】强调服务化测评可能时间比较长,避免中途关闭 【bugfix】修复敏感层分析默认值无法正确启动敏感层分析 【bugfix】约束生成的浮点和量化的测评配置一致 See merge request: Ascend/msagent!100 | 3 天前 |
| 【msmodelslim】【feature】Quantizer Agent支持端到端自动调优 Co-authored-by: zhangz200102<zhangzheng183@huawei.com> Co-authored-by: joejoezhou<zhourongchen1@huawei.com> # message auto-generated for no-merge-commit merge: !89 merge feature/modelslim-tuning-after-pre-commit into master 【msmodelslim】【feature】Quantizer Agent支持端到端自动调优 Created-by: zhangz200102 Commit-by: zhangz200102;joejoezhou Merged-by: ascend-robot Description: 改动点: (1)msmodelslim对应的Quantizer Agent新增支持端到端自动调优能力 (2)修复msagent无法拉起subagent的bug See merge request: Ascend/msagent!89 | 17 天前 |
| 【bugfix】优化Quantizer Agent能力 Co-authored-by: zhangz200102<zhangzheng183@huawei.com> # message auto-generated for no-merge-commit merge: !100 merge improve/simplified_dataset into master 【bugfix】优化Quantizer Agent能力 Created-by: zhangz200102 Commit-by: zhangz200102 Merged-by: ascend-robot Description: 针对当前Quantizer Agent的一些缺陷做出优化 【improve】优化精简数据集流程 【improve】优化测评的样例配置 【improve】强调服务化测评可能时间比较长,避免中途关闭 【bugfix】修复敏感层分析默认值无法正确启动敏感层分析 【bugfix】约束生成的浮点和量化的测评配置一致 See merge request: Ascend/msagent!100 | 3 天前 |
| [bug] 优化训推框架层级映射逻辑,使用大模型语义进行匹配,删除默认设置的映射规则 Co-authored-by: HowSir_X<zhonghao31@huawei.com> # message auto-generated for no-merge-commit merge: !85 merge fix_bug_rl into master [bug] 优化训推框架层级映射逻辑,使用大模型语义进行匹配,删除默认设置的映射规则 Created-by: HowSir_X Commit-by: HowSir_X Merged-by: ascend-robot Description: [bug] 优化训推框架层级映射逻辑,使用大模型语义进行匹配,删除默认设置的映射规则 训推一致性正常数据分析    See merge request: Ascend/msagent!85 | 14 天前 |
| 【bugfix】优化Quantizer Agent能力 Co-authored-by: zhangz200102<zhangzheng183@huawei.com> # message auto-generated for no-merge-commit merge: !100 merge improve/simplified_dataset into master 【bugfix】优化Quantizer Agent能力 Created-by: zhangz200102 Commit-by: zhangz200102 Merged-by: ascend-robot Description: 针对当前Quantizer Agent的一些缺陷做出优化 【improve】优化精简数据集流程 【improve】优化测评的样例配置 【improve】强调服务化测评可能时间比较长,避免中途关闭 【bugfix】修复敏感层分析默认值无法正确启动敏感层分析 【bugfix】约束生成的浮点和量化的测评配置一致 See merge request: Ascend/msagent!100 | 3 天前 |
| update skill readme & refactor skill names Co-authored-by: fanglanyue<lanyuefang0916@163.com> # message auto-generated for no-merge-commit merge: !103 merge skill_readme into master update skill readme & refactor skill names Created-by: fanglanyue0916 Commit-by: fanglanyue Merged-by: ascend-robot Description: ## 修改描述 **修改原因:** 统一 Skill 命名规范为 kebab-case(ascend- 前缀 + 连字符),避免下划线和大写带来的歧义,提升跨 Agent 互操作性;同时补充完整的接入指南和 Skill 分类索引,降低用户集成门槛。 **修改描述:** 1. 4 个 Skill 重命名: - mindstudio_profiler_data_check → ascend-profiler-data-validation - ascend_pytorch_profiler_db_explorer → ascend-profiler-db-explorer - cluster-fast-slow-rank-detector → ascend-cluster-fast-slow-rank-detector - msprof-analyze-cli → ascend-msprof-analyze-cli 涉及 skills/ 目录名、SKILL.md 内 name 字段、Agent 配置 Profiler.yml、Prompt Profiler.md、设计文档、测试文件(test_catalog_interfaces.py、test_initializer_runtime_context.py、test_renderer_welcome.py)中所有引用。 2. 新增 docs/zh/user_guide/integration-guide.md — Trae IDE 实操接入指南,覆盖 Skill 安装、MCP 配置、msprof-analyze 安装等完整流程。 3. 重写 skills/README.md — 从简单列表升级为按分类(性能/精度/量化/算子/文档审查)组织的 Skill 索引,补充 npx skills 和手动拷贝两种安装方式,以及 /add-skill 等交互命令说明。 4. build-and-package.md 补充构建步骤注释 — 添加 pip install uv、test -d skills、uv lock --check 的步骤说明。 5. 新增 docs/zh/figures/ 截图 — 4 张 Trae IDE 实操截图。 6. msagent_design.md 格式修复 — 修正列表项缩进(-- → -)和中文引号('' → "")。 See merge request: Ascend/msagent!103 | 2 天前 |