⚒️ Generated with [Fabro](https://fabro.sh)
This commit is contained in:
Fabro 2026-03-22 16:12:53 -04:00
parent d4f43d2c52
commit 85ca7c5e00
3 changed files with 29 additions and 0 deletions

11
graph.fabro Normal file
View file

@ -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
}

13
manifest.json Normal file
View file

@ -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"
}

5
sandbox.json Normal file
View file

@ -0,0 +1,5 @@
{
"provider": "daytona",
"working_directory": "/home/daytona/workspace",
"identifier": "fabro-01KMBJVD8CGPGCTKSYSVJ4J0HG"
}