mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-05 08:10:39 +00:00
parent
4154bd3f0d
commit
fb0a826e55
5 changed files with 84 additions and 0 deletions
68
checkpoint.json
Normal file
68
checkpoint.json
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
{
|
||||
"timestamp": "2026-04-15T13:14:20.504212Z",
|
||||
"current_node": "greet",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"greet"
|
||||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"failure_signature": "",
|
||||
"current_node": "greet",
|
||||
"graph.rankdir": "LR",
|
||||
"internal.node_visit_count": 1,
|
||||
"internal.thread_id": "start",
|
||||
"internal.retry_count.start": 0,
|
||||
"failure_class": "",
|
||||
"graph.goal": "Say hello and demonstrate a basic Fabro workflow",
|
||||
"response.greet": "Hello! I’m Fabro, and this is a test of the Fabro workflow engine.",
|
||||
"last_stage": "greet",
|
||||
"last_response": "Hello! I’m Fabro, and this is a test of the Fabro workflow engine.",
|
||||
"internal.run_id": "01KP8ME4KD64J2PCFQWSQWE7MT",
|
||||
"internal.fidelity": "compact",
|
||||
"internal.retry_count.greet": 0,
|
||||
"thread.start.current_node": "greet",
|
||||
"outcome": "success"
|
||||
},
|
||||
"node_outcomes": {
|
||||
"start": {
|
||||
"status": "success",
|
||||
"usage": null
|
||||
},
|
||||
"greet": {
|
||||
"status": "success",
|
||||
"context_updates": {
|
||||
"response.greet": "Hello! I’m Fabro, and this is a test of the Fabro workflow engine.",
|
||||
"last_stage": "greet",
|
||||
"last_response": "Hello! I’m Fabro, and this is a test of the Fabro workflow engine."
|
||||
},
|
||||
"notes": "Stage completed: greet",
|
||||
"usage": {
|
||||
"input": {
|
||||
"usage": {
|
||||
"model": {
|
||||
"provider": "openai",
|
||||
"model_id": "gpt-5.4-mini"
|
||||
},
|
||||
"tokens": {
|
||||
"input_tokens": 4330,
|
||||
"output_tokens": 25,
|
||||
"reasoning_tokens": 74,
|
||||
"cache_read_tokens": 0,
|
||||
"cache_write_tokens": 0
|
||||
}
|
||||
},
|
||||
"facts": {
|
||||
"provider": "open_ai"
|
||||
}
|
||||
},
|
||||
"total_usd_micros": 3692
|
||||
}
|
||||
}
|
||||
},
|
||||
"next_node_id": "exit",
|
||||
"node_visits": {
|
||||
"start": 1,
|
||||
"greet": 1
|
||||
}
|
||||
}
|
||||
4
nodes/greet/prompt.md
Normal file
4
nodes/greet/prompt.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Goal: Say hello and demonstrate a basic Fabro workflow
|
||||
|
||||
|
||||
Say hello! Introduce yourself and explain that this is a test of the Fabro workflow engine.
|
||||
5
nodes/greet/provider_used.json
Normal file
5
nodes/greet/provider_used.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"mode": "agent",
|
||||
"provider": "openai",
|
||||
"model": "gpt-5.4-mini"
|
||||
}
|
||||
1
nodes/greet/response.md
Normal file
1
nodes/greet/response.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
Hello! I’m Fabro, and this is a test of the Fabro workflow engine.
|
||||
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-04-15T13:14:18.350554Z"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue