02 · CHAT
Agent
Driven
Autonomous multi-step creative pipeline. One prompt triggers: image editing → video generation → music composition → animated design. All in a single project.
auto projectmulti-image--jsonstream events
# Auto-create with image upload
$ makaron chat --project auto \
--image a.jpg --image b.jpg \
--json -b "combine + cinematic"
→ {"runId":"88ec...","projectUrl":"https://..."}
# Watch streaming artifacts
$ makaron responses watch <runId> --jsonl
→ {"event":"output.added","type":"image","url":"..."}
→ {"event":"output.updated","type":"video","status":"completed"}
# Extract specific results
$ makaron responses get <runId> --pick first_image_url
$ makaron responses get <runId> --pick video_urls