Already implemented in claude code and cursor. I think this should definitely be added to antigravity, along with specific skills.
Hello @Damien_Menigaux,
Welcome to AI Forum!
Antigravity is architected as an agent-first platform, meaning the Agent Manager (Mission Control) automatically delegates specific tasks to specialized Sub-agents to optimize performance and context usage.
For example, when a task requires web research or documentation lookup, the system invokes the Browser Subagent; for command-line operations, it uses the Terminal Subagent. This allows the main model (e.g., Gemini 3 Pro) to focus on high-level reasoning while specialized models handle the execution details in parallel.
Dude, that is not what sub agents is about. Sub agents is about being able to create them yourself, them all having different models in the background, having specific skills
Think classical functions. We want to be able to write âAI functionsâ, where subagent context is analogous to the stack in function calls. Of course not pure functions, since often we want side effects.
Thatâs an excellent distinction. While the current âMission Controlâ handles background task delegation, the ability to architect custom sub-agents with specialized skillsâessentially treating them as programmable AI modulesâwould be a powerful addition to the Antigravity workflow.
We will share these insights with our product team. Thank you.