Automate agent development lifecycle with Gemini Enterprise Agent Platform
Google Cloud's Gemini Enterprise Agent Platform introduces Agents CLI skills to streamline the development lifecycle of AI agents, moving them from prototype to production. This new toolset allows developers to manage agent creation, deployment, and evaluation within a single coding agent environment, reducing context switching and friction. The platform is demonstrated through the creation of an "Industry Watch" agent designed to analyze semiconductor stock disclosures and news, enabling more robust and reliable AI applications. This approach aims to solve the common problem of AI projects stalling in the prototype phase.
- →Develop a real-world 'Industry Watch' agent
- →Agents CLI enables platform skills for coding agents
- →Scaffold agent and define deterministic tools via prompts
- →Local agent execution and playground access
- →Introducing Gemini Enterprise Agent Platform and Agents CLI
Features (4) ›
- Develop a real-world 'Industry Watch' agent
A practical tutorial guides developers through building an 'Industry Watch' agent, a sector-intelligence analyst for semiconductor stocks, by reconciling company press releases with SEC filings. The process covers six stages: setup, build, deploy, govern, evaluate, and publish, all managed through prompts to a coding agent.
- Agents CLI enables platform skills for coding agents
The Agents CLI installs lifecycle skills, such as scaffolding, deployment, and evaluation, into general-purpose coding agents. Coupled with the Developer Knowledge MCP, it allows agents to access current platform documentation, ensuring accuracy beyond training data.
- Scaffold agent and define deterministic tools via prompts
Developers can describe the desired agent and its tools in prompts, and the coding agent scaffolds the project and writes Python functions for tools like fetching SEC disclosures and reconciling claims against filings. The `reconcile_claims_vs_disclosures` tool specifically joins data, categorizes records, and scores materiality without model intervention.
- Local agent execution and playground access
The developed agent can be run locally to test its functionality, such as querying changes for specific companies. The process includes opening a playground for follow-up interactions, demonstrating the agent's ability to call tools and return reconciled data.
Notes (2) ›
- Introducing Gemini Enterprise Agent Platform and Agents CLI
The Gemini Enterprise Agent Platform is designed to simplify the development of production-ready AI agents by integrating the entire lifecycle, from setup to publishing, within a coding agent using the new Agents CLI skills. This aims to prevent AI projects from getting stuck in prototype mode by reducing the need to switch between multiple tools and consoles.
- Agent architecture prioritizes deterministic tools over large prompts
Building an agent like 'Industry Watch' requires a specific architecture that uses deterministic tools to fetch live data from sources like SEC filings and news feeds, then reconciles this information. This approach ensures accuracy and prevents the model from fabricating details, unlike a standard chatbot which may rely on outdated training data.
https://cloud.google.com/blog/topics/developers-practitioners/automate-agent-development-lifecycles-with-gemini-enterprise/
Related releases
- Config Connector 1.154.1 Adds New Alpha Resources and Field Support Google Cloud release notes ·
- Security Command Center: Data Residency & Agent Vulnerability Scanning Preview Google Cloud release notes ·
- Cloud SQL for PostgreSQL: Private Service Connect changes August 2026 Google Cloud release notes ·
- Cloud SQL for SQL Server: Private Service Connect connection behavior changes Google Cloud release notes ·
- Cloud SQL for MySQL: Private Service Connect and QueryData Updates Google Cloud release notes ·
- Cloud SQL for PostgreSQL: Faster CMEK Re-encryption Google Cloud release notes ·