finalize run

⚒️ Generated with [Fabro](https://fabro.sh)
This commit is contained in:
Fabro 2026-05-08 08:33:38 -07:00
parent 6d4e09d82e
commit fad26561fe
3 changed files with 131 additions and 18 deletions

137
run.json
View file

@ -222,10 +222,10 @@
"kind": "running"
},
"status_updated_at": "2026-05-08T15:27:27.703825Z",
"last_event_at": "2026-05-08T15:29:40.041433Z",
"last_event_at": "2026-05-08T15:33:37.989479Z",
"pending_control": null,
"checkpoint": {
"timestamp": "2026-05-08T15:33:30.475783Z",
"timestamp": "2026-05-08T15:33:37.988880Z",
"current_node": "nap",
"completed_nodes": [
"start",
@ -233,26 +233,22 @@
],
"node_retries": {},
"context_values": {
"internal.node_visit_count": 1,
"internal.retry_count.nap": 0,
"thread.start.current_node": "nap",
"outcome": "failed",
"internal.work_dir": "/home/daytona/workspace",
"current_node": "nap",
"failure_class": "transient_infra",
"graph.rankdir": "LR",
"internal.node_visit_count": 1,
"internal.retry_count.start": 0,
"graph.goal": "Sleep long enough for a human to practice interrupts and steering",
"internal.fidelity": "compact",
"internal.run_id": "01KR436AT33XSQRJ8MDTA02HNX",
"current_node": "nap",
"graph.goal": "Sleep long enough for a human to practice interrupts and steering",
"graph.rankdir": "LR",
"internal.retry_count.start": 0,
"failure_signature": "nap|transient_infra|handler timed out after 360000ms",
"internal.thread_id": "start",
"failure_class": "transient_infra"
"internal.work_dir": "/home/daytona/workspace",
"outcome": "failed",
"internal.retry_count.nap": 0
},
"node_outcomes": {
"start": {
"status": "succeeded",
"usage": null
},
"nap": {
"status": "failed",
"failure": {
@ -261,9 +257,14 @@
"system_actor": "timeout"
},
"usage": null
},
"start": {
"status": "succeeded",
"usage": null
}
},
"next_node_id": "exit",
"git_commit_sha": "d7376d3acc0bee8fcfeb2f7952c2cfefda4dcc28",
"node_visits": {
"start": 1,
"nap": 1
@ -304,9 +305,78 @@
"start": 1
}
}
],
[
37,
{
"timestamp": "2026-05-08T15:33:37.988880Z",
"current_node": "nap",
"completed_nodes": [
"start",
"nap"
],
"node_retries": {},
"context_values": {
"thread.start.current_node": "nap",
"current_node": "nap",
"failure_class": "transient_infra",
"graph.rankdir": "LR",
"internal.node_visit_count": 1,
"internal.retry_count.start": 0,
"graph.goal": "Sleep long enough for a human to practice interrupts and steering",
"internal.fidelity": "compact",
"internal.run_id": "01KR436AT33XSQRJ8MDTA02HNX",
"failure_signature": "nap|transient_infra|handler timed out after 360000ms",
"internal.thread_id": "start",
"internal.work_dir": "/home/daytona/workspace",
"outcome": "failed",
"internal.retry_count.nap": 0
},
"node_outcomes": {
"nap": {
"status": "failed",
"failure": {
"message": "handler timed out after 360000ms",
"failure_class": "transient_infra",
"system_actor": "timeout"
},
"usage": null
},
"start": {
"status": "succeeded",
"usage": null
}
},
"next_node_id": "exit",
"git_commit_sha": "d7376d3acc0bee8fcfeb2f7952c2cfefda4dcc28",
"node_visits": {
"start": 1,
"nap": 1
}
}
]
],
"conclusion": null,
"conclusion": {
"timestamp": "2026-05-08T15:33:38.017704Z",
"status": "succeeded",
"duration_ms": 370284,
"final_git_commit_sha": "d7376d3acc0bee8fcfeb2f7952c2cfefda4dcc28",
"stages": [
{
"stage_id": "start",
"stage_label": "start",
"duration_ms": 0,
"retries": 0
},
{
"stage_id": "nap",
"stage_label": "nap",
"duration_ms": 360005,
"retries": 0
}
],
"total_retries": 0
},
"retro": null,
"retro_prompt": null,
"retro_response": null,
@ -319,6 +389,11 @@
"clone_branch": "main"
},
"final_patch": null,
"diff_summary": {
"files_changed": 0,
"additions": 0,
"deletions": 0
},
"pull_request": null,
"superseded_by": null,
"pending_interviews": {},
@ -347,7 +422,12 @@
"first_event_seq": 20,
"prompt": null,
"response": null,
"completion": null,
"completion": {
"outcome": "failed",
"notes": null,
"failure_reason": "handler timed out after 360000ms",
"timestamp": "2026-05-08T15:33:30.475540Z"
},
"provider_used": {
"mode": "agent",
"provider": "anthropic",
@ -359,7 +439,28 @@
"parallel_results": null,
"output": null,
"started_at": "2026-05-08T15:27:30.467062Z",
"state": "running"
"duration_ms": 360005,
"state": "failed"
},
"exit@1": {
"first_event_seq": 40,
"prompt": null,
"response": null,
"completion": {
"outcome": "succeeded",
"notes": null,
"failure_reason": null,
"timestamp": "2026-05-08T15:33:37.989479Z"
},
"provider_used": null,
"diff": null,
"script_invocation": null,
"script_timing": null,
"parallel_results": null,
"output": null,
"started_at": "2026-05-08T15:33:37.989419Z",
"duration_ms": 0,
"state": "succeeded"
}
}
}

View file

@ -0,0 +1,6 @@
{
"outcome": "failed",
"notes": null,
"failure_reason": "handler timed out after 360000ms",
"timestamp": "2026-05-08T15:33:30.475540Z"
}

View file

@ -0,0 +1,6 @@
{
"outcome": "succeeded",
"notes": null,
"failure_reason": null,
"timestamp": "2026-05-08T15:33:37.989479Z"
}