mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-05 08:10:39 +00:00
parent
c1f3e45965
commit
bd7186e491
6 changed files with 86 additions and 0 deletions
64
checkpoint.json
Normal file
64
checkpoint.json
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
{
|
||||
"timestamp": "2026-03-19T13:41:19.896031Z",
|
||||
"current_node": "work",
|
||||
"completed_nodes": [
|
||||
"start",
|
||||
"work"
|
||||
],
|
||||
"node_retries": {
|
||||
"start": 1,
|
||||
"work": 1
|
||||
},
|
||||
"context_values": {
|
||||
"internal.fidelity": "compact",
|
||||
"failure_signature": "",
|
||||
"internal.retry_count.work": 1,
|
||||
"last_stage": "work",
|
||||
"internal.node_visit_count": 1,
|
||||
"response.work": "Perfect! The agent has successfully completed the task. The word 'hello' has been written to the file `scenario_test.txt` in the working directory (`/home/daytona/workspace/scenario_test.txt`).",
|
||||
"graph.goal": "Write hello to a file using an agent",
|
||||
"failure_class": "",
|
||||
"internal.thread_id": "start",
|
||||
"internal.run_id": "01KM357YBWMPK34JDQT88ASCVH",
|
||||
"outcome": "success",
|
||||
"graph.rankdir": "LR",
|
||||
"current.preamble": "Goal: Write hello to a file using an agent\n",
|
||||
"last_response": "Perfect! The agent has successfully completed the task. The word 'hello' has been written to the file `scenario_test.txt` in the working directory (`/home/daytona/workspace/scenario_test.txt`).",
|
||||
"thread.start.current_node": "work",
|
||||
"internal.retry_count.start": 1,
|
||||
"current_node": "work"
|
||||
},
|
||||
"logs": [],
|
||||
"node_outcomes": {
|
||||
"work": {
|
||||
"status": "success",
|
||||
"context_updates": {
|
||||
"last_response": "Perfect! The agent has successfully completed the task. The word 'hello' has been written to the file `scenario_test.txt` in the working directory (`/home/daytona/workspace/scenario_test.txt`).",
|
||||
"last_stage": "work",
|
||||
"response.work": "Perfect! The agent has successfully completed the task. The word 'hello' has been written to the file `scenario_test.txt` in the working directory (`/home/daytona/workspace/scenario_test.txt`)."
|
||||
},
|
||||
"notes": "Stage completed: work",
|
||||
"usage": {
|
||||
"model": "claude-haiku-4-5",
|
||||
"input_tokens": 629,
|
||||
"output_tokens": 238,
|
||||
"cache_read_tokens": 9695,
|
||||
"cache_write_tokens": 5150,
|
||||
"cost": 0.0014552000000000002
|
||||
},
|
||||
"files_touched": [
|
||||
"/home/daytona/workspace/scenario_test.txt"
|
||||
],
|
||||
"duration_ms": 11581
|
||||
},
|
||||
"start": {
|
||||
"status": "success",
|
||||
"duration_ms": 0
|
||||
}
|
||||
},
|
||||
"next_node_id": "exit",
|
||||
"node_visits": {
|
||||
"work": 1,
|
||||
"start": 1
|
||||
}
|
||||
}
|
||||
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-03-19T13:41:08.312195+00:00"
|
||||
}
|
||||
4
nodes/work/prompt.md
Normal file
4
nodes/work/prompt.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Goal: Write hello to a file using an agent
|
||||
|
||||
|
||||
Write the word 'hello' to a file called scenario_test.txt
|
||||
5
nodes/work/provider_used.json
Normal file
5
nodes/work/provider_used.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"mode": "agent",
|
||||
"provider": "anthropic",
|
||||
"model": "claude-haiku-4-5"
|
||||
}
|
||||
1
nodes/work/response.md
Normal file
1
nodes/work/response.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
Perfect! The agent has successfully completed the task. The word 'hello' has been written to the file `scenario_test.txt` in the working directory (`/home/daytona/workspace/scenario_test.txt`).
|
||||
6
nodes/work/status.json
Normal file
6
nodes/work/status.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"status": "success",
|
||||
"notes": "Stage completed: work",
|
||||
"failure_reason": null,
|
||||
"timestamp": "2026-03-19T13:41:19.895443+00:00"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue