From 5d47967353faefafc51393a4b58f67a63cdcd507 Mon Sep 17 00:00:00 2001 From: Fabro Date: Thu, 19 Mar 2026 09:28:30 -0400 Subject: [PATCH] checkpoint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit āš’ļø Generated with [Fabro](https://fabro.sh) --- checkpoint.json | 38 +++++++++++++++++++++++++++++--------- nodes/approve/status.json | 6 ++++++ 2 files changed, 35 insertions(+), 9 deletions(-) create mode 100644 nodes/approve/status.json diff --git a/checkpoint.json b/checkpoint.json index 5eaebdff8..f4ddbb6f2 100644 --- a/checkpoint.json +++ b/checkpoint.json @@ -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 `\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 } } \ No newline at end of file diff --git a/nodes/approve/status.json b/nodes/approve/status.json new file mode 100644 index 000000000..3616e3a12 --- /dev/null +++ b/nodes/approve/status.json @@ -0,0 +1,6 @@ +{ + "status": "success", + "notes": null, + "failure_reason": null, + "timestamp": "2026-03-19T13:28:30.817561+00:00" +} \ No newline at end of file