fix(#8): 修正 Python-SDK 替代方案,删除不存在的 agc 命令

This commit is contained in:
2026-07-13 09:32:43 +00:00
parent bb0df9f7a9
commit 349589c865
+10 -4
View File
@@ -1,8 +1,14 @@
# Python SDK(已废弃)
`agentgis-sdk` 已不再维护。功能已被 `gis-actions` 命令行工具覆盖。
`agentgis-sdk` 已不再维护。功能已被 `gis-actions` 命令行工具和 Suite Market API 覆盖。
替代方案:
- `agc suites list` — 列出套件
- `agc run` — 执行套件
- `agc publish upload` — 发布套件
| 原 SDK 功能 | 替代方式 |
|------------|---------|
| 列出套件 | `curl -s https://suites.mercator.cn/api/v1/suites` |
| 搜索套件 | `curl -s 'https://suites.mercator.cn/api/v1/suites/search?q=关键词'` |
| 执行套件 | `agc run <dir> --suite-id <id> --input key=value` |
| 发布套件 | `POST https://suites.mercator.cn/api/v1/publish`(见发布指南) |
完整 API 文档:[https://suites.mercator.cn/docs](https://suites.mercator.cn/docs)