mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-05 08:10:39 +00:00
Bake the imagegen script into a Daytona snapshot so the agent can just run `imagegen <prompt> <output>` instead of manually calling the Gemini API with curl/jq. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
16 lines
300 B
TOML
16 lines
300 B
TOML
version = 1
|
|
goal = "A cute robot painting a landscape"
|
|
graph = "imagegen-api.dot"
|
|
|
|
[sandbox]
|
|
provider = "daytona"
|
|
|
|
[sandbox.env]
|
|
GEMINI_API_KEY = "${env.GEMINI_API_KEY}"
|
|
|
|
[sandbox.daytona.snapshot]
|
|
name = "imagegen-tools-v3"
|
|
cpu = 4
|
|
memory = 8
|
|
disk = 10
|
|
dockerfile = { path = "Dockerfile.imagegen" }
|