modelscope / modelscope/ms-agent

create_agent_skill suggestion

Open
#834 0 comments 0 reactions 1 assignee View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Python
Stars
4.4k
Forks
521
Avg merge
1d
Merged PRs (30d)
36

Description

Description

目前create_agent_skill run的逻辑不支持读取script脚本调用返回的结果;
如下情况:
比如一个skill是用来读文件分析代码结构的,用户输入就是给一个文件路径,skill里面有read file脚本用来执行,现在ms-agent是不是不支持对scripts脚本调用返回的结果进行读取,比如刚刚我说的这个情况,就不能读取自动调脚本获取文件内容 ,然后进行代码结构分析

应用场景:由于query很长,用户不直接输入输入文件内容,而是让llm去调用脚本,获取内容进行分析,但目前ms agent skill的run逻辑只是运行一下脚本就结束,并不支持读取结果,继续分析

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.