Analyzing AgentScope Library by agentscope-ai/agentscope
npx skills add https://github.com/agentscope-ai/agentscope --skill 'Analyzing AgentScope Library'本指南涵盖了检索和回答有关 AgentScope 库问题的基本操作。如果您需要回答有关 AgentScope 库的问题,或查找特定信息、函数/类、示例或指南,此技能将帮助您实现这一目标。
该技能提供以下关键脚本:
当被问到与 AgentScope 相关的问题时,您可以按照以下步骤查找相关信息:
首先根据用户的问题决定使用三个脚本中的哪一个。
首先,如果尚未克隆 agentscope GitHub 仓库,请请求用户许可:
git clone -b main https://github.com/agentscope-ai/agentscope
在此仓库中,examples 文件夹包含各种示例,展示了如何使用 AgentScope 库的不同功能。它们按不同功能以树形结构组织。您应使用 ls 或 cat 等 shell 命令来导航和查看示例。避免使用 find 命令搜索示例,因为示例文件的名称可能与搜索的功能没有直接关联。
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
同样,首先确保您已克隆 agentscope GitHub 仓库。
AgentScope 教程的源文件位于 agentscope GitHub 仓库的 docs/tutorials 文件夹中。它按不同章节组织。要搜索指南,请进入 docs/tutorials 文件夹,并使用 ls 或 cat 等 shell 命令查看教程文件。
首先,确保您已在环境中安装了 agentscope 库:
pip list | grep agentscope
如果未安装,请请求用户许可使用以下命令安装:
pip install agentscope
然后,运行以下脚本来搜索特定模块、类或函数。建议从 agentscope 作为根模块名称开始,然后指定要搜索的子模块名称。
python view_agentscope_module.py --module agentscope
关于详细用法,请参考 ./view_agentscope_module.py 脚本(位于与此 SKILL.md 文件相同的文件夹中)。
每周安装次数
0
仓库
GitHub 星标数
17.9K
首次出现
1970年1月1日
安全审计
This guide covers the essential operations for retrieving and answering questions about the AgentScope library. If you need to answer questions regarding the AgentScope library, or look up specific information, functions/classes, examples or guidance, this skill will help you achieve that.
The skill provides the following key scripts:
When being asked an AgentScope-related question, you can follow the steps below to find the relevant information:
First decide which of the three scripts to use based on the user's question.
First ask for the user's permission to clone the agentscope GitHub repository if you haven't done so:
git clone -b main https://github.com/agentscope-ai/agentscope
In this repo, the examples folder contains various examples demonstrating how to use different features of the AgentScope library. They are organized in a tree structure by different functionalities. You should use shell command like ls or cat to navigate and view the examples. Avoid using find command to search for examples, as the name of the example files may not directly relate to the functionality being searched for.
Similarly, first ensure you have cloned the agentscope GitHub repository.
The source agentscope tutorial is located in the docs/tutorials folder of the agentscope GitHub repository. It's organized by the different sections. To search for guidance, go to the docs/tutorials folder and view the tutorial files by shell command like ls or cat.
First, ensure you have installed the agentscope library in your environment:
pip list | grep agentscope
If not installed, ask the user for permission to install it by command:
pip install agentscope
Then, run the following script to search for specific modules, classes, or functions. It's suggested to start with agentscope as the root module name, and then specify the submodule name you want to search for.
python view_agentscope_module.py --module agentscope
About detailed usage, please refer to the ./view_agentscope_module.py script (located in the same folder as this SKILL.md file).
Weekly Installs
0
Repository
GitHub Stars
17.9K
First Seen
Jan 1, 1970
Security Audits
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
147,400 周安装