From 28fc4b7582dd5a38513cfb6b35de25e7eba0de4d Mon Sep 17 00:00:00 2001 From: Fabro Date: Thu, 19 Mar 2026 09:03:59 -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 | 61 ++++++++++++++++++++++++++++++++++ nodes/draft/prompt.md | 4 +++ nodes/draft/provider_used.json | 5 +++ nodes/draft/response.md | 7 ++++ nodes/draft/status.json | 6 ++++ nodes/start/status.json | 6 ++++ 6 files changed, 89 insertions(+) create mode 100644 checkpoint.json create mode 100644 nodes/draft/prompt.md create mode 100644 nodes/draft/provider_used.json create mode 100644 nodes/draft/response.md create mode 100644 nodes/draft/status.json create mode 100644 nodes/start/status.json diff --git a/checkpoint.json b/checkpoint.json new file mode 100644 index 000000000..5a15e3bf1 --- /dev/null +++ b/checkpoint.json @@ -0,0 +1,61 @@ +{ + "timestamp": "2026-03-19T13:03:59.759462Z", + "current_node": "draft", + "completed_nodes": [ + "start", + "draft" + ], + "node_retries": { + "start": 1, + "draft": 1 + }, + "context_values": { + "internal.run_id": "01KM333Y5T1X55N1VJAYZD2HNV", + "internal.retry_count.draft": 1, + "failure_signature": "", + "internal.thread_id": "start", + "current_node": "draft", + "internal.node_visit_count": 1, + "thread.start.current_node": "draft", + "outcome": "success", + "graph.rankdir": "LR", + "graph.goal": "Test human gate with auto-approve", + "internal.fidelity": "compact", + "last_stage": "draft", + "last_response": "# Greeting Message\n\nHello! 👋\n\nI'm ready to help you test the human gate with auto-approve functionality. This is a great way to verify that the workflow engine can properly handle human-in-the-loop", + "response.draft": "# Greeting Message\n\nHello! 👋\n\nI'm ready to help you test the human gate with auto-approve functionality. This is a great way to verify that the workflow engine can properly handle human-in-the-loop stages and automatically proceed when approval is granted.\n\nLet me know what you'd like to do next!", + "current.preamble": "Goal: Test human gate with auto-approve\n", + "failure_class": "", + "internal.retry_count.start": 1 + }, + "logs": [], + "node_outcomes": { + "start": { + "status": "success", + "duration_ms": 0 + }, + "draft": { + "status": "success", + "context_updates": { + "last_stage": "draft", + "last_response": "# Greeting Message\n\nHello! 👋\n\nI'm ready to help you test the human gate with auto-approve functionality. This is a great way to verify that the workflow engine can properly handle human-in-the-loop", + "response.draft": "# Greeting Message\n\nHello! 👋\n\nI'm ready to help you test the human gate with auto-approve functionality. This is a great way to verify that the workflow engine can properly handle human-in-the-loop stages and automatically proceed when approval is granted.\n\nLet me know what you'd like to do next!" + }, + "notes": "Stage completed: draft", + "usage": { + "model": "claude-haiku-4-5", + "input_tokens": 2022, + "output_tokens": 72, + "cache_read_tokens": 0, + "cache_write_tokens": 0, + "cost": 0.0019056000000000001 + }, + "duration_ms": 1873 + } + }, + "next_node_id": "approve", + "node_visits": { + "draft": 1, + "start": 1 + } +} \ No newline at end of file diff --git a/nodes/draft/prompt.md b/nodes/draft/prompt.md new file mode 100644 index 000000000..75d67e5b4 --- /dev/null +++ b/nodes/draft/prompt.md @@ -0,0 +1,4 @@ +Goal: Test human gate with auto-approve + + +Write a short greeting message. \ No newline at end of file diff --git a/nodes/draft/provider_used.json b/nodes/draft/provider_used.json new file mode 100644 index 000000000..f79dec8be --- /dev/null +++ b/nodes/draft/provider_used.json @@ -0,0 +1,5 @@ +{ + "mode": "prompt", + "provider": "anthropic", + "model": "claude-haiku-4-5" +} \ No newline at end of file diff --git a/nodes/draft/response.md b/nodes/draft/response.md new file mode 100644 index 000000000..4bd63ec6f --- /dev/null +++ b/nodes/draft/response.md @@ -0,0 +1,7 @@ +# Greeting Message + +Hello! 👋 + +I'm ready to help you test the human gate with auto-approve functionality. This is a great way to verify that the workflow engine can properly handle human-in-the-loop stages and automatically proceed when approval is granted. + +Let me know what you'd like to do next! \ No newline at end of file diff --git a/nodes/draft/status.json b/nodes/draft/status.json new file mode 100644 index 000000000..406ef23a2 --- /dev/null +++ b/nodes/draft/status.json @@ -0,0 +1,6 @@ +{ + "status": "success", + "notes": "Stage completed: draft", + "failure_reason": null, + "timestamp": "2026-03-19T13:03:59.759252+00:00" +} \ No newline at end of file diff --git a/nodes/start/status.json b/nodes/start/status.json new file mode 100644 index 000000000..f702546ee --- /dev/null +++ b/nodes/start/status.json @@ -0,0 +1,6 @@ +{ + "status": "success", + "notes": null, + "failure_reason": null, + "timestamp": "2026-03-19T13:03:57.884931+00:00" +} \ No newline at end of file