From 87c265d12cd66761c447779997a1d28a17ce8bc2 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Mon, 13 Jul 2026 16:33:26 +0800 Subject: [PATCH] =?UTF-8?q?clean:=20=E5=88=A0=E9=99=A4=20agentgis-sdk=20?= =?UTF-8?q?=E4=BB=93=E5=BA=93=20+=20=E6=B8=85=E7=90=86=E6=89=80=E6=9C=89?= =?UTF-8?q?=20SDK=20=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 - docs/TOOLS.md | 3 --- suite-developer/TOOLS.md | 2 -- suites-help/SDK参考/Python-SDK.md | 1 - 4 files changed, 7 deletions(-) diff --git a/README.md b/README.md index fb35f01..4ea9490 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ | 资源 | 位置 | |------|------| | agentgis-cli(命令行工具) | `pip install` from [SuiteHub Packages](https://git.mercator.cn/SuiteHub/-/packages) | -| agentgis-sdk(Python SDK) | `pip install` from [SuiteHub Packages](https://git.mercator.cn/SuiteHub/-/packages) | | gis-actions(本地执行器) | `.deb` from [SuiteHub Packages](https://git.mercator.cn/SuiteHub/-/packages) | | 套件市场 | https://suites.mercator.cn | | API Key 管理 | https://auth.mercator.cn | diff --git a/docs/TOOLS.md b/docs/TOOLS.md index 4db3549..3be41ac 100644 --- a/docs/TOOLS.md +++ b/docs/TOOLS.md @@ -15,10 +15,7 @@ agc --version agc config set api-key mk_xxxxxxxxxxx ``` -### agentgis-sdk(Python 开发包) - ```bash -pip install https://git.mercator.cn/api/packages/SuiteHub/generic/agentgis-sdk/0.1.0/agentgis_sdk-0.1.0-py3-none-any.whl ``` ### agentgis-worker(本地执行器,`agc run` 必需) diff --git a/suite-developer/TOOLS.md b/suite-developer/TOOLS.md index 8427c53..fbdf019 100644 --- a/suite-developer/TOOLS.md +++ b/suite-developer/TOOLS.md @@ -15,8 +15,6 @@ agc --version agc config set api-key mk_xxxxxxxxxxx ``` -### agentgis-sdk(Python 开发包) - ```bash pip install https://git.mercator.cn/api/packages/SuiteHub/generic/agentgis-sdk/0.1.0/agentgis_sdk-0.1.0-py3-none-any.whl ``` diff --git a/suites-help/SDK参考/Python-SDK.md b/suites-help/SDK参考/Python-SDK.md index bb8f632..5ca67b0 100644 --- a/suites-help/SDK参考/Python-SDK.md +++ b/suites-help/SDK参考/Python-SDK.md @@ -3,7 +3,6 @@ ## 安装 ```bash -pip install https://git.mercator.cn/SuiteHub/agentgis-sdk/raw/branch/main/dist/agentgis_sdk-0.1.0-py3-none-any.whl ``` ## 快速开始