mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-07 08:27:12 +00:00
parent
4242ad2c4a
commit
87f3f19afc
5 changed files with 86 additions and 0 deletions
68
checkpoint.json
Normal file
68
checkpoint.json
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
{
|
||||
"timestamp": "2026-04-15T13:16:56.170492Z",
|
||||
"current_node": "greet",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"greet"
|
||||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"internal.run_id": "01KP8MJXVDGDR1FZMAA39DY4CX",
|
||||
"last_response": "Hello! I’m Fabro, your workflow assistant.\n\nThis is a quick test of the Fabro workflow engine, and I’m here to help demonstrate a basic workflow: receive a task, process it, and respond clearly.",
|
||||
"current_node": "greet",
|
||||
"internal.retry_count.start": 0,
|
||||
"internal.retry_count.greet": 0,
|
||||
"graph.goal": "Say hello and demonstrate a basic Fabro workflow",
|
||||
"thread.start.current_node": "greet",
|
||||
"internal.fidelity": "compact",
|
||||
"internal.node_visit_count": 1,
|
||||
"graph.rankdir": "LR",
|
||||
"last_stage": "greet",
|
||||
"failure_class": "",
|
||||
"internal.thread_id": "start",
|
||||
"outcome": "success",
|
||||
"response.greet": "Hello! I’m Fabro, your workflow assistant.\n\nThis is a quick test of the Fabro workflow engine, and I’m here to help demonstrate a basic workflow: receive a task, process it, and respond clearly.",
|
||||
"failure_signature": ""
|
||||
},
|
||||
"node_outcomes": {
|
||||
"start": {
|
||||
"status": "success",
|
||||
"usage": null
|
||||
},
|
||||
"greet": {
|
||||
"status": "success",
|
||||
"context_updates": {
|
||||
"last_response": "Hello! I’m Fabro, your workflow assistant.\n\nThis is a quick test of the Fabro workflow engine, and I’m here to help demonstrate a basic workflow: receive a task, process it, and respond clearly.",
|
||||
"response.greet": "Hello! I’m Fabro, your workflow assistant.\n\nThis is a quick test of the Fabro workflow engine, and I’m here to help demonstrate a basic workflow: receive a task, process it, and respond clearly.",
|
||||
"last_stage": "greet"
|
||||
},
|
||||
"notes": "Stage completed: greet",
|
||||
"usage": {
|
||||
"input": {
|
||||
"usage": {
|
||||
"model": {
|
||||
"provider": "openai",
|
||||
"model_id": "gpt-5.4-mini"
|
||||
},
|
||||
"tokens": {
|
||||
"input_tokens": 4339,
|
||||
"output_tokens": 51,
|
||||
"reasoning_tokens": 72,
|
||||
"cache_read_tokens": 0,
|
||||
"cache_write_tokens": 0
|
||||
}
|
||||
},
|
||||
"facts": {
|
||||
"provider": "open_ai"
|
||||
}
|
||||
},
|
||||
"total_usd_micros": 3807
|
||||
}
|
||||
}
|
||||
},
|
||||
"next_node_id": "exit",
|
||||
"node_visits": {
|
||||
"greet": 1,
|
||||
"start": 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"
|
||||
}
|
||||
3
nodes/greet/response.md
Normal file
3
nodes/greet/response.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Hello! I’m Fabro, your workflow assistant.
|
||||
|
||||
This is a quick test of the Fabro workflow engine, and I’m here to help demonstrate a basic workflow: receive a task, process it, and respond clearly.
|
||||
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:16:54.408653Z"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue