fabro/tmp/imagegen-api.toml
Bryan Helmkamp f4c2014026 Add custom Dockerfile and simplify imagegen workflow
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>
2026-03-08 11:20:07 -04:00

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