mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
parent
8d01248e94
commit
e1f29b4386
3 changed files with 174 additions and 41 deletions
203
run.json
203
run.json
|
|
@ -311,7 +311,7 @@
|
|||
"kind": "running"
|
||||
},
|
||||
"status_updated_at": "2026-07-23T13:48:47.200406337Z",
|
||||
"last_event_at": "2026-07-23T13:49:06.534848758Z",
|
||||
"last_event_at": "2026-07-23T13:49:10.229368406Z",
|
||||
"pending_control": null,
|
||||
"checkpoints": [
|
||||
{
|
||||
|
|
@ -551,9 +551,9 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"seq": 0,
|
||||
"seq": 63,
|
||||
"checkpoint": {
|
||||
"timestamp": "2026-07-23T13:49:06.579213945Z",
|
||||
"timestamp": "2026-07-23T13:49:10.229175354Z",
|
||||
"current_node": "merge",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
|
|
@ -563,17 +563,17 @@
|
|||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"internal.run_id": "01KY7KRA7EP1VH5FYEJTC9KM5M",
|
||||
"internal.retry_count.fork": 0,
|
||||
"internal.thread_id": "fork",
|
||||
"internal.retry_count.start": 0,
|
||||
"outcome": "succeeded",
|
||||
"last_response": "{\"context_updates\": {\"secret_marker\": \"XYZZY123\"}}",
|
||||
"failure_class": "",
|
||||
"thread.fork.current_node": "merge",
|
||||
"last_stage": "seed",
|
||||
"current_node": "merge",
|
||||
"internal.node_visit_count": 1,
|
||||
"thread.start.current_node": "seed",
|
||||
"parallel.fan_in.best_head_sha": "446b0971fcaedf662b272fac55604d54853b56d2",
|
||||
"failure_signature": "",
|
||||
"internal.fidelity": "compact",
|
||||
"internal.retry_count.fork": 0,
|
||||
"last_response": "{\"context_updates\": {\"secret_marker\": \"XYZZY123\"}}",
|
||||
"outcome": "succeeded",
|
||||
"last_stage": "seed",
|
||||
"internal.retry_count.start": 0,
|
||||
"parallel.results": [
|
||||
{
|
||||
"id": "branch_a",
|
||||
|
|
@ -586,22 +586,32 @@
|
|||
"head_sha": "6b77dc8a8c36e068713bc2d621677670887570f1"
|
||||
}
|
||||
],
|
||||
"parallel.fan_in.best_outcome": "succeeded",
|
||||
"parallel.fan_in.best_id": "branch_a",
|
||||
"parallel.fan_in.best_head_sha": "446b0971fcaedf662b272fac55604d54853b56d2",
|
||||
"thread.seed.current_node": "fork",
|
||||
"internal.retry_count.merge": 0,
|
||||
"failure_class": "",
|
||||
"internal.run_id": "01KY7KRA7EP1VH5FYEJTC9KM5M",
|
||||
"secret_marker": "XYZZY123",
|
||||
"response.seed": "{\"context_updates\": {\"secret_marker\": \"XYZZY123\"}}",
|
||||
"parallel.branch_count": 2,
|
||||
"internal.work_dir": "/home/daytona/workspace/fabro",
|
||||
"graph.goal": "Probe which context values reach parallel branch nodes (branch-level fidelity)",
|
||||
"internal.fidelity": "compact",
|
||||
"failure_signature": "",
|
||||
"internal.retry_count.seed": 0
|
||||
"internal.retry_count.seed": 0,
|
||||
"parallel.fan_in.best_id": "branch_a",
|
||||
"response.seed": "{\"context_updates\": {\"secret_marker\": \"XYZZY123\"}}",
|
||||
"internal.retry_count.merge": 0,
|
||||
"internal.thread_id": "fork",
|
||||
"internal.work_dir": "/home/daytona/workspace/fabro",
|
||||
"parallel.fan_in.best_outcome": "succeeded",
|
||||
"parallel.branch_count": 2,
|
||||
"internal.node_visit_count": 1,
|
||||
"thread.seed.current_node": "fork",
|
||||
"thread.start.current_node": "seed"
|
||||
},
|
||||
"node_outcomes": {
|
||||
"start": {
|
||||
"status": "succeeded",
|
||||
"usage": null
|
||||
},
|
||||
"fork": {
|
||||
"status": "succeeded",
|
||||
"jump_to_node": "merge",
|
||||
"notes": "Parallel node dispatched 2 branches (2 succeeded, 0 failed)",
|
||||
"usage": null
|
||||
},
|
||||
"merge": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
|
|
@ -618,10 +628,6 @@
|
|||
"active_time_ms": 0
|
||||
}
|
||||
},
|
||||
"start": {
|
||||
"status": "succeeded",
|
||||
"usage": null
|
||||
},
|
||||
"seed": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
|
|
@ -660,26 +666,96 @@
|
|||
"tool_time_ms": 0,
|
||||
"active_time_ms": 2961
|
||||
}
|
||||
},
|
||||
"fork": {
|
||||
"status": "succeeded",
|
||||
"jump_to_node": "merge",
|
||||
"notes": "Parallel node dispatched 2 branches (2 succeeded, 0 failed)",
|
||||
"usage": null
|
||||
}
|
||||
},
|
||||
"next_node_id": "exit",
|
||||
"git_commit_sha": "a7a3d990f49590a373406bd63dd16be96289333b",
|
||||
"node_visits": {
|
||||
"seed": 1,
|
||||
"fork": 1,
|
||||
"merge": 1,
|
||||
"start": 1,
|
||||
"merge": 1
|
||||
"fork": 1,
|
||||
"seed": 1
|
||||
}
|
||||
},
|
||||
"diff": {}
|
||||
"diff": {
|
||||
"summary": {
|
||||
"files_changed": 0,
|
||||
"additions": 0,
|
||||
"deletions": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"conclusion": null,
|
||||
"conclusion": {
|
||||
"timestamp": "2026-07-23T13:49:10.241580657Z",
|
||||
"status": "succeeded",
|
||||
"timing": {
|
||||
"wall_time_ms": 23031,
|
||||
"inference_time_ms": 2961,
|
||||
"tool_time_ms": 0,
|
||||
"active_time_ms": 2961
|
||||
},
|
||||
"final_git_commit_sha": "a7a3d990f49590a373406bd63dd16be96289333b",
|
||||
"stages": [
|
||||
{
|
||||
"stage_id": "start",
|
||||
"stage_label": "start",
|
||||
"timing": {
|
||||
"wall_time_ms": 0,
|
||||
"inference_time_ms": 0,
|
||||
"tool_time_ms": 0,
|
||||
"active_time_ms": 0
|
||||
},
|
||||
"retries": 0
|
||||
},
|
||||
{
|
||||
"stage_id": "seed",
|
||||
"stage_label": "seed",
|
||||
"timing": {
|
||||
"wall_time_ms": 3028,
|
||||
"inference_time_ms": 2961,
|
||||
"tool_time_ms": 0,
|
||||
"active_time_ms": 2961
|
||||
},
|
||||
"billing_usd_micros": 14436,
|
||||
"retries": 0
|
||||
},
|
||||
{
|
||||
"stage_id": "fork",
|
||||
"stage_label": "fork",
|
||||
"timing": {
|
||||
"wall_time_ms": 7098,
|
||||
"inference_time_ms": 0,
|
||||
"tool_time_ms": 0,
|
||||
"active_time_ms": 0
|
||||
},
|
||||
"billing_usd_micros": 15927,
|
||||
"retries": 0
|
||||
},
|
||||
{
|
||||
"stage_id": "merge",
|
||||
"stage_label": "merge",
|
||||
"timing": {
|
||||
"wall_time_ms": 44,
|
||||
"inference_time_ms": 0,
|
||||
"tool_time_ms": 0,
|
||||
"active_time_ms": 0
|
||||
},
|
||||
"retries": 0
|
||||
}
|
||||
],
|
||||
"billing": {
|
||||
"input_tokens": 9496,
|
||||
"output_tokens": 125,
|
||||
"total_tokens": 9621,
|
||||
"reasoning_tokens": 0,
|
||||
"cache_read_tokens": 0,
|
||||
"cache_write_tokens": 0,
|
||||
"total_usd_micros": 30363
|
||||
},
|
||||
"total_retries": 0,
|
||||
"diff": {}
|
||||
},
|
||||
"sandbox": {
|
||||
"kind": "ready",
|
||||
"plan": {
|
||||
|
|
@ -709,7 +785,12 @@
|
|||
"first_event_seq": 58,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": null,
|
||||
"completion": {
|
||||
"outcome": "succeeded",
|
||||
"notes": "Selected best candidate: branch_a",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-07-23T13:49:06.579076280Z"
|
||||
},
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": null,
|
||||
|
|
@ -718,6 +799,12 @@
|
|||
"output": null,
|
||||
"started_at": "2026-07-23T13:49:06.534848758Z",
|
||||
"handler": "parallel.fan_in",
|
||||
"timing": {
|
||||
"wall_time_ms": 44,
|
||||
"inference_time_ms": 0,
|
||||
"tool_time_ms": 0,
|
||||
"active_time_ms": 0
|
||||
},
|
||||
"usage": {
|
||||
"input_tokens": 0,
|
||||
"output_tokens": 0,
|
||||
|
|
@ -726,7 +813,41 @@
|
|||
"cache_read_tokens": 0,
|
||||
"cache_write_tokens": 0
|
||||
},
|
||||
"state": "running"
|
||||
"state": "succeeded"
|
||||
},
|
||||
"exit@1": {
|
||||
"first_event_seq": 66,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": {
|
||||
"outcome": "succeeded",
|
||||
"notes": null,
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-07-23T13:49:10.229368406Z"
|
||||
},
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": null,
|
||||
"script_timing": null,
|
||||
"parallel_results": null,
|
||||
"output": null,
|
||||
"started_at": "2026-07-23T13:49:10.229344754Z",
|
||||
"handler": "exit",
|
||||
"timing": {
|
||||
"wall_time_ms": 0,
|
||||
"inference_time_ms": 0,
|
||||
"tool_time_ms": 0,
|
||||
"active_time_ms": 0
|
||||
},
|
||||
"usage": {
|
||||
"input_tokens": 0,
|
||||
"output_tokens": 0,
|
||||
"total_tokens": 0,
|
||||
"reasoning_tokens": 0,
|
||||
"cache_read_tokens": 0,
|
||||
"cache_write_tokens": 0
|
||||
},
|
||||
"state": "succeeded"
|
||||
},
|
||||
"fork@1": {
|
||||
"first_event_seq": 32,
|
||||
|
|
|
|||
6
stages/004-merge@1/status.json
Normal file
6
stages/004-merge@1/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"outcome": "succeeded",
|
||||
"notes": "Selected best candidate: branch_a",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-07-23T13:49:06.579076280Z"
|
||||
}
|
||||
6
stages/005-exit@1/status.json
Normal file
6
stages/005-exit@1/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"outcome": "succeeded",
|
||||
"notes": null,
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-07-23T13:49:10.229368406Z"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue