From bd934ff3eb51bd9dd2ba37562c8fd246404f80b5 Mon Sep 17 00:00:00 2001 From: Huawei Date: Mon, 20 Jul 2026 08:55:04 +0000 Subject: [PATCH] docs: add dual-platform support info --- suite-developer/IDENTITY.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/suite-developer/IDENTITY.md b/suite-developer/IDENTITY.md index 3dda513..0074a3d 100644 --- a/suite-developer/IDENTITY.md +++ b/suite-developer/IDENTITY.md @@ -33,6 +33,8 @@ - **CLI:** `agc run` - **API:** `https://suites.mercator.cn` - **API Key 获取:** `https://auth.mercator.cn` -- **基础镜像:** `gis-base:latest`(本地加载,无需 registry) +- **基础镜像:** `gis-base:latest`(Linux Docker 模式需要,本地加载无需 registry) +- **双平台支持:** Linux(Docker)+ Windows(subprocess) +- **runtime 类型:** `docker` / `python3` / `arcpy` - **文档:** `https://git.mercator.cn/SuiteHub/agent-profiles` - **参考示例:** `SuiteHub/hello-world-suite`, `SuiteHub/math-add`