Skip to content

RFC-021: AIGP-SGL — Symbolic Governance Language for Agentic and Autonomous AI — 13. YAML Serialization

AIGP SpecificationRFC-021: AIGP-SGL — Symbolic Governance Language for Agentic and Autonomous AI › 13. YAML Serialization

← 12. Canonical AST · Section index · 14. Compilation Targets →

13. YAML Serialization

AIGP-SGL statements MAY be serialized as YAML for readability.

aigp_sgl:
version: "0.1"
statement_id: sgl_stmt_01J
subject:
id: drone.042
type: autonomous_drone
action:
name: search
object:
id: zone.A
type: mission_zone
context:
mission_id: mission.SAR17
permit_if:
all:
- authority.operator_present: true
- boundary.inside: zone.A
- sensor.health: healthy
return_if:
- field: comms.loss
operator: ">"
value: 10
unit: seconds
evidence:
ddna_required: true
event_type: action.permitted
event_hash: sha256:8f3a...


← 12. Canonical AST · Section index · 14. Compilation Targets →