From 3821e96edb1f851c1180a4b8b03d12aaada5f505 Mon Sep 17 00:00:00 2001 From: Huawei Date: Sun, 19 Jul 2026 09:06:41 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=A2=9E=E5=8A=A0=20Playground=20?= =?UTF-8?q?=E6=BC=94=E7=A4=BA=E6=95=B0=E6=8D=AE=E8=AF=B4=E6=98=8E=EF=BC=88?= =?UTF-8?q?demo-data/=20=E7=9B=AE=E5=BD=95=E8=A7=84=E8=8C=83=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../knowledge/data-execution-model.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/suite-developer/knowledge/data-execution-model.md b/suite-developer/knowledge/data-execution-model.md index 6db503d..e68a46c 100644 --- a/suite-developer/knowledge/data-execution-model.md +++ b/suite-developer/knowledge/data-execution-model.md @@ -63,3 +63,22 @@ - **本地测试路径 ≠ 用户路径**,脚本要用参数化路径而非硬编码 - **输出必须写入 `output_path`**,由 gis-actions 决定输出目录位置 - **不要假设文件系统结构**,用户文件和容器文件系统是隔离的 + + +## Playground 在线演示(新增) + +> agentgis.cn 上的在线 Playground 提供浏览器沙箱体验。 + +### 数据差异 + +| 场景 | 数据来源 | 执行位置 | +|------|---------|---------| +| 本地 agc run | 用户本地文件 | 用户本地 Docker | +| 在线 Playground | 套件包内 demo-data/ 目录 | 腾迅云隔离容器 | + +### 对套件开发者的影响 + +- Playground 可用的套件必须包含 demo-data/ 目录,放入样例数据文件(GeoJSON / SHP / CSV) +- 样例数据需要小而典型,建议 < 5MB +- workflow.yaml 的参数默认值指向 demo-data/ 中的文件路径 +- 无 demo-data/ 的套件不会出现在 Playground 中,只能本地执行