checkpoint

⚒️ Generated with [Fabro](https://fabro.sh)
This commit is contained in:
Fabro 2026-03-19 09:28:30 -04:00
parent 523b60e414
commit 5d47967353
2 changed files with 35 additions and 9 deletions

View file

@ -1,11 +1,13 @@
{
"timestamp": "2026-03-19T13:28:28.510918Z",
"current_node": "draft",
"timestamp": "2026-03-19T13:28:30.817875Z",
"current_node": "approve",
"completed_nodes": [
"start",
"draft"
"draft",
"approve"
],
"node_retries": {
"approve": 1,
"start": 1,
"draft": 1
},
@ -13,23 +15,40 @@
"graph.rankdir": "LR",
"outcome": "success",
"internal.fidelity": "compact",
"human.gate.label": "[A] Approve",
"thread.start.current_node": "draft",
"current.preamble": "Goal: Test human gate with auto-approve\n",
"internal.thread_id": "start",
"current.preamble": "Goal: Test human gate with auto-approve\n\n## Completed stages\n- **draft**: success\n - Model: claude-haiku-4-5, 2.0k tokens in / 190 out\n",
"preferred_label": "[A] Approve",
"internal.thread_id": "draft",
"graph.goal": "Test human gate with auto-approve",
"last_stage": "draft",
"internal.node_visit_count": 1,
"internal.retry_count.draft": 1,
"thread.draft.current_node": "approve",
"human.gate.selected": "A",
"failure_class": "",
"current_node": "draft",
"current_node": "approve",
"internal.retry_count.start": 1,
"response.draft": "# Human Gate Auto-Approve Test\n\nHere's a greeting for testing the human gate feature:\n\n```\n👋 Welcome to the Human Gate Auto-Approve Test!\n\nThis workflow demonstrates the human-in-the-loop stage with automatic approval.\nWhen the workflow encounters a human gate, it will pause and wait for approval,\nthen automatically resume and continue execution.\n\nLet's see it in action! 🚀\n```\n\nTo test this, you could:\n\n1. Create a workflow with a human gate stage\n2. Run it with `fabro run <workflow-name>`\n3. The workflow will pause at the human gate\n4. Approve it (via API, CLI, or web UI)\n5. Verify it resumes and completes successfully\n\nWould you like me to help you set up a test workflow or add test cases for this functionality?",
"internal.run_id": "01KM34GS97DJ1W5DWYQ2XRRQMY",
"failure_signature": "",
"last_response": "# Human Gate Auto-Approve Test\n\nHere's a greeting for testing the human gate feature:\n\n```\n👋 Welcome to the Human Gate Auto-Approve Test!\n\nThis workflow demonstrates the human-in-the-loop stage wit"
"last_response": "# Human Gate Auto-Approve Test\n\nHere's a greeting for testing the human gate feature:\n\n```\n👋 Welcome to the Human Gate Auto-Approve Test!\n\nThis workflow demonstrates the human-in-the-loop stage wit",
"internal.retry_count.approve": 1
},
"logs": [],
"node_outcomes": {
"approve": {
"status": "success",
"preferred_label": "[A] Approve",
"suggested_next_ids": [
"ship"
],
"context_updates": {
"human.gate.label": "[A] Approve",
"human.gate.selected": "A"
},
"duration_ms": 0
},
"start": {
"status": "success",
"duration_ms": 0
@ -53,9 +72,10 @@
"duration_ms": 2909
}
},
"next_node_id": "approve",
"next_node_id": "ship",
"node_visits": {
"start": 1,
"draft": 1
"draft": 1,
"approve": 1
}
}

View file

@ -0,0 +1,6 @@
{
"status": "success",
"notes": null,
"failure_reason": null,
"timestamp": "2026-03-19T13:28:30.817561+00:00"
}