From 5cb36262cf4edac69cb36c399a220e5ff5dfa28f Mon Sep 17 00:00:00 2001 From: Huawei Date: Thu, 9 Jul 2026 07:49:03 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8A=A0=E5=85=A5"=E5=85=88=E6=9F=A5?= =?UTF-8?q?=E5=B8=82=E5=9C=BA=E5=86=8D=E5=8A=A8=E6=89=8B"=E5=8E=9F?= =?UTF-8?q?=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- suite-developer/TOOLS.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/suite-developer/TOOLS.md b/suite-developer/TOOLS.md index 5802754..16074e5 100644 --- a/suite-developer/TOOLS.md +++ b/suite-developer/TOOLS.md @@ -8,18 +8,20 @@ pip install agentgis-cli # 配置 agc config set api-key mk_xxxxxxxxxxx +# 🔍 查市场(写代码前先做这个) +agc skills search <关键词> # 搜索已有技能 +agc skills list # 列出所有技能 +agc suites search <关键词> # 搜索已有套件 +agc suites list # 列出所有套件 + # 初始化新套件 agc init ./my-analysis -# 发布到市场 -agc publish ./my-analysis - # 测试执行 agc run --inputs '{"expression": "1+1"}' -# 查看市场上已有的技能/套件 -agc skills list -agc suites list +# 发布到市场 +agc publish ./my-analysis ``` ## API 端点(直接调用时)