mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-05 08:10:39 +00:00
parent
57c9669c59
commit
e73e20304f
3 changed files with 60 additions and 0 deletions
48
checkpoint.json
Normal file
48
checkpoint.json
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
{
|
||||
"timestamp": "2026-03-27T19:07:07.330624Z",
|
||||
"current_node": "echo_task",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"echo_task"
|
||||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"internal.node_visit_count": 1,
|
||||
"outcome": "success",
|
||||
"thread.start.current_node": "echo_task",
|
||||
"command.stderr": "",
|
||||
"current.preamble": "Goal: Verify backwards compatibility with old tool naming\n",
|
||||
"internal.retry_count.echo_task": 0,
|
||||
"internal.retry_count.start": 0,
|
||||
"graph.rankdir": "LR",
|
||||
"failure_class": "",
|
||||
"internal.thread_id": "start",
|
||||
"failure_signature": "",
|
||||
"internal.fidelity": "compact",
|
||||
"current_node": "echo_task",
|
||||
"internal.run_id": "01KMRB2JHK3R8GNY6SERJWWV09",
|
||||
"command.output": "",
|
||||
"graph.goal": "Verify backwards compatibility with old tool naming"
|
||||
},
|
||||
"node_outcomes": {
|
||||
"start": {
|
||||
"status": "success",
|
||||
"notes": "[Simulated] start",
|
||||
"usage": null
|
||||
},
|
||||
"echo_task": {
|
||||
"status": "success",
|
||||
"context_updates": {
|
||||
"command.output": "",
|
||||
"command.stderr": ""
|
||||
},
|
||||
"notes": "[Simulated] Command skipped: echo hello",
|
||||
"usage": null
|
||||
}
|
||||
},
|
||||
"next_node_id": "exit",
|
||||
"node_visits": {
|
||||
"start": 1,
|
||||
"echo_task": 1
|
||||
}
|
||||
}
|
||||
6
nodes/echo_task/status.json
Normal file
6
nodes/echo_task/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"status": "success",
|
||||
"notes": "[Simulated] Command skipped: echo hello",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-03-27T19:07:07.330374+00:00"
|
||||
}
|
||||
6
nodes/start/status.json
Normal file
6
nodes/start/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"status": "success",
|
||||
"notes": "[Simulated] start",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-03-27T19:07:07.329223+00:00"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue