Template JSON
{
"nodes": [
{
"id": "start-1",
"type": "start",
"label": "Start",
"x": 80,
"y": 160,
"position": {
"x": 80,
"y": 160
},
"config": {
"publicSafe": true,
"protectedAction": false
},
"status": "idle",
"metadata": {}
},
{
"id": "sandbox_command-2",
"type": "sandbox_command",
"label": "Prepare Sandbox script validation",
"x": 310,
"y": 240,
"position": {
"x": 310,
"y": 240
},
"config": {
"publicSafe": false,
"protectedAction": true,
"service": "sandbox.platphormnews.com",
"mode": "dry_run"
},
"status": "idle",
"metadata": {}
},
{
"id": "trace_event-3",
"type": "trace_event",
"label": "Trace sandbox plan",
"x": 540,
"y": 160,
"position": {
"x": 540,
"y": 160
},
"config": {
"publicSafe": true,
"protectedAction": false,
"eventName": "agentui.sandbox.plan"
},
"status": "idle",
"metadata": {}
},
{
"id": "end-4",
"type": "end",
"label": "Complete",
"x": 770,
"y": 240,
"position": {
"x": 770,
"y": 240
},
"config": {
"publicSafe": true,
"protectedAction": false
},
"status": "idle",
"metadata": {}
}
],
"edges": [
{
"id": "edge-1",
"source": "start-1",
"target": "sandbox_command-2",
"sourceNodeId": "start-1",
"targetNodeId": "sandbox_command-2",
"condition": "success",
"metadata": {}
},
{
"id": "edge-2",
"source": "sandbox_command-2",
"target": "trace_event-3",
"sourceNodeId": "sandbox_command-2",
"targetNodeId": "trace_event-3",
"metadata": {}
},
{
"id": "edge-3",
"source": "trace_event-3",
"target": "end-4",
"sourceNodeId": "trace_event-3",
"targetNodeId": "end-4",
"metadata": {}
}
]
}