Google just dropped agents-cli to help AI assistants build AI agents 🤯
Has anyone checked out the new agents-cli from Google yet? It’s not another coding assistant—it's actually a specialized tool for your coding agents (Gemini CLI, Claude Code, Cursor, etc.).
It basically gives your AI direct skills to scaffold, evaluate, and deploy Agent Development Kit (ADK) agents straight to Google Cloud without you having to handhold it through the boilerplate.
Key features that stand out:
- Fast Scaffolding: One command (uvx google-agents-cli setup) injects the skills right into your coding environment.
- Auto-Deployment: You can tell your coding agent to deploy your project to Cloud Run or Agent Runtime, and it handles the Infrastructure as Code (IaC) automatically.
- Human Mode: If you don't want the AI doing everything blindly, you can manually run the commands yourself for deterministic control.
It looks like a huge time-saver if you're building in the GCP ecosystem. What do you guys think? Is the speed worth the GCP lock-in?