mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-05 08:10:39 +00:00
parent
2b59022bd7
commit
6ea3f8d69a
2 changed files with 34 additions and 8 deletions
|
|
@ -1,13 +1,15 @@
|
|||
{
|
||||
"timestamp": "2026-03-19T13:41:17.146954Z",
|
||||
"current_node": "plan",
|
||||
"timestamp": "2026-03-19T13:41:20.846498Z",
|
||||
"current_node": "approve",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"setup",
|
||||
"plan"
|
||||
"plan",
|
||||
"approve"
|
||||
],
|
||||
"node_retries": {
|
||||
"setup": 1,
|
||||
"approve": 1,
|
||||
"start": 1,
|
||||
"plan": 1
|
||||
},
|
||||
|
|
@ -22,16 +24,21 @@
|
|||
"thread.setup.current_node": "plan",
|
||||
"internal.retry_count.setup": 1,
|
||||
"internal.retry_count.plan": 1,
|
||||
"current.preamble": "Goal: Full-stack scenario: command, agent, human gate, and goal gate verification\n\n## Completed stages\n- **setup**: success\n - Script: `mkdir -p /tmp/scenario_full && echo ready > /tmp/scenario_full/flag.txt`\n - Stdout: (empty)\n - Stderr: (empty)\n",
|
||||
"human.gate.label": "[A] Approve",
|
||||
"human.gate.selected": "A",
|
||||
"current.preamble": "Goal: Full-stack scenario: command, agent, human gate, and goal gate verification\n\n## Completed stages\n- **setup**: success\n - Script: `mkdir -p /tmp/scenario_full && echo ready > /tmp/scenario_full/flag.txt`\n - Stdout: (empty)\n - Stderr: (empty)\n- **plan**: success\n - Model: claude-haiku-4-5, 2.1k tokens in / 333 out\n",
|
||||
"outcome": "success",
|
||||
"internal.thread_id": "setup",
|
||||
"internal.thread_id": "plan",
|
||||
"internal.retry_count.approve": 1,
|
||||
"internal.fidelity": "compact",
|
||||
"internal.node_visit_count": 1,
|
||||
"thread.start.current_node": "setup",
|
||||
"command.output": "",
|
||||
"last_stage": "plan",
|
||||
"failure_signature": "",
|
||||
"current_node": "plan",
|
||||
"thread.plan.current_node": "approve",
|
||||
"preferred_label": "[A] Approve",
|
||||
"current_node": "approve",
|
||||
"internal.retry_count.start": 1
|
||||
},
|
||||
"logs": [],
|
||||
|
|
@ -49,6 +56,18 @@
|
|||
"notes": "Script completed: mkdir -p /tmp/scenario_full && echo ready > /tmp/scenario_full/flag.txt",
|
||||
"duration_ms": 260
|
||||
},
|
||||
"approve": {
|
||||
"status": "success",
|
||||
"preferred_label": "[A] Approve",
|
||||
"suggested_next_ids": [
|
||||
"impl"
|
||||
],
|
||||
"context_updates": {
|
||||
"human.gate.selected": "A",
|
||||
"human.gate.label": "[A] Approve"
|
||||
},
|
||||
"duration_ms": 0
|
||||
},
|
||||
"plan": {
|
||||
"status": "success",
|
||||
"context_updates": {
|
||||
|
|
@ -68,10 +87,11 @@
|
|||
"duration_ms": 4010
|
||||
}
|
||||
},
|
||||
"next_node_id": "approve",
|
||||
"next_node_id": "impl",
|
||||
"node_visits": {
|
||||
"start": 1,
|
||||
"setup": 1,
|
||||
"plan": 1
|
||||
"plan": 1,
|
||||
"approve": 1
|
||||
}
|
||||
}
|
||||
6
nodes/approve/status.json
Normal file
6
nodes/approve/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"status": "success",
|
||||
"notes": null,
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-03-19T13:41:20.846024+00:00"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue