mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-11 22:53:00 +00:00
parent
e56717e1ff
commit
8d6257baaa
4 changed files with 41 additions and 9 deletions
|
|
@ -1,23 +1,27 @@
|
|||
{
|
||||
"timestamp": "2026-03-19T13:04:02.173217Z",
|
||||
"current_node": "approve",
|
||||
"timestamp": "2026-03-19T13:04:04.797600Z",
|
||||
"current_node": "ship",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"draft",
|
||||
"approve"
|
||||
"approve",
|
||||
"ship"
|
||||
],
|
||||
"node_retries": {
|
||||
"start": 1,
|
||||
"draft": 1,
|
||||
"approve": 1
|
||||
"approve": 1,
|
||||
"ship": 1
|
||||
},
|
||||
"context_values": {
|
||||
"thread.approve.current_node": "ship",
|
||||
"command.output": "shipped\n",
|
||||
"internal.run_id": "01KM333Y5T1X55N1VJAYZD2HNV",
|
||||
"internal.retry_count.draft": 1,
|
||||
"preferred_label": "[A] Approve",
|
||||
"failure_signature": "",
|
||||
"internal.thread_id": "draft",
|
||||
"current_node": "approve",
|
||||
"internal.thread_id": "approve",
|
||||
"current_node": "ship",
|
||||
"internal.node_visit_count": 1,
|
||||
"thread.start.current_node": "draft",
|
||||
"human.gate.selected": "A",
|
||||
|
|
@ -31,7 +35,9 @@
|
|||
"thread.draft.current_node": "approve",
|
||||
"internal.retry_count.approve": 1,
|
||||
"human.gate.label": "[A] Approve",
|
||||
"current.preamble": "Goal: Test human gate with auto-approve\n\n## Completed stages\n- **draft**: success\n - Model: claude-haiku-4-5, 2.0k tokens in / 72 out\n",
|
||||
"command.stderr": "",
|
||||
"current.preamble": "Goal: Test human gate with auto-approve\n\n## Completed stages\n- **draft**: success\n - Model: claude-haiku-4-5, 2.0k tokens in / 72 out\n- **approve**: success\n\n## Context\n- human.gate.label: [A] Approve\n- human.gate.selected: A\n",
|
||||
"internal.retry_count.ship": 1,
|
||||
"failure_class": "",
|
||||
"internal.retry_count.start": 1
|
||||
},
|
||||
|
|
@ -70,12 +76,22 @@
|
|||
"cost": 0.0019056000000000001
|
||||
},
|
||||
"duration_ms": 1873
|
||||
},
|
||||
"ship": {
|
||||
"status": "success",
|
||||
"context_updates": {
|
||||
"command.stderr": "",
|
||||
"command.output": "shipped\n"
|
||||
},
|
||||
"notes": "Script completed: echo shipped",
|
||||
"duration_ms": 47
|
||||
}
|
||||
},
|
||||
"next_node_id": "ship",
|
||||
"next_node_id": "exit",
|
||||
"node_visits": {
|
||||
"draft": 1,
|
||||
"approve": 1,
|
||||
"ship": 1,
|
||||
"draft": 1,
|
||||
"start": 1
|
||||
}
|
||||
}
|
||||
5
nodes/ship/script_invocation.json
Normal file
5
nodes/ship/script_invocation.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"command": "echo shipped",
|
||||
"language": "shell",
|
||||
"timeout_ms": null
|
||||
}
|
||||
5
nodes/ship/script_timing.json
Normal file
5
nodes/ship/script_timing.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"duration_ms": 47,
|
||||
"exit_code": 0,
|
||||
"timed_out": false
|
||||
}
|
||||
6
nodes/ship/status.json
Normal file
6
nodes/ship/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"status": "success",
|
||||
"notes": "Script completed: echo shipped",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-03-19T13:04:04.797284+00:00"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue