BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Google Cloud Introduces Agents CLI to Streamline AI Agent Development Lifecycle

Google Cloud Introduces Agents CLI to Streamline AI Agent Development Lifecycle

Listen to this article -  0:00

Google Cloud has introduced Agents CLI within its Agent Platform, aiming to streamline the development lifecycle of AI agents from local prototyping to production deployment. The release targets a common challenge in agent development, where tooling and infrastructure are often fragmented across multiple services and environments.

The tool is designed to integrate directly with coding agents such as Gemini CLI, Claude Code, and Cursor, providing a unified interface to Google Cloud services, including Agent Platform, Cloud Run, and infrastructure automation components. The goal is to reduce the fragmentation developers face when moving from experimentation to production systems.

Agents CLI provides a programmatic layer that allows coding agents to access predefined "skills" and API references. This enables developers to quickly set up projects with minimal prompts and less manual configuration. Instead of needing extensive context or documentation, developers or their AI assistants can easily initialize projects, define workflows, and configure deployments using a series of CLI commands.

A key focus of the release is reducing context overhead. In many existing setups, coding agents must infer how cloud services connect, often leading to inefficient iterations and increased token usage. By embedding structured knowledge directly into the CLI, Google Cloud aims to make these interactions more deterministic and efficient.

The tool features built-in support for local simulation and evaluation. Developers can run evaluation pipelines, compare outputs from different runs, and validate agent behavior against datasets before deployment. This highlights the increasing focus on testing and reliability in agent-based systems, where accuracy and consistency are essential.

For deployment, Agents CLI automates infrastructure provisioning and release workflows. It can generate Infrastructure as Code (IaC), configure CI/CD pipelines, and deploy agents to managed environments such as Cloud Run or Kubernetes. The CLI also supports publishing agents to enterprise environments, including integration with Gemini Enterprise.

Another feature is the introduction of Human Mode, which allows developers to directly execute CLI commands instead of relying entirely on agent-driven automation. This provides a way to inspect and control workflows when needed, addressing concerns about the lack of transparency in fully autonomous systems. Shivam M. commented on this aspect:

Human Mode is a good addition. It gives a way to verify what’s happening instead of treating the agent as a black box.

Initial reactions from the community highlight both the potential efficiency gains and the growing maturity of agent tooling. Hina Arora noted:

This is a major leap forward. With Agents CLI, building, deploying, and managing agents just got so much more efficient.

Agents CLI is available through a simple installation command and includes built-in workflows for creating projects, running evaluations, and deploying agents. Google Cloud provides documentation and a GitHub repository to support adoption and further exploration.

About the Author

Rate this Article

Adoption
Style

BT