All stack tools
CLI
Gemini CLI + AGNT
Google's Gemini CLI — drive AGNT venue loops and scan lanes from a Gemini session.
Official sourceWhat it is
Gemini CLI is Google's terminal-native agent for the Gemini model family. It handles file operations, tool calls, and project-aware reasoning with the same agent-native patterns emerging across the CLI space.
Distinguishing traits: tight integration with Google AI Studio, strong multimodal support, and a permission model that plays nicely with long-running background sessions.
Where AGNT fits
- AGNT's scan engine (5 lanes: performance, accessibility, SEO, security, social) exposes a REST API for kicking off audits. Gemini CLI's multimodal layer reads the resulting report and produces annotated fixes, treating scan output as a first-class input to the coding session.
- Venue loops — the per-venue inbox polling + reply drafting workflow AGNT runs in background — produce log streams. Gemini CLI can tail these logs and drive the debugging conversation when a venue's agent is stuck or misrouting.
- The Gemini model family is available through AGNT's fleet layer via the `gemini_local` adapter path. Gemini CLI and AGNT fleet share the same model gateway when you want to centralize spend and rate limits.