🌌 Inspiration

The Creator Economy is a $250B industry, yet millions of solopreneurs are held back by "production friction"β€”the gap between having a creative idea and the technical skills to produce high-fidelity media. We realized that simple chatbots aren't enough; creators need a "Factory-in-a-Box" that can execute complex, multi-step production workflows autonomously.

🧠 What it does

Apex Agent Studio is a Sovereign Media Factory. It takes a single high-level goal (e.g., "Create a cinematic promo for a Cyberpunk Coffee Shop") and uses a Multi-Agent Swarm to:

  1. Architect the visual scenes using a "MovieLenz" formula.
  2. Generate the video assets using a Hybrid-Sovereign engine.
  3. Draft the viral launch campaign (Twitter threads, LinkedIn posts) synchronized to the video context.

βš™οΈ How we built it

We moved beyond simple API wrappers to build a Self-Healing, Multi-Agent System:

1. The Brain: Gemini 3 Pro & Flash

We utilize Gemini 3 Pro as the "Director Agent." It doesn't just generate text; it reasons through a Planner β†’ Executor β†’ Validator loop using LangGraph.

  • Gemini 3 Pro: Handles deep reasoning for scene composition and viral hook generation.
  • Gemini 3 Flash: Powers the "Live Thought Stream," providing real-time transparency into the agent's logic.

2. The Architecture: Hybrid-Sovereign & Self-Healing

We encountered a major challenge with external API volatility (rate limits/downtime). To solve this, we architected a Self-Healing Protocol:

  • Primary Path: High-fidelity generation via Fal.ai/Veo.
  • Resilience Path: If an API limit is hit, the system autonomously catches the error and falls back to Gemini's native multimodal capabilities or verified local assets.
  • Result: 100% production uptime for the user.

3. The Evolution: Skill Crystallization

Unlike static code, Apex Agent Studio evolves. We implemented a .skills/ directory standard where successful workflows are "crystallized" into reusable assets. This allows the agent to build a library of proven creative strategies over time.

πŸ›‘οΈ Verified by Antigravity

This entire project was migrated and verified using Google Antigravity. The agent autonomously managed dependencies, fixed import errors, and verified the "Self-Healing" logic via browser testing.

  • Proof of Work: A full walkthrough.md containing the agent's browser logs and verification screenshots is included in our repository.

πŸš€ What's next

We plan to expand the "Factory" to support full YouTube Short automation and deploy the Geo-Arbitrage Module, allowing creators to spin up localized versions of the studio for global markets.

Built With

  • fastapi
  • gemini-3-flash
  • gemini-3-pro
  • google-antigravity
  • langgraph
  • next.js
  • python
  • react
  • video-generation
Share this project:

Updates