mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-07 08:27:12 +00:00
parent
ba887d1fe5
commit
7958885445
3 changed files with 28 additions and 0 deletions
11
graph.fabro
Normal file
11
graph.fabro
Normal 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
13
manifest.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"run_id": "01KM32WG9J7WYWD8VP4T8X3CCE",
|
||||
"workflow_name": "AgentLinear",
|
||||
"goal": "Write hello to a file using an agent",
|
||||
"start_time": "2026-03-19T12:59:48.979098Z",
|
||||
"node_count": 3,
|
||||
"edge_count": 2,
|
||||
"run_branch": "fabro/run/01KM32WG9J7WYWD8VP4T8X3CCE",
|
||||
"base_sha": "10595c9e76ba1be90de1cf49a2a3c183e287d917",
|
||||
"base_branch": "main",
|
||||
"workflow_slug": "scenario",
|
||||
"host_repo_path": "/Users/bhelmkamp/p/fabro-sh/fabro/lib/crates/fabro-cli"
|
||||
}
|
||||
4
sandbox.json
Normal file
4
sandbox.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"provider": "local",
|
||||
"working_directory": "/private/var/folders/nm/bd2dwzy52t1ckn3tklsfmy1c0000gn/T/.tmpAzINtx/run/worktree"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue