mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
parent
4f2320a76b
commit
8ffb69fb61
4 changed files with 40 additions and 10 deletions
|
|
@ -1,31 +1,35 @@
|
|||
{
|
||||
"timestamp": "2026-03-22T20:12:51.480584Z",
|
||||
"current_node": "step1",
|
||||
"timestamp": "2026-03-22T20:12:53.905791Z",
|
||||
"current_node": "step2",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"step1"
|
||||
"step1",
|
||||
"step2"
|
||||
],
|
||||
"node_retries": {
|
||||
"step1": 1,
|
||||
"start": 1
|
||||
"start": 1,
|
||||
"step2": 1
|
||||
},
|
||||
"context_values": {
|
||||
"graph.rankdir": "LR",
|
||||
"failure_signature": "",
|
||||
"command.stderr": "",
|
||||
"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",
|
||||
"graph.goal": "Run two commands in sequence",
|
||||
"internal.retry_count.start": 1,
|
||||
"internal.retry_count.step1": 1,
|
||||
"thread.step1.current_node": "step2",
|
||||
"failure_class": "",
|
||||
"command.output": "hello-from-step1\n",
|
||||
"internal.thread_id": "start",
|
||||
"command.output": "hello-from-step2\n",
|
||||
"internal.thread_id": "step1",
|
||||
"internal.node_visit_count": 1,
|
||||
"thread.start.current_node": "step1",
|
||||
"current_node": "step1",
|
||||
"current_node": "step2",
|
||||
"outcome": "success",
|
||||
"internal.fidelity": "compact",
|
||||
"internal.run_id": "01KMBJVDKZTMJ134FX19TKEYR2"
|
||||
"internal.run_id": "01KMBJVDKZTMJ134FX19TKEYR2",
|
||||
"internal.retry_count.step2": 1
|
||||
},
|
||||
"logs": [],
|
||||
"node_outcomes": {
|
||||
|
|
@ -41,11 +45,21 @@
|
|||
},
|
||||
"notes": "Script completed: echo hello-from-step1",
|
||||
"duration_ms": 51
|
||||
},
|
||||
"step2": {
|
||||
"status": "success",
|
||||
"context_updates": {
|
||||
"command.stderr": "",
|
||||
"command.output": "hello-from-step2\n"
|
||||
},
|
||||
"notes": "Script completed: echo hello-from-step2",
|
||||
"duration_ms": 51
|
||||
}
|
||||
},
|
||||
"next_node_id": "step2",
|
||||
"next_node_id": "exit",
|
||||
"node_visits": {
|
||||
"start": 1,
|
||||
"step2": 1,
|
||||
"step1": 1
|
||||
}
|
||||
}
|
||||
5
nodes/step2/script_invocation.json
Normal file
5
nodes/step2/script_invocation.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"command": "echo hello-from-step2",
|
||||
"language": "shell",
|
||||
"timeout_ms": null
|
||||
}
|
||||
5
nodes/step2/script_timing.json
Normal file
5
nodes/step2/script_timing.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"duration_ms": 50,
|
||||
"exit_code": 0,
|
||||
"timed_out": false
|
||||
}
|
||||
6
nodes/step2/status.json
Normal file
6
nodes/step2/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"status": "success",
|
||||
"notes": "Script completed: echo hello-from-step2",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-03-22T20:12:53.905458+00:00"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue