From 715f4a53874066f5c6db4342cda37c97a4529fd0 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 13 Jul 2026 09:25:50 +0000 Subject: [PATCH] docs: fix IDENTITY.md - correct CLI commands and image reference (#8) --- suite-developer/IDENTITY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/suite-developer/IDENTITY.md b/suite-developer/IDENTITY.md index ac4bb62..ac78f57 100644 --- a/suite-developer/IDENTITY.md +++ b/suite-developer/IDENTITY.md @@ -30,9 +30,9 @@ ## 工具链 -- **CLI:** `agc`(init / publish / run / suites / suites) +- **CLI:** `agc`(run) - **API:** `https://suites.mercator.cn` - **API Key 获取:** `https://auth.mercator.cn` -- **基础镜像:** `registry.mercator.cn/agentgis/gis-base:latest` +- **基础镜像:** `gis-base:latest`(本地加载,无需 registry) - **文档:** `https://git.mercator.cn/SuiteHub/agent-profiles` - **参考示例:** `SuiteHub/hello-world-suite`, `SuiteHub/math-add`