mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-11 22:53:00 +00:00
parent
4c312874ec
commit
5b3ca45ff2
6 changed files with 89 additions and 0 deletions
61
checkpoint.json
Normal file
61
checkpoint.json
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
{
|
||||
"timestamp": "2026-03-19T13:41:09.539813Z",
|
||||
"current_node": "draft",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"draft"
|
||||
],
|
||||
"node_retries": {
|
||||
"draft": 1,
|
||||
"start": 1
|
||||
},
|
||||
"context_values": {
|
||||
"last_stage": "draft",
|
||||
"internal.retry_count.draft": 1,
|
||||
"internal.run_id": "01KM357YBWHVYEMV9CWQ6PB84Q",
|
||||
"internal.thread_id": "start",
|
||||
"internal.node_visit_count": 1,
|
||||
"current_node": "draft",
|
||||
"internal.retry_count.start": 1,
|
||||
"graph.rankdir": "LR",
|
||||
"internal.fidelity": "compact",
|
||||
"current.preamble": "Goal: Test human gate with auto-approve\n",
|
||||
"outcome": "success",
|
||||
"failure_class": "",
|
||||
"response.draft": "# Greeting\n\nHello! 👋 \n\nI'm ready to help you test the human gate with auto-approve functionality. This involves verifying that workflows can pause at human decision points and automatically proceed when configured to do so.\n\nLet me know what specific aspect you'd like to test or implement!",
|
||||
"failure_signature": "",
|
||||
"thread.start.current_node": "draft",
|
||||
"graph.goal": "Test human gate with auto-approve",
|
||||
"last_response": "# Greeting\n\nHello! 👋 \n\nI'm ready to help you test the human gate with auto-approve functionality. This involves verifying that workflows can pause at human decision points and automatically proceed"
|
||||
},
|
||||
"logs": [],
|
||||
"node_outcomes": {
|
||||
"draft": {
|
||||
"status": "success",
|
||||
"context_updates": {
|
||||
"last_response": "# Greeting\n\nHello! 👋 \n\nI'm ready to help you test the human gate with auto-approve functionality. This involves verifying that workflows can pause at human decision points and automatically proceed",
|
||||
"response.draft": "# Greeting\n\nHello! 👋 \n\nI'm ready to help you test the human gate with auto-approve functionality. This involves verifying that workflows can pause at human decision points and automatically proceed when configured to do so.\n\nLet me know what specific aspect you'd like to test or implement!",
|
||||
"last_stage": "draft"
|
||||
},
|
||||
"notes": "Stage completed: draft",
|
||||
"usage": {
|
||||
"model": "claude-haiku-4-5",
|
||||
"input_tokens": 2022,
|
||||
"output_tokens": 66,
|
||||
"cache_read_tokens": 0,
|
||||
"cache_write_tokens": 0,
|
||||
"cost": 0.0018816000000000002
|
||||
},
|
||||
"duration_ms": 2871
|
||||
},
|
||||
"start": {
|
||||
"status": "success",
|
||||
"duration_ms": 0
|
||||
}
|
||||
},
|
||||
"next_node_id": "approve",
|
||||
"node_visits": {
|
||||
"start": 1,
|
||||
"draft": 1
|
||||
}
|
||||
}
|
||||
4
nodes/draft/prompt.md
Normal file
4
nodes/draft/prompt.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Goal: Test human gate with auto-approve
|
||||
|
||||
|
||||
Write a short greeting message.
|
||||
5
nodes/draft/provider_used.json
Normal file
5
nodes/draft/provider_used.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"mode": "prompt",
|
||||
"provider": "anthropic",
|
||||
"model": "claude-haiku-4-5"
|
||||
}
|
||||
7
nodes/draft/response.md
Normal file
7
nodes/draft/response.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Greeting
|
||||
|
||||
Hello! 👋
|
||||
|
||||
I'm ready to help you test the human gate with auto-approve functionality. This involves verifying that workflows can pause at human decision points and automatically proceed when configured to do so.
|
||||
|
||||
Let me know what specific aspect you'd like to test or implement!
|
||||
6
nodes/draft/status.json
Normal file
6
nodes/draft/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"status": "success",
|
||||
"notes": "Stage completed: draft",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-03-19T13:41:09.539555+00:00"
|
||||
}
|
||||
6
nodes/start/status.json
Normal file
6
nodes/start/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"status": "success",
|
||||
"notes": null,
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-03-19T13:41:06.666463+00:00"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue