From 7d6a7f5a57153d94490b3ca1587cb2d244cf8d6f Mon Sep 17 00:00:00 2001 From: Huawei Date: Thu, 9 Jul 2026 10:37:34 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B8=85=E9=99=A4=E5=85=A8=E9=83=A8=20s?= =?UTF-8?q?kill/=E6=8A=80=E8=83=BD=20=E6=AE=8B=E7=95=99=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- suite-developer/TOOLS.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/suite-developer/TOOLS.md b/suite-developer/TOOLS.md index f92e82d..972041a 100644 --- a/suite-developer/TOOLS.md +++ b/suite-developer/TOOLS.md @@ -9,8 +9,8 @@ pip install agentgis-cli agc config set api-key mk_xxxxxxxxxxx # 🔍 查市场(写代码前先做这个) -agc suites search <关键词> # 搜索已有技能 -agc suites list # 列出所有技能 +agc suites search <关键词> # 搜索已有套件 +agc suites list # 列出所有套件 agc suites search <关键词> # 搜索已有套件 agc suites list # 列出所有套件 @@ -18,7 +18,7 @@ agc suites list # 列出所有套件 agc init ./my-analysis # 测试执行 -agc run --inputs '{"expression": "1+1"}' +agc run --inputs '{"expression": "1+1"}' # 发布到市场 agc publish ./my-analysis @@ -28,7 +28,7 @@ agc publish ./my-analysis | 用途 | 端点 | |------|------| -| 发布 Suite | `POST https://suites.mercator.cn/api/v1/skills` | +| 发布 Suite | `POST https://suites.mercator.cn/api/v1/suites` | | 注册 Suite | `POST https://suites.mercator.cn/api/v1/suites` | | 执行任务 | `POST https://suites.mercator.cn/api/v1/task` | | API 文档 | `https://suites.mercator.cn/docs` |