diff --git a/graph.fabro b/graph.fabro new file mode 100644 index 000000000..45d45cc9a --- /dev/null +++ b/graph.fabro @@ -0,0 +1,11 @@ +digraph AgentLinear { + graph [goal="Write hello to a file using an agent"] + rankdir=LR + + start [shape=Mdiamond, label="Start"] + exit [shape=Msquare, label="Exit"] + + work [label="Work", prompt="Write the word 'hello' to a file called scenario_test.txt"] + + start -> work -> exit +} diff --git a/manifest.json b/manifest.json new file mode 100644 index 000000000..9c9b94a49 --- /dev/null +++ b/manifest.json @@ -0,0 +1,13 @@ +{ + "run_id": "01KM34GS7MT5DVC5KN768033MP", + "workflow_name": "AgentLinear", + "goal": "Write hello to a file using an agent", + "start_time": "2026-03-19T13:28:22.153376Z", + "node_count": 3, + "edge_count": 2, + "run_branch": "fabro/run/01KM34GS7MT5DVC5KN768033MP", + "base_sha": "77698635f21cd4794576014a650b90e3c337c701", + "base_branch": "main", + "workflow_slug": "scenario", + "host_repo_path": "/Users/bhelmkamp/p/fabro-sh/fabro/lib/crates/fabro-cli" +} \ No newline at end of file diff --git a/sandbox.json b/sandbox.json new file mode 100644 index 000000000..2c9b12492 --- /dev/null +++ b/sandbox.json @@ -0,0 +1,4 @@ +{ + "provider": "local", + "working_directory": "/private/var/folders/nm/bd2dwzy52t1ckn3tklsfmy1c0000gn/T/.tmpkJAYVB/run/worktree" +} \ No newline at end of file