clean: 删除 agentgis-sdk 仓库 + 清理所有 SDK 引用
This commit is contained in:
@@ -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 |
|
||||
|
||||
@@ -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` 必需)
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
## 快速开始
|
||||
|
||||
Reference in New Issue
Block a user