mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-11 22:53:00 +00:00
parent
104ab5bcaa
commit
28fc4b7582
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: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
|
||||
}
|
||||
}
|
||||
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 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!
|
||||
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:03:59.759252+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:03:57.884931+00:00"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue