From 85ca7c5e0033ce9f2cb74cce1e33061329241f15 Mon Sep 17 00:00:00 2001 From: Fabro Date: Sun, 22 Mar 2026 16:12:53 -0400 Subject: [PATCH] init run MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ⚒️ Generated with [Fabro](https://fabro.sh) --- graph.fabro | 11 +++++++++++ manifest.json | 13 +++++++++++++ sandbox.json | 5 +++++ 3 files changed, 29 insertions(+) create mode 100644 graph.fabro create mode 100644 manifest.json create mode 100644 sandbox.json 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..e6c820de8 --- /dev/null +++ b/manifest.json @@ -0,0 +1,13 @@ +{ + "run_id": "01KMBJVD8CGPGCTKSYSVJ4J0HG", + "workflow_name": "AgentLinear", + "goal": "Write hello to a file using an agent", + "start_time": "2026-03-22T20:12:53.406473Z", + "node_count": 3, + "edge_count": 2, + "run_branch": "fabro/run/01KMBJVD8CGPGCTKSYSVJ4J0HG", + "base_sha": "04320ff5f2f4a21a809ec9dc29c72c6bed3af156", + "base_branch": "issue-135", + "workflow_slug": "run", + "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..23501df0c --- /dev/null +++ b/sandbox.json @@ -0,0 +1,5 @@ +{ + "provider": "daytona", + "working_directory": "/home/daytona/workspace", + "identifier": "fabro-01KMBJVD8CGPGCTKSYSVJ4J0HG" +} \ No newline at end of file