mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-07 08:27:12 +00:00
parent
6c88961900
commit
f3954b587f
5 changed files with 88 additions and 0 deletions
68
checkpoint.json
Normal file
68
checkpoint.json
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
{
|
||||
"timestamp": "2026-04-15T13:46:03.799522Z",
|
||||
"current_node": "greet",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"greet"
|
||||
],
|
||||
"node_retries": {},
|
||||
"context_values": {
|
||||
"response.greet": "Hello! I’m your coding assistant, and I’ve taken a quick look around this project.\n\nThis repository appears to be **Fabro**, a workflow orchestration platform with a Rust backend and a React frontend. For this interaction, I’m treating it as a **basic test of the Fabro workflow engine**—a simple “hello world” style check to confirm the workflow is running and responding correctly.\n\nIf you’d like, I can also help you explore the codebase, run tests, or make a small change next.",
|
||||
"outcome": "success",
|
||||
"thread.start.current_node": "greet",
|
||||
"current_node": "greet",
|
||||
"internal.node_visit_count": 1,
|
||||
"internal.retry_count.greet": 0,
|
||||
"internal.thread_id": "start",
|
||||
"graph.rankdir": "LR",
|
||||
"internal.run_id": "01KP8P85XJ85AQHYWPTNHMB2BD",
|
||||
"internal.retry_count.start": 0,
|
||||
"last_stage": "greet",
|
||||
"failure_signature": "",
|
||||
"last_response": "Hello! I’m your coding assistant, and I’ve taken a quick look around this project.\n\nThis repository appears to be **Fabro**, a workflow orchestration platform with a Rust backend and a React front",
|
||||
"internal.fidelity": "compact",
|
||||
"failure_class": "",
|
||||
"graph.goal": "Say hello and demonstrate a basic Fabro workflow"
|
||||
},
|
||||
"node_outcomes": {
|
||||
"start": {
|
||||
"status": "success",
|
||||
"usage": null
|
||||
},
|
||||
"greet": {
|
||||
"status": "success",
|
||||
"context_updates": {
|
||||
"last_stage": "greet",
|
||||
"last_response": "Hello! I’m your coding assistant, and I’ve taken a quick look around this project.\n\nThis repository appears to be **Fabro**, a workflow orchestration platform with a Rust backend and a React front",
|
||||
"response.greet": "Hello! I’m your coding assistant, and I’ve taken a quick look around this project.\n\nThis repository appears to be **Fabro**, a workflow orchestration platform with a Rust backend and a React frontend. For this interaction, I’m treating it as a **basic test of the Fabro workflow engine**—a simple “hello world” style check to confirm the workflow is running and responding correctly.\n\nIf you’d like, I can also help you explore the codebase, run tests, or make a small change next."
|
||||
},
|
||||
"notes": "Stage completed: greet",
|
||||
"usage": {
|
||||
"input": {
|
||||
"usage": {
|
||||
"model": {
|
||||
"provider": "openai",
|
||||
"model_id": "gpt-5.4-mini"
|
||||
},
|
||||
"tokens": {
|
||||
"input_tokens": 4337,
|
||||
"output_tokens": 112,
|
||||
"reasoning_tokens": 194,
|
||||
"cache_read_tokens": 0,
|
||||
"cache_write_tokens": 0
|
||||
}
|
||||
},
|
||||
"facts": {
|
||||
"provider": "open_ai"
|
||||
}
|
||||
},
|
||||
"total_usd_micros": 4629
|
||||
}
|
||||
}
|
||||
},
|
||||
"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! Explore this project. 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"
|
||||
}
|
||||
5
nodes/greet/response.md
Normal file
5
nodes/greet/response.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Hello! I’m your coding assistant, and I’ve taken a quick look around this project.
|
||||
|
||||
This repository appears to be **Fabro**, a workflow orchestration platform with a Rust backend and a React frontend. For this interaction, I’m treating it as a **basic test of the Fabro workflow engine**—a simple “hello world” style check to confirm the workflow is running and responding correctly.
|
||||
|
||||
If you’d like, I can also help you explore the codebase, run tests, or make a small change next.
|
||||
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:45:59.699768Z"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue