Gemini Integration

Guild is a web studio for building and running governed multi-agent workflows on Gemini 3. Users design agent systems on a visual board, define channel rules, mount context from a shared vault, and execute runs with turn-by-turn replay and a synthesized final draft. The product is built around structured execution: each agent turn returns typed outputs (proposal, critique, vote_call, decision) so the scheduler can route work predictably, apply governance rules, and persist state across long workflows.

Gemini 3 features are used directly in core runtime behavior. Gemini 3 Pro handles high-stakes reasoning, mediation, and final synthesis; Gemini 3 Flash handles faster operational turns. Agent thinking profiles map to model reasoning depth, letting teams allocate deeper reasoning to critical decision points and lower latency to routine steps. Tool-enabled agents can use Google Search for grounded evidence, Code Execution for calculations and analysis, and Gemini image generation for visual artifacts in creative workflows.

Runs surface progress in real time, showing turn status, governance outcomes, and intermediate outputs while execution is active. At completion, Guild composes a final deliverable with Gemini 3 that integrates agent positions, evidence, counterpoints, and decisions into a single actionable output. This makes the product useful for decisions, planning, incident response, and creative execution in one system.

Built With

  • docker
  • gemini-api-(gemini-3-pro-preview-/-gemini-3-flash-preview-/-gemini-3-pro-image-preview)
  • next.js-(app-router)
  • postgresql-(neon)
  • prisma-orm
  • react
  • react-flow
  • tailwind-css
  • typescript
  • vercel
  • vitest
Share this project:

Updates