checkpoint

⚒️ Generated with [Fabro](https://fabro.sh)
This commit is contained in:
Fabro 2026-04-15 09:58:14 -04:00
parent 332e86a33a
commit e3debb9979
5 changed files with 123 additions and 0 deletions

68
checkpoint.json Normal file
View file

@ -0,0 +1,68 @@
{
"timestamp": "2026-04-15T13:58:14.789641Z",
"current_node": "greet",
"completed_nodes": [
"start",
"greet"
],
"node_retries": {},
"context_values": {
"last_response": "Hello! A basic Fabro workflow often starts by inspecting the repo. Heres the top-level listing of this repository:\n\n```text\nAGENTS.md\n.ai\napps\nbin\nbun.lock\n.cargo\nCargo.lock\nCargo.toml\n.claude\nCLAU",
"internal.run_id": "01KP8PXZDS6C5V8Z3TF8GE4E2F",
"internal.thread_id": "start",
"current_node": "greet",
"graph.rankdir": "LR",
"internal.retry_count.greet": 0,
"internal.node_visit_count": 1,
"failure_class": "",
"internal.retry_count.start": 0,
"outcome": "success",
"failure_signature": "",
"graph.goal": "Say hello and demonstrate a basic Fabro workflow",
"internal.fidelity": "compact",
"thread.start.current_node": "greet",
"last_stage": "greet",
"response.greet": "Hello! A basic Fabro workflow often starts by inspecting the repo. Heres the top-level listing of this repository:\n\n```text\nAGENTS.md\n.ai\napps\nbin\nbun.lock\n.cargo\nCargo.lock\nCargo.toml\n.claude\nCLAUDE.md\nclippy.toml\n.config\nCONTRIBUTING.md\ndocker\ndocs\ndocs-internal\n.env.example\nevals\n.fabro\nfiles-internal\n.git\n.gitattributes\n.github\n.gitignore\ninstaller\ninstall.md\ninstall.sh\nlib\nLICENSE.md\npackage.json\nREADME.md\nrustfmt.toml\nscripts\ntest\n```\n\nIf you want, I can next show a minimal `fabro run` example or point out where the workflow definitions live in this repo."
},
"node_outcomes": {
"start": {
"status": "success",
"usage": null
},
"greet": {
"status": "success",
"context_updates": {
"last_response": "Hello! A basic Fabro workflow often starts by inspecting the repo. Heres the top-level listing of this repository:\n\n```text\nAGENTS.md\n.ai\napps\nbin\nbun.lock\n.cargo\nCargo.lock\nCargo.toml\n.claude\nCLAU",
"response.greet": "Hello! A basic Fabro workflow often starts by inspecting the repo. Heres the top-level listing of this repository:\n\n```text\nAGENTS.md\n.ai\napps\nbin\nbun.lock\n.cargo\nCargo.lock\nCargo.toml\n.claude\nCLAUDE.md\nclippy.toml\n.config\nCONTRIBUTING.md\ndocker\ndocs\ndocs-internal\n.env.example\nevals\n.fabro\nfiles-internal\n.git\n.gitattributes\n.github\n.gitignore\ninstaller\ninstall.md\ninstall.sh\nlib\nLICENSE.md\npackage.json\nREADME.md\nrustfmt.toml\nscripts\ntest\n```\n\nIf you want, I can next show a minimal `fabro run` example or point out where the workflow definitions live in this repo.",
"last_stage": "greet"
},
"notes": "Stage completed: greet",
"usage": {
"input": {
"usage": {
"model": {
"provider": "openai",
"model_id": "gpt-5.4"
},
"tokens": {
"input_tokens": 20714,
"output_tokens": 285,
"reasoning_tokens": 300,
"cache_read_tokens": 0,
"cache_write_tokens": 0
}
},
"facts": {
"provider": "open_ai"
}
},
"total_usd_micros": 60560
}
}
},
"next_node_id": "exit",
"node_visits": {
"start": 1,
"greet": 1
}
}

4
nodes/greet/prompt.md Normal file
View file

@ -0,0 +1,4 @@
Goal: Say hello and demonstrate a basic Fabro workflow
Print a listing of the top-level files and directories in this repo.

View file

@ -0,0 +1,5 @@
{
"mode": "agent",
"provider": "openai",
"model": "gpt-5.4"
}

40
nodes/greet/response.md Normal file
View file

@ -0,0 +1,40 @@
Hello! A basic Fabro workflow often starts by inspecting the repo. Heres the top-level listing of this repository:
```text
AGENTS.md
.ai
apps
bin
bun.lock
.cargo
Cargo.lock
Cargo.toml
.claude
CLAUDE.md
clippy.toml
.config
CONTRIBUTING.md
docker
docs
docs-internal
.env.example
evals
.fabro
files-internal
.git
.gitattributes
.github
.gitignore
installer
install.md
install.sh
lib
LICENSE.md
package.json
README.md
rustfmt.toml
scripts
test
```
If you want, I can next show a minimal `fabro run` example or point out where the workflow definitions live in this repo.

6
nodes/start/status.json Normal file
View file

@ -0,0 +1,6 @@
{
"status": "success",
"notes": null,
"failure_reason": null,
"timestamp": "2026-04-15T13:57:54.769803Z"
}