mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-19 00:03:30 +00:00
parent
f33dc8c72a
commit
d7c958f5d0
6 changed files with 90 additions and 0 deletions
62
checkpoint.json
Normal file
62
checkpoint.json
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
{
|
||||
"timestamp": "2026-03-19T13:41:02.935063Z",
|
||||
"current_node": "draft",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"draft"
|
||||
],
|
||||
"node_retries": {
|
||||
"draft": 1,
|
||||
"start": 1
|
||||
},
|
||||
"context_values": {
|
||||
"internal.fidelity": "compact",
|
||||
"current.preamble": "Goal: Test human gate with auto-approve\n",
|
||||
"thread.start.current_node": "draft",
|
||||
"graph.rankdir": "LR",
|
||||
"graph.goal": "Test human gate with auto-approve",
|
||||
"internal.thread_id": "start",
|
||||
"internal.retry_count.draft": 1,
|
||||
"internal.run_id": "01KM357YAFA45FZJX1MBGYB9RJ",
|
||||
"response.draft": "# Greeting\n\nHello! 👋\n\nI'm here to help you test the human gate with auto-approve functionality. Whether you need assistance debugging workflows, understanding how human-in-the-loop gates work in Fabro, or implementing auto-approval logic, I'm ready to assist.\n\nFeel free to share what you'd like to test or any questions you have about the system!",
|
||||
"failure_class": "",
|
||||
"internal.work_dir": "/private/var/folders/nm/bd2dwzy52t1ckn3tklsfmy1c0000gn/T/.tmpxWMZQc/run/worktree",
|
||||
"internal.node_visit_count": 1,
|
||||
"current_node": "draft",
|
||||
"failure_signature": "",
|
||||
"outcome": "success",
|
||||
"last_stage": "draft",
|
||||
"internal.retry_count.start": 1,
|
||||
"last_response": "# Greeting\n\nHello! 👋\n\nI'm here to help you test the human gate with auto-approve functionality. Whether you need assistance debugging workflows, understanding how human-in-the-loop gates work in Fa"
|
||||
},
|
||||
"logs": [],
|
||||
"node_outcomes": {
|
||||
"start": {
|
||||
"status": "success",
|
||||
"duration_ms": 0
|
||||
},
|
||||
"draft": {
|
||||
"status": "success",
|
||||
"context_updates": {
|
||||
"last_stage": "draft",
|
||||
"response.draft": "# Greeting\n\nHello! 👋\n\nI'm here to help you test the human gate with auto-approve functionality. Whether you need assistance debugging workflows, understanding how human-in-the-loop gates work in Fabro, or implementing auto-approval logic, I'm ready to assist.\n\nFeel free to share what you'd like to test or any questions you have about the system!",
|
||||
"last_response": "# Greeting\n\nHello! 👋\n\nI'm here to help you test the human gate with auto-approve functionality. Whether you need assistance debugging workflows, understanding how human-in-the-loop gates work in Fa"
|
||||
},
|
||||
"notes": "Stage completed: draft",
|
||||
"usage": {
|
||||
"model": "claude-haiku-4-5",
|
||||
"input_tokens": 2022,
|
||||
"output_tokens": 85,
|
||||
"cache_read_tokens": 0,
|
||||
"cache_write_tokens": 0,
|
||||
"cost": 0.0019576000000000003
|
||||
},
|
||||
"duration_ms": 1778
|
||||
}
|
||||
},
|
||||
"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 here to help you test the human gate with auto-approve functionality. Whether you need assistance debugging workflows, understanding how human-in-the-loop gates work in Fabro, or implementing auto-approval logic, I'm ready to assist.
|
||||
|
||||
Feel free to share what you'd like to test or any questions you have about the system!
|
||||
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:02.934846+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:01.155611+00:00"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue