promptgarten ๐ŸŒฑ
๐ŸŒ ES

Command reference ยท Antigravity CLI

/agents

Opens the agent manager panel to pick custom agents and monitor running subagents.

/agents belongs to the Tools & Tasks category. In the panel, โ†‘/โ†“ navigate the list, Enter selects a custom agent or opens a subagent's detail view, k kills an active subagent, a approves and d denies inline tool requests right from the list, and Esc goes back. Complements the --agent startup flag and the agy agents subcommand.

โœ… WHEN TO USE IT?

Switch between multiple custom agents

Open /agents and use โ†‘/โ†“ + Enter to pick a different agent for the session

Check on or cancel a running subagent task

Open /agents, select a subagent, and kill it with k

โ›” WHEN NOT TO?

You just want a quick list of available custom agents

/agents opens an interactive panel; for a plain list without panel interaction, the subcommand is enough.

Better: Run agy agents at startup

SOURCES