mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-05 08:10:39 +00:00
parent
8a6459af80
commit
a3f1e1eefc
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-22T20:12:53.732340Z",
|
||||
"current_node": "draft",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"draft"
|
||||
],
|
||||
"node_retries": {
|
||||
"start": 1,
|
||||
"draft": 1
|
||||
},
|
||||
"context_values": {
|
||||
"outcome": "success",
|
||||
"internal.fidelity": "compact",
|
||||
"internal.retry_count.start": 1,
|
||||
"graph.goal": "Test human gate with auto-approve",
|
||||
"internal.retry_count.draft": 1,
|
||||
"failure_signature": "",
|
||||
"graph.rankdir": "LR",
|
||||
"last_response": "# Greeting\n\nHello! 👋 \n\nWelcome to Fabro! I'm ready to help you test the human gate with auto-approve functionality. Feel free to share the workflow details, test case, or specific scenario you'd li",
|
||||
"last_stage": "draft",
|
||||
"internal.thread_id": "start",
|
||||
"response.draft": "# Greeting\n\nHello! 👋 \n\nWelcome to Fabro! I'm ready to help you test the human gate with auto-approve functionality. Feel free to share the workflow details, test case, or specific scenario you'd like to work through, and I'll assist you with implementation, debugging, or documentation as needed.\n\nWhat would you like to explore first?",
|
||||
"current.preamble": "Goal: Test human gate with auto-approve\n",
|
||||
"thread.start.current_node": "draft",
|
||||
"internal.node_visit_count": 1,
|
||||
"current_node": "draft",
|
||||
"internal.run_id": "01KMBJVE3Q1RQ8VAB3F9G8G0VD",
|
||||
"failure_class": ""
|
||||
},
|
||||
"logs": [],
|
||||
"node_outcomes": {
|
||||
"start": {
|
||||
"status": "success",
|
||||
"duration_ms": 0
|
||||
},
|
||||
"draft": {
|
||||
"status": "success",
|
||||
"context_updates": {
|
||||
"response.draft": "# Greeting\n\nHello! 👋 \n\nWelcome to Fabro! I'm ready to help you test the human gate with auto-approve functionality. Feel free to share the workflow details, test case, or specific scenario you'd like to work through, and I'll assist you with implementation, debugging, or documentation as needed.\n\nWhat would you like to explore first?",
|
||||
"last_stage": "draft",
|
||||
"last_response": "# Greeting\n\nHello! 👋 \n\nWelcome to Fabro! I'm ready to help you test the human gate with auto-approve functionality. Feel free to share the workflow details, test case, or specific scenario you'd li"
|
||||
},
|
||||
"notes": "Stage completed: draft",
|
||||
"usage": {
|
||||
"model": "claude-haiku-4-5",
|
||||
"input_tokens": 2206,
|
||||
"output_tokens": 142,
|
||||
"cache_read_tokens": 0,
|
||||
"cache_write_tokens": 0,
|
||||
"reasoning_tokens": 59,
|
||||
"cost": 0.0023328000000000003
|
||||
},
|
||||
"duration_ms": 1943
|
||||
}
|
||||
},
|
||||
"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! 👋
|
||||
|
||||
Welcome to Fabro! I'm ready to help you test the human gate with auto-approve functionality. Feel free to share the workflow details, test case, or specific scenario you'd like to work through, and I'll assist you with implementation, debugging, or documentation as needed.
|
||||
|
||||
What would you like to explore first?
|
||||
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-22T20:12:53.732055+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-22T20:12:51.787178+00:00"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue