mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
parent
face5ac19a
commit
3b681bbdc1
3 changed files with 29 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": "01KM35MF59KE3HCM23GN6JEYT0",
|
||||
"workflow_name": "AgentLinear",
|
||||
"goal": "Write hello to a file using an agent",
|
||||
"start_time": "2026-03-19T13:47:55.271431Z",
|
||||
"node_count": 3,
|
||||
"edge_count": 2,
|
||||
"run_branch": "fabro/run/01KM35MF59KE3HCM23GN6JEYT0",
|
||||
"base_sha": "8d78aa4aa1e0f778927c5728854955ee91a87db2",
|
||||
"base_branch": "main",
|
||||
"workflow_slug": "scenario",
|
||||
"host_repo_path": "/Users/bhelmkamp/p/fabro-sh/fabro/lib/crates/fabro-cli"
|
||||
}
|
||||
5
sandbox.json
Normal file
5
sandbox.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"provider": "daytona",
|
||||
"working_directory": "/home/daytona/workspace",
|
||||
"identifier": "fabro-01KM35MF59KE3HCM23GN6JEYT0"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue