mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-09 22:33:37 +00:00
parent
fd65989d9f
commit
014b265599
5 changed files with 184 additions and 7 deletions
169
run.json
169
run.json
|
|
@ -204,14 +204,128 @@
|
|||
"in_place": false
|
||||
},
|
||||
"graph_source": "digraph Hello {\n graph [goal=\"Say hello and demonstrate a basic Fabro workflow\"]\n rankdir=LR\n\n start [shape=Mdiamond, label=\"Start\"]\n exit [shape=Msquare, label=\"Exit\"]\n\n greet [label=\"Greet\", prompt=\"Add a haiku to the README\"]\n\n start -> greet -> exit\n}\n",
|
||||
"start": null,
|
||||
"status": {
|
||||
"kind": "starting"
|
||||
"start": {
|
||||
"run_id": "01KQWYDQMTG46WWA2P9FKMQCPQ",
|
||||
"start_time": "2026-05-05T20:49:24.721401Z",
|
||||
"run_branch": "fabro/run/01KQWYDQMTG46WWA2P9FKMQCPQ",
|
||||
"base_sha": "603a64810cf8bbe348ed0005a1621e1a317b34fa"
|
||||
},
|
||||
"status_updated_at": "2026-05-05T20:49:10.324275Z",
|
||||
"status": {
|
||||
"kind": "running"
|
||||
},
|
||||
"status_updated_at": "2026-05-05T20:49:24.721424Z",
|
||||
"pending_control": null,
|
||||
"checkpoint": null,
|
||||
"checkpoints": [],
|
||||
"checkpoint": {
|
||||
"timestamp": "2026-05-05T20:49:38.596101Z",
|
||||
"current_node": "greet",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"greet"
|
||||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"internal.node_visit_count": 1,
|
||||
"outcome": "succeeded",
|
||||
"thread.start.current_node": "greet",
|
||||
"current_node": "greet",
|
||||
"internal.fidelity": "compact",
|
||||
"graph.rankdir": "LR",
|
||||
"internal.retry_count.start": 0,
|
||||
"response.greet": "Done! I added a haiku right below the tagline:\n\n> *Agents run the graph*\n> *You review only what matters*\n> *Ship with confidence*\n\nIt captures Fabro's core value proposition — deterministic workflow graphs, human-in-the-loop review, and confident shipping — in the classic 5-7-5 syllable structure.",
|
||||
"internal.thread_id": "start",
|
||||
"internal.work_dir": "/home/daytona/workspace",
|
||||
"last_stage": "greet",
|
||||
"graph.goal": "Say hello and demonstrate a basic Fabro workflow",
|
||||
"failure_signature": "",
|
||||
"last_response": "Done! I added a haiku right below the tagline:\n\n> *Agents run the graph*\n> *You review only what matters*\n> *Ship with confidence*\n\nIt captures Fabro's core value proposition — deterministic workflo",
|
||||
"failure_class": "",
|
||||
"internal.retry_count.greet": 0,
|
||||
"internal.run_id": "01KQWYDQMTG46WWA2P9FKMQCPQ"
|
||||
},
|
||||
"node_outcomes": {
|
||||
"start": {
|
||||
"status": "succeeded",
|
||||
"usage": null
|
||||
},
|
||||
"greet": {
|
||||
"status": "succeeded",
|
||||
"context_updates": {
|
||||
"response.greet": "Done! I added a haiku right below the tagline:\n\n> *Agents run the graph*\n> *You review only what matters*\n> *Ship with confidence*\n\nIt captures Fabro's core value proposition — deterministic workflow graphs, human-in-the-loop review, and confident shipping — in the classic 5-7-5 syllable structure.",
|
||||
"last_stage": "greet",
|
||||
"last_response": "Done! I added a haiku right below the tagline:\n\n> *Agents run the graph*\n> *You review only what matters*\n> *Ship with confidence*\n\nIt captures Fabro's core value proposition — deterministic workflo"
|
||||
},
|
||||
"notes": "Stage completed: greet",
|
||||
"usage": {
|
||||
"input": {
|
||||
"usage": {
|
||||
"model": {
|
||||
"provider": "anthropic",
|
||||
"model_id": "claude-sonnet-4-6"
|
||||
},
|
||||
"tokens": {
|
||||
"input_tokens": 4676,
|
||||
"output_tokens": 423,
|
||||
"reasoning_tokens": 0,
|
||||
"cache_read_tokens": 25185,
|
||||
"cache_write_tokens": 12478
|
||||
}
|
||||
},
|
||||
"facts": {
|
||||
"provider": "anthropic",
|
||||
"cache_write_5m_tokens": 12478,
|
||||
"cache_write_1h_tokens": 0
|
||||
}
|
||||
},
|
||||
"total_usd_micros": 74720
|
||||
},
|
||||
"files_touched": [
|
||||
"/home/daytona/workspace/README.md"
|
||||
]
|
||||
}
|
||||
},
|
||||
"next_node_id": "exit",
|
||||
"node_visits": {
|
||||
"greet": 1,
|
||||
"start": 1
|
||||
}
|
||||
},
|
||||
"checkpoints": [
|
||||
[
|
||||
19,
|
||||
{
|
||||
"timestamp": "2026-05-05T20:49:26.730070Z",
|
||||
"current_node": "start",
|
||||
"completed_nodes": [
|
||||
"start"
|
||||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"failure_class": "",
|
||||
"graph.goal": "Say hello and demonstrate a basic Fabro workflow",
|
||||
"internal.retry_count.start": 0,
|
||||
"current_node": "start",
|
||||
"internal.work_dir": "/home/daytona/workspace",
|
||||
"internal.node_visit_count": 1,
|
||||
"internal.thread_id": null,
|
||||
"graph.rankdir": "LR",
|
||||
"outcome": "succeeded",
|
||||
"internal.run_id": "01KQWYDQMTG46WWA2P9FKMQCPQ",
|
||||
"internal.fidelity": "compact",
|
||||
"failure_signature": ""
|
||||
},
|
||||
"node_outcomes": {
|
||||
"start": {
|
||||
"status": "succeeded",
|
||||
"usage": null
|
||||
}
|
||||
},
|
||||
"next_node_id": "greet",
|
||||
"node_visits": {
|
||||
"start": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"conclusion": null,
|
||||
"retro": null,
|
||||
"retro_prompt": null,
|
||||
|
|
@ -228,5 +342,46 @@
|
|||
"pull_request": null,
|
||||
"superseded_by": null,
|
||||
"pending_interviews": {},
|
||||
"stages": {}
|
||||
"stages": {
|
||||
"greet@1": {
|
||||
"first_event_seq": 20,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": null,
|
||||
"provider_used": {
|
||||
"mode": "agent",
|
||||
"provider": "anthropic",
|
||||
"model": "claude-sonnet-4-6"
|
||||
},
|
||||
"diff": null,
|
||||
"script_invocation": null,
|
||||
"script_timing": null,
|
||||
"parallel_results": null,
|
||||
"stdout": null,
|
||||
"stderr": null,
|
||||
"started_at": "2026-05-05T20:49:26.730101Z",
|
||||
"state": "running"
|
||||
},
|
||||
"start@1": {
|
||||
"first_event_seq": 16,
|
||||
"prompt": null,
|
||||
"response": null,
|
||||
"completion": {
|
||||
"outcome": "succeeded",
|
||||
"notes": null,
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-05T20:49:26.730011Z"
|
||||
},
|
||||
"provider_used": null,
|
||||
"diff": null,
|
||||
"script_invocation": null,
|
||||
"script_timing": null,
|
||||
"parallel_results": null,
|
||||
"stdout": null,
|
||||
"stderr": null,
|
||||
"started_at": "2026-05-05T20:49:26.729977Z",
|
||||
"duration_ms": 0,
|
||||
"state": "succeeded"
|
||||
}
|
||||
}
|
||||
}
|
||||
6
stages/001-start@1/status.json
Normal file
6
stages/001-start@1/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"outcome": "succeeded",
|
||||
"notes": null,
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-05-05T20:49:26.730011Z"
|
||||
}
|
||||
4
stages/002-greet@1/prompt.md
Normal file
4
stages/002-greet@1/prompt.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Goal: Say hello and demonstrate a basic Fabro workflow
|
||||
|
||||
|
||||
Add a haiku to the README
|
||||
5
stages/002-greet@1/provider_used.json
Normal file
5
stages/002-greet@1/provider_used.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"mode": "agent",
|
||||
"provider": "anthropic",
|
||||
"model": "claude-sonnet-4-6"
|
||||
}
|
||||
7
stages/002-greet@1/response.md
Normal file
7
stages/002-greet@1/response.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Done! I added a haiku right below the tagline:
|
||||
|
||||
> *Agents run the graph*
|
||||
> *You review only what matters*
|
||||
> *Ship with confidence*
|
||||
|
||||
It captures Fabro's core value proposition — deterministic workflow graphs, human-in-the-loop review, and confident shipping — in the classic 5-7-5 syllable structure.
|
||||
Loading…
Add table
Reference in a new issue