All Things Agentic Hackathon MVP
Creative brief to audited production packet
Project Brief
Tokyo Night Market Coffee
Agent Workflow
Task Graph
Artifacts
Generated Work
Audit Trail
Agent Events
Human-in-the-Loop
Review Queue
Deliverable
Production Packet
Run the workflow to generate a production packet.
Downstream Proof
Hero Shot Render
Once the packet is approved, its hero shot can be rendered with Veo — the prompt and negative prompts are the packet's own.
Delivery Check
Audit a Delivered Cut
The editor sent the final cut — did it survive the brief? Upload the video and the Render Critic judges it against this brief's own constraints.
Deployment Evidence
Google Cloud Architecture
Wired and Running
Google Cloud in This Run
Cloud Run
Serving this page. Built by Cloud Build from the repository Dockerfile.
Gemini · Google GenAI SDK
Intake structures the brief; the Shot Agent writes the descriptions.
Vertex AI · Veo
Renders the approved hero shot. One capped clip per run.
Firestore
Every run mirrored. A restart does not lose completed work.
Secret Manager
Holds the API key. It is never an environment variable in the manifest.
Cloud Logging
Receives the trace id carried on every task, artifact and audit event.
Deliberately Not Wired
Still In-Process
Pub/Sub or Cloud Tasks
The job queue is in-process (lib/queue.js), which is why the service runs one instance.
Cloud Storage
Packets are returned inline; rendered clips are served from the run, not a bucket.