AI Market Logo
BTC $43,552.88 -0.46%
ETH $2,637.32 +1.23%
BNB $312.45 +0.87%
SOL $92.40 +1.16%
XRP $0.5234 -0.32%
ADA $0.8004 +3.54%
AVAX $32.11 +1.93%
DOT $19.37 -1.45%
MATIC $0.8923 +2.67%
LINK $14.56 +0.94%
HAIA $0.1250 +2.15%
BTC $43,552.88 -0.46%
ETH $2,637.32 +1.23%
BNB $312.45 +0.87%
SOL $92.40 +1.16%
XRP $0.5234 -0.32%
ADA $0.8004 +3.54%
AVAX $32.11 +1.93%
DOT $19.37 -1.45%
MATIC $0.8923 +2.67%
LINK $14.56 +0.94%
HAIA $0.1250 +2.15%
Google Unleashes Flurry of New AI Agents, Launching GitHub Teammate and New Data Cloud Workforce
ai-agents

Google Unleashes Flurry of New AI Agents, Launching GitHub Teammate and New Data Cloud Workforce

Google unveils Gemini CLI GitHub Actions and new AI data agents to automate coding and data workflows, advancing its agentic enterprise vision.

August 7, 2025
5 min read
Markus Kasanmascheff

Google unveils Gemini CLI GitHub Actions and new AI data agents to automate coding and data workflows, advancing its agentic enterprise vision.

Google Unleashes Flurry of New AI Agents, Launching GitHub Teammate and New Data Cloud Workforce

Google on Wednesday significantly expanded its portfolio of AI agents, launching a powerful new AI coding teammate for developers and a suite of four specialized agents for data professionals. The company introduced Gemini CLI GitHub Actions, a free tool that automates coding tasks directly within repositories. Simultaneously, Google unveiled new agents for its Data Cloud designed to build data pipelines, accelerate data science, and enable conversational analytics. These launches advance Google’s strategy to create an “agentic enterprise.” This dual announcement underscores a clear strategic push to embed specialized, autonomous AI across its entire cloud and developer ecosystem. The move is framed by Google as part of an “agentic shift” to create an enterprise where AI agents automate complex workflows, moving beyond simple assistants.

An AI Teammate in Your GitHub Repository

Building on its popular open-source Gemini CLI released in June, Google has now launched Gemini CLI GitHub Actions, a powerful and no-cost AI coding teammate. In a move born from its own development needs, Google is extending its AI capabilities directly into the heart of team collaboration. The tool, now available in beta on the GitHub Marketplace, integrates into a developer’s repository to act as both an autonomous agent for routine tasks and an on-demand collaborator for specific requests. Unlike the original command-line tool designed for individual use, Gemini CLI GitHub Actions is built for the platforms where development teams work together. Triggered by events like new issues or pull requests, the agent works asynchronously in the background, using the full context of a project to handle tasks automatically. According to Google, the agent “knows your code, understands what you want to do, and gets it done,” a promise aimed at significantly reducing development friction. The initial release ships with three core open-source workflows designed to automate the overhead that can slow down modern software projects.
  • The first workflow, “Intelligent issue triage,” automates the management of new issues by analyzing, labeling, and prioritizing them to help teams focus on what matters most.
  • A second workflow provides “Accelerated pull request reviews,” giving instant and insightful feedback on code changes for quality, style, and correctness. This frees up human reviewers to concentrate on more complex architectural decisions.
  • The third and most interactive feature is “On-demand collaboration.” By simply mentioning @gemini-cli in any issue or pull request, developers can delegate specific work. This includes instructing the agent to “write tests for this bug,” “implement the changes suggested above,” or even “fix this well defined bug.”
  • This capability directly aligns with the vibe coding trend, which Google’s Jeanine Banks, VP of Developer X, noted earlier has “really exploded” as she explained they “weren’t imagining that even professional developers
 would want to have sort of the vibe experience of coding.”

    A New Workforce of AI Agents for the Data Cloud

    In parallel, Google has introduced a new suite of four specialized agents to its Data Cloud, aiming to transform how data professionals work. This signals a move to bring the same agentic capabilities from the developer world into the core of business intelligence and analytics, creating what Google calls a new “workforce of specialized AI agents” designed as expert partners for every data user.
  • For data engineers, Google is introducing the Data Engineering Agent in BigQuery to automate the creation of complex pipelines. Instead of manually scripting each step, users can now describe a goal in plain English, such as, “Create a pipeline to load a CSV file, cleanse these columns, and join it with another table.” The agent then generates and orchestrates the entire workflow, from data ingestion to transformations and quality checks.
  • Data scientists receive the new Data Science Agent, an experience embedded within AI-first Colab Enterprise Notebooks in BigQuery and Vertex AI. Powered by Gemini, this agent can trigger entire autonomous analytical workflows, including exploratory data analysis, data cleaning, and machine learning predictions. It operates as a collaborative partner, creating a plan, executing code, reasoning about the results, and presenting its findings for user feedback.
  • For business users and analysts, the existing Conversational Analytics Agent is receiving a major upgrade with a new Code Interpreter. Developed in partnership with Google DeepMind, this feature addresses critical questions that go beyond the limits of simple SQL. When asked to perform a complex task like a customer segmentation analysis, the agent translates the natural language query into executable Python code, delivering a complete analytical flow with generated code, natural language explanations, and interactive visualizations.
  • Finally, Google is embedding AI reasoning directly into its query engine with the new AI Query Engine in BigQuery. This allows all data practitioners to perform AI-powered computations on both structured and unstructured data from within the database itself. This capability makes it possible to ask subjective questions directly in SQL, such as, “Which of these customer reviews sound the most frustrated?”
  • Building an ‘Agentic Enterprise’ with Security at the Core

    These new agents are the building blocks for what Google calls the “agentic shift”—a new era where specialized AI agents work cooperatively. This vision extends beyond first-party tools, as Google is providing components for developers to build their own systems. To enable this, the company is launching Gemini Data Agents APIs and a Looker MCP Server. These, along with the Agent Development Kit, allow developers to create custom agents, a concept explored in research like its Chain-of-Agents framework. Adoption hinges on trust, so the new tools have robust security. Gemini CLI GitHub Actions supports credential-less authentication via Workload Identity Federation (WIF). This eliminates long-lived API keys, reducing security risks. Administrators get multi-layered controls, including command allowlisting. The system integrates with OpenTelemetry for full observability. This allows organizations to stream logs and metrics, providing real-time visibility into every action the AI agent takes. This ecosystem is grounded in a unified data foundation, enhanced by tools like the Spanner columnar engine.
    Source: Google Unleashes Flurry of New AI Agents, Launching GitHub Teammate and New Data Cloud Workforce

    Frequently Asked Questions (FAQ)

    Google's AI Agent Expansion

    Q: What are the new AI agents Google has launched? A: Google has launched Gemini CLI GitHub Actions, an AI coding teammate for developers, and a suite of four specialized agents for its Data Cloud, including the Data Engineering Agent, Data Science Agent, Conversational Analytics Agent with Code Interpreter, and AI Query Engine. Q: What is the purpose of Gemini CLI GitHub Actions? A: Gemini CLI GitHub Actions is a free AI coding teammate designed to automate coding tasks directly within GitHub repositories. It can handle tasks like intelligent issue triage and accelerated pull request reviews, and allows for on-demand collaboration by mentioning "@gemini-cli" in issues or pull requests. Q: How do the new Data Cloud agents benefit data professionals? A: The Data Cloud agents aim to streamline data workflows by automating tasks such as data pipeline creation (Data Engineering Agent), executing analytical workflows (Data Science Agent), enabling complex natural language queries with code interpretation (Conversational Analytics Agent), and performing AI-powered computations on data within BigQuery (AI Query Engine). Q: What does Google mean by an "agentic enterprise" or "agentic shift"? A: This refers to Google's strategy to embed specialized, autonomous AI agents across its ecosystem to automate complex workflows and move beyond simple assistant roles, creating an environment where AI agents work cooperatively. Q: How does Google ensure security with these new AI agents? A: Security is addressed through features like credential-less authentication via Workload Identity Federation (WIF) for Gemini CLI GitHub Actions, reducing the risk associated with API keys. The system also integrates with OpenTelemetry for enhanced observability and allows for multi-layered administrative controls, including command allowlisting.

    Crypto Market AI's Take

    Google's significant expansion into specialized AI agents, particularly in the developer and data professional spheres, aligns with the broader trend of AI integration across various industries. For the cryptocurrency market, this signifies potential advancements in areas like automated trading strategies, sophisticated market analysis, and more efficient data processing for blockchain analytics. As AI agents become more capable, they could be leveraged for tasks such as identifying trading opportunities, managing risk more effectively, and even automating aspects of smart contract development and security auditing. Our platform, Crypto Market AI, is at the forefront of harnessing AI for cryptocurrency insights, and Google's developments further underscore the growing importance of AI in navigating the complexities of the digital asset landscape. We are committed to providing cutting-edge tools and analysis to empower users in this rapidly evolving market.

    More to Read:

  • AI Agents: The Future of Business Automation and Customer Engagement
  • Understanding AI Agent Washing Risks and Realities
  • How to Use Google Gemini for Smarter Crypto Trading