mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-07 08:27:12 +00:00
parent
03e3b7a4c4
commit
e7f1034e2d
3 changed files with 178 additions and 20 deletions
186
run.json
186
run.json
|
|
@ -216,10 +216,10 @@
|
|||
"kind": "running"
|
||||
},
|
||||
"status_updated_at": "2026-05-09T20:41:52.579557Z",
|
||||
"last_event_at": "2026-05-09T20:46:57.868825Z",
|
||||
"last_event_at": "2026-05-09T20:47:01.571187Z",
|
||||
"pending_control": null,
|
||||
"checkpoint": {
|
||||
"timestamp": "2026-05-09T20:46:57.901758Z",
|
||||
"timestamp": "2026-05-09T20:47:01.570999Z",
|
||||
"current_node": "nap",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
|
|
@ -227,23 +227,23 @@
|
|||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"internal.retry_count.start": 0,
|
||||
"last_response": "done",
|
||||
"graph.goal": "Sleep long enough for a human to practice interrupts and steering",
|
||||
"internal.thread_id": "start",
|
||||
"current_node": "nap",
|
||||
"last_stage": "nap",
|
||||
"failure_class": "",
|
||||
"failure_signature": "",
|
||||
"internal.run_id": "01KR77JY29GZPWFR0A6S8X664V",
|
||||
"outcome": "succeeded",
|
||||
"graph.rankdir": "LR",
|
||||
"response.nap": "done",
|
||||
"current_node": "nap",
|
||||
"internal.thread_id": "start",
|
||||
"internal.fidelity": "compact",
|
||||
"internal.work_dir": "/workspace",
|
||||
"thread.start.current_node": "nap",
|
||||
"internal.node_visit_count": 1,
|
||||
"internal.retry_count.nap": 0,
|
||||
"response.nap": "done"
|
||||
"last_stage": "nap",
|
||||
"internal.node_visit_count": 1,
|
||||
"thread.start.current_node": "nap",
|
||||
"graph.rankdir": "LR",
|
||||
"internal.run_id": "01KR77JY29GZPWFR0A6S8X664V",
|
||||
"last_response": "done",
|
||||
"failure_signature": "",
|
||||
"outcome": "succeeded",
|
||||
"internal.retry_count.start": 0,
|
||||
"internal.work_dir": "/workspace"
|
||||
},
|
||||
"node_outcomes": {
|
||||
"nap": {
|
||||
|
|
@ -284,9 +284,10 @@
|
|||
}
|
||||
},
|
||||
"next_node_id": "exit",
|
||||
"git_commit_sha": "d680529d8c23ec2a2ad4c8ed73588df20a3ea820",
|
||||
"node_visits": {
|
||||
"start": 1,
|
||||
"nap": 1
|
||||
"nap": 1,
|
||||
"start": 1
|
||||
}
|
||||
},
|
||||
"checkpoints": [
|
||||
|
|
@ -324,9 +325,114 @@
|
|||
"start": 1
|
||||
}
|
||||
}
|
||||
],
|
||||
[
|
||||
36,
|
||||
{
|
||||
"timestamp": "2026-05-09T20:47:01.570999Z",
|
||||
"current_node": "nap",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"nap"
|
||||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"graph.goal": "Sleep long enough for a human to practice interrupts and steering",
|
||||
"failure_class": "",
|
||||
"response.nap": "done",
|
||||
"current_node": "nap",
|
||||
"internal.thread_id": "start",
|
||||
"internal.fidelity": "compact",
|
||||
"internal.retry_count.nap": 0,
|
||||
"last_stage": "nap",
|
||||
"internal.node_visit_count": 1,
|
||||
"thread.start.current_node": "nap",
|
||||
"graph.rankdir": "LR",
|
||||
"internal.run_id": "01KR77JY29GZPWFR0A6S8X664V",
|
||||
"last_response": "done",
|
||||
"failure_signature": "",
|
||||
"outcome": "succeeded",
|
||||
"internal.retry_count.start": 0,
|
||||
"internal.work_dir": "/workspace"
|
||||
},
|
||||
"node_outcomes": {
|
||||
"nap": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"response.nap": "done",
|
||||
"last_response": "done",
|
||||
"last_stage": "nap"
|
||||
},
|
||||
"notes": "Stage completed: nap",
|
||||
"usage": {
|
||||
"input": {
|
||||
"usage": {
|
||||
"model": {
|
||||
"provider": "anthropic",
|
||||
"model_id": "claude-sonnet-4-6"
|
||||
},
|
||||
"tokens": {
|
||||
"input_tokens": 517,
|
||||
"output_tokens": 78,
|
||||
"reasoning_tokens": 0,
|
||||
"cache_read_tokens": 7997,
|
||||
"cache_write_tokens": 8413
|
||||
}
|
||||
},
|
||||
"facts": {
|
||||
"provider": "anthropic",
|
||||
"cache_write_5m_tokens": 8413,
|
||||
"cache_write_1h_tokens": 0
|
||||
}
|
||||
},
|
||||
"total_usd_micros": 36668
|
||||
}
|
||||
},
|
||||
"start": {
|
||||
"status": "succeeded",
|
||||
"usage": null
|
||||
}
|
||||
},
|
||||
"next_node_id": "exit",
|
||||
"git_commit_sha": "d680529d8c23ec2a2ad4c8ed73588df20a3ea820",
|
||||
"node_visits": {
|
||||
"nap": 1,
|
||||
"start": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"conclusion": null,
|
||||
"conclusion": {
|
||||
"timestamp": "2026-05-09T20:47:01.601403Z",
|
||||
"status": "succeeded",
|
||||
"duration_ms": 308996,
|
||||
"final_git_commit_sha": "d680529d8c23ec2a2ad4c8ed73588df20a3ea820",
|
||||
"stages": [
|
||||
{
|
||||
"stage_id": "start",
|
||||
"stage_label": "start",
|
||||
"duration_ms": 0,
|
||||
"retries": 0
|
||||
},
|
||||
{
|
||||
"stage_id": "nap",
|
||||
"stage_label": "nap",
|
||||
"duration_ms": 303490,
|
||||
"billing_usd_micros": 36668,
|
||||
"retries": 0
|
||||
}
|
||||
],
|
||||
"billing": {
|
||||
"input_tokens": 517,
|
||||
"output_tokens": 78,
|
||||
"total_tokens": 17005,
|
||||
"reasoning_tokens": 0,
|
||||
"cache_read_tokens": 7997,
|
||||
"cache_write_tokens": 8413,
|
||||
"total_usd_micros": 36668
|
||||
},
|
||||
"total_retries": 0
|
||||
},
|
||||
"sandbox": {
|
||||
"provider": "docker",
|
||||
"working_directory": "/workspace",
|
||||
|
|
@ -336,6 +442,11 @@
|
|||
"clone_branch": "main"
|
||||
},
|
||||
"final_patch": null,
|
||||
"diff_summary": {
|
||||
"files_changed": 0,
|
||||
"additions": 0,
|
||||
"deletions": 0
|
||||
},
|
||||
"pull_request": null,
|
||||
"superseded_by": null,
|
||||
"pending_interviews": {},
|
||||
|
|
@ -344,7 +455,12 @@
|
|||
"first_event_seq": 20,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": null,
|
||||
"completion": {
|
||||
"outcome": "succeeded",
|
||||
"notes": "Stage completed: nap",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-09T20:46:57.901575Z"
|
||||
},
|
||||
"provider_used": {
|
||||
"mode": "agent",
|
||||
"provider": "anthropic",
|
||||
|
|
@ -357,6 +473,7 @@
|
|||
"output": null,
|
||||
"started_at": "2026-05-09T20:41:54.409238Z",
|
||||
"handler": "agent",
|
||||
"duration_ms": 303490,
|
||||
"usage": {
|
||||
"input_tokens": 517,
|
||||
"output_tokens": 78,
|
||||
|
|
@ -370,7 +487,36 @@
|
|||
"provider": "anthropic",
|
||||
"model_id": "claude-sonnet-4-6"
|
||||
},
|
||||
"state": "running"
|
||||
"state": "succeeded"
|
||||
},
|
||||
"exit@1": {
|
||||
"first_event_seq": 39,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": {
|
||||
"outcome": "succeeded",
|
||||
"notes": null,
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-09T20:47:01.571187Z"
|
||||
},
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": null,
|
||||
"script_timing": null,
|
||||
"parallel_results": null,
|
||||
"output": null,
|
||||
"started_at": "2026-05-09T20:47:01.571142Z",
|
||||
"handler": "exit",
|
||||
"duration_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"
|
||||
},
|
||||
"start@1": {
|
||||
"first_event_seq": 16,
|
||||
|
|
|
|||
6
stages/002-nap@1/status.json
Normal file
6
stages/002-nap@1/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"outcome": "succeeded",
|
||||
"notes": "Stage completed: nap",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-09T20:46:57.901575Z"
|
||||
}
|
||||
6
stages/003-exit@1/status.json
Normal file
6
stages/003-exit@1/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"outcome": "succeeded",
|
||||
"notes": null,
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-09T20:47:01.571187Z"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue