Agents CLI

Active
GitHub Python Apache-2.0

Description

Google official CLI that turns any coding assistant into an expert at creating and running agents.

Key Features

  • Agent creation - guides developers to quickly create custom agents
  • Skills system - pre-built and custom skills to extend agent capabilities
  • CLI-first - command-line driven, fits developer workflows
  • Multi-platform - integrates with Claude Code, Cursor and more
  • Google ecosystem - deep integration with Gemini models and Google Cloud

Use Cases

💡 Quickly prototype and deploy custom AI agents
💡 Standardize agent development workflows for teams
💡 Learn Google agent skills and toolchain best practices

Quick Start

# Install
pip install google-agents-cli

# Create a new agent
agents create my-agent

Related Projects