diff --git a/checkpoint.json b/checkpoint.json new file mode 100644 index 000000000..a3ffc4126 --- /dev/null +++ b/checkpoint.json @@ -0,0 +1,68 @@ +{ + "timestamp": "2026-04-15T13:34:42.408243Z", + "current_node": "greet", + "completed_nodes": [ + "start", + "greet" + ], + "node_retries": {}, + "context_values": { + "internal.node_visit_count": 1, + "internal.retry_count.greet": 0, + "response.greet": "Hello! I’m ChatGPT, your AI assistant.\n\nThis is a test of the Fabro workflow engine, and I’m here to help demonstrate a basic workflow in action.", + "outcome": "success", + "current_node": "greet", + "failure_signature": "", + "internal.fidelity": "compact", + "graph.goal": "Say hello and demonstrate a basic Fabro workflow", + "internal.thread_id": "start", + "internal.run_id": "01KP8NK7DSQQCMFG238HGJB1AJ", + "internal.retry_count.start": 0, + "failure_class": "", + "graph.rankdir": "LR", + "thread.start.current_node": "greet", + "last_response": "Hello! I’m ChatGPT, your AI assistant.\n\nThis is a test of the Fabro workflow engine, and I’m here to help demonstrate a basic workflow in action.", + "last_stage": "greet" + }, + "node_outcomes": { + "greet": { + "status": "success", + "context_updates": { + "last_stage": "greet", + "response.greet": "Hello! I’m ChatGPT, your AI assistant.\n\nThis is a test of the Fabro workflow engine, and I’m here to help demonstrate a basic workflow in action.", + "last_response": "Hello! I’m ChatGPT, your AI assistant.\n\nThis is a test of the Fabro workflow engine, and I’m here to help demonstrate a basic workflow in action." + }, + "notes": "Stage completed: greet", + "usage": { + "input": { + "usage": { + "model": { + "provider": "openai", + "model_id": "gpt-5.4-mini" + }, + "tokens": { + "input_tokens": 4329, + "output_tokens": 41, + "reasoning_tokens": 98, + "cache_read_tokens": 0, + "cache_write_tokens": 0 + } + }, + "facts": { + "provider": "open_ai" + } + }, + "total_usd_micros": 3871 + } + }, + "start": { + "status": "success", + "usage": null + } + }, + "next_node_id": "exit", + "node_visits": { + "greet": 1, + "start": 1 + } +} \ No newline at end of file diff --git a/nodes/greet/prompt.md b/nodes/greet/prompt.md new file mode 100644 index 000000000..190c70fa2 --- /dev/null +++ b/nodes/greet/prompt.md @@ -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. \ No newline at end of file diff --git a/nodes/greet/provider_used.json b/nodes/greet/provider_used.json new file mode 100644 index 000000000..c98e5e9c0 --- /dev/null +++ b/nodes/greet/provider_used.json @@ -0,0 +1,5 @@ +{ + "mode": "agent", + "provider": "openai", + "model": "gpt-5.4-mini" +} \ No newline at end of file diff --git a/nodes/greet/response.md b/nodes/greet/response.md new file mode 100644 index 000000000..654e07348 --- /dev/null +++ b/nodes/greet/response.md @@ -0,0 +1,3 @@ +Hello! I’m ChatGPT, your AI assistant. + +This is a test of the Fabro workflow engine, and I’m here to help demonstrate a basic workflow in action. \ No newline at end of file diff --git a/nodes/start/status.json b/nodes/start/status.json new file mode 100644 index 000000000..29d11ef00 --- /dev/null +++ b/nodes/start/status.json @@ -0,0 +1,6 @@ +{ + "status": "success", + "notes": null, + "failure_reason": null, + "timestamp": "2026-04-15T13:34:35.662606Z" +} \ No newline at end of file