docs: add platform and runtime fields to example

This commit is contained in:
2026-07-20 09:01:27 +00:00
parent 6f066190d4
commit f8ac8b4d4e
+3 -2
View File
@@ -15,9 +15,10 @@ hello-world/
```yaml
name: Hello World
description: 首个 AgentGIS 套件,接收一条消息并在容器中打印
description: 首个 AgentGIS 套件,接收一条消息并打印
version: 1.0.0
author: SuiteForge
platform: all
tags: [示例, 入门]
params:
@@ -31,7 +32,7 @@ base_image: gis-base:latest
steps:
- id: hello
name: 打印消息
type: python
runtime: python3
script_id: run
params:
message: $params.message