mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-05 08:10:39 +00:00
68 lines
No EOL
2.4 KiB
JSON
68 lines
No EOL
2.4 KiB
JSON
{
|
||
"timestamp": "2026-04-15T13:15:27.730170Z",
|
||
"current_node": "greet",
|
||
"completed_nodes": [
|
||
"start",
|
||
"greet"
|
||
],
|
||
"node_retries": {},
|
||
"context_values": {
|
||
"internal.node_visit_count": 1,
|
||
"internal.fidelity": "compact",
|
||
"response.greet": "Hello! I’m an AI coding assistant, and this is a test of the Fabro workflow engine.\n\nI’ll help you explore and validate basic workflow behavior, step by step, while keeping things clear and simple.",
|
||
"graph.rankdir": "LR",
|
||
"outcome": "success",
|
||
"failure_signature": "",
|
||
"internal.run_id": "01KP8MG19NNFE5373E7THDAX6F",
|
||
"internal.retry_count.start": 0,
|
||
"internal.thread_id": "start",
|
||
"last_response": "Hello! I’m an AI coding assistant, and this is a test of the Fabro workflow engine.\n\nI’ll help you explore and validate basic workflow behavior, step by step, while keeping things clear and simple",
|
||
"graph.goal": "Say hello and demonstrate a basic Fabro workflow",
|
||
"last_stage": "greet",
|
||
"failure_class": "",
|
||
"current_node": "greet",
|
||
"internal.retry_count.greet": 0,
|
||
"thread.start.current_node": "greet"
|
||
},
|
||
"node_outcomes": {
|
||
"start": {
|
||
"status": "success",
|
||
"usage": null
|
||
},
|
||
"greet": {
|
||
"status": "success",
|
||
"context_updates": {
|
||
"response.greet": "Hello! I’m an AI coding assistant, and this is a test of the Fabro workflow engine.\n\nI’ll help you explore and validate basic workflow behavior, step by step, while keeping things clear and simple.",
|
||
"last_response": "Hello! I’m an AI coding assistant, and this is a test of the Fabro workflow engine.\n\nI’ll help you explore and validate basic workflow behavior, step by step, while keeping things clear and simple",
|
||
"last_stage": "greet"
|
||
},
|
||
"notes": "Stage completed: greet",
|
||
"usage": {
|
||
"input": {
|
||
"usage": {
|
||
"model": {
|
||
"provider": "openai",
|
||
"model_id": "gpt-5.4-mini"
|
||
},
|
||
"tokens": {
|
||
"input_tokens": 4334,
|
||
"output_tokens": 49,
|
||
"reasoning_tokens": 90,
|
||
"cache_read_tokens": 0,
|
||
"cache_write_tokens": 0
|
||
}
|
||
},
|
||
"facts": {
|
||
"provider": "open_ai"
|
||
}
|
||
},
|
||
"total_usd_micros": 3875
|
||
}
|
||
}
|
||
},
|
||
"next_node_id": "exit",
|
||
"node_visits": {
|
||
"start": 1,
|
||
"greet": 1
|
||
}
|
||
} |