Antigravity sub agents

Already implemented in claude code and cursor. I think this should definitely be added to antigravity, along with specific skills.

2 Likes

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.

1 Like

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

3 Likes

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.

1 Like

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.