checkpoint

⚒️ Generated with [Fabro](https://fabro.sh)
This commit is contained in:
Fabro 2026-03-27 10:58:15 -04:00
parent e4315365b5
commit bf25cc6f7a
4 changed files with 37 additions and 8 deletions

View file

@ -1,27 +1,30 @@
{
"timestamp": "2026-03-27T14:58:12.974289Z",
"current_node": "step1",
"timestamp": "2026-03-27T14:58:15.709149Z",
"current_node": "step2",
"completed_nodes": [
"start",
"step1"
"step1",
"step2"
],
"node_retries": {},
"context_values": {
"internal.thread_id": "start",
"thread.step1.current_node": "step2",
"internal.thread_id": "step1",
"graph.goal": "Run two commands in sequence",
"current_node": "step1",
"current_node": "step2",
"graph.rankdir": "LR",
"internal.node_visit_count": 1,
"current.preamble": "Goal: Run two commands in sequence\n",
"current.preamble": "Goal: Run two commands in sequence\n\n## Completed stages\n- **step1**: success\n - Script: `echo hello-from-step1`\n - Stdout:\n ```\n hello-from-step1\n ```\n - Stderr: (empty)\n",
"internal.retry_count.start": 0,
"outcome": "success",
"failure_class": "",
"internal.fidelity": "compact",
"failure_signature": "",
"internal.retry_count.step2": 0,
"command.stderr": "",
"thread.start.current_node": "step1",
"internal.run_id": "01KMQWTV5G84EQ27T0ETXR0C50",
"command.output": "hello-from-step1\n",
"command.output": "hello-from-step2\n",
"internal.retry_count.step1": 0
},
"node_outcomes": {
@ -37,10 +40,20 @@
},
"notes": "Script completed: echo hello-from-step1",
"usage": null
},
"step2": {
"status": "success",
"context_updates": {
"command.output": "hello-from-step2\n",
"command.stderr": ""
},
"notes": "Script completed: echo hello-from-step2",
"usage": null
}
},
"next_node_id": "step2",
"next_node_id": "exit",
"node_visits": {
"step2": 1,
"step1": 1,
"start": 1
}

View file

@ -0,0 +1,5 @@
{
"command": "echo hello-from-step2",
"language": "shell",
"timeout_ms": null
}

View file

@ -0,0 +1,5 @@
{
"duration_ms": 53,
"exit_code": 0,
"timed_out": false
}

6
nodes/step2/status.json Normal file
View file

@ -0,0 +1,6 @@
{
"status": "success",
"notes": "Script completed: echo hello-from-step2",
"failure_reason": null,
"timestamp": "2026-03-27T14:58:15.708830+00:00"
}