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-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) |
|
| gis-actions(本地执行器) | `.deb` from [SuiteHub Packages](https://git.mercator.cn/SuiteHub/-/packages) |
|
||||||
| 套件市场 | https://suites.mercator.cn |
|
| 套件市场 | https://suites.mercator.cn |
|
||||||
| API Key 管理 | https://auth.mercator.cn |
|
| API Key 管理 | https://auth.mercator.cn |
|
||||||
|
|||||||
@@ -15,10 +15,7 @@ agc --version
|
|||||||
agc config set api-key mk_xxxxxxxxxxx
|
agc config set api-key mk_xxxxxxxxxxx
|
||||||
```
|
```
|
||||||
|
|
||||||
### agentgis-sdk(Python 开发包)
|
|
||||||
|
|
||||||
```bash
|
```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` 必需)
|
### agentgis-worker(本地执行器,`agc run` 必需)
|
||||||
|
|||||||
@@ -15,8 +15,6 @@ agc --version
|
|||||||
agc config set api-key mk_xxxxxxxxxxx
|
agc config set api-key mk_xxxxxxxxxxx
|
||||||
```
|
```
|
||||||
|
|
||||||
### agentgis-sdk(Python 开发包)
|
|
||||||
|
|
||||||
```bash
|
```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
|
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
|
```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