Release v0.2.0
Features
- Team Editor (React Flow): Design and visualize custom multi-agent collaboration patterns using a node-based interface.
- Predefined Agentic Sets: 6 new industry-specific templates including Creative Agency, Nano Banana Lab (Visuals), Lyria Factory (Music), and Veo Studio (Video).
- Multimodal Generation: Direct support for high-quality content generation:
- Images with Nano Banana.
- Music with Lyria 3.
- Video with Veo 3.1 (720p/16:9).
- Human-in-the-Loop (HITL): Simulation of Pull Request & Review workflows where agents request user approval for critical tasks.
- Per-Agent LLM Configuration: Assign specific Gemini models (Flash/Pro) to individual agent roles.
- Cost & Token Tracking: Real-time estimation of usage costs and token consumption per interaction.
- Output Guardrails: New
Auto-approve outputsetting to control when final generation occurs. - Enhanced Technical Logs: Deeper visibility into LLM prompts, tool calls, and structured responses.
Technical Details
- React Flow Integration: Interactive node-based visualization for team structures.
- Refactored Agent Architecture: Decoupled
AgentBrain(logic) fromAgentHost(simulation) for better portability. - Gemini SDK Optimization: Centralized model management using
DEFAULT_MODELSand improved error handling for multimodal generation. - State Management: Unified Zustand store handling both 3D world state and complex agentic configurations.
- Premium UX/UI: Unification of border-radius (4px/12px) and a cleaner, more professional aesthetic inspired by "The Delegation" brand.
Note
This entire release (v0.2.0) was developed using Google Antigravity as the primary IDE and powered by Gemini 3 Flash.