Prompt Buddy logoPrompt Buddy

google · Google AI Docs

Gemini API Agents Overview

An introduction to building autonomous agents using the Gemini API, covering the conceptual framework of how agents use tools, reasoning, and function calling to complete complex tasks.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Gemini API Agents Overview

An introduction to building autonomous agents using the Gemini API, covering the conceptual framework of how agents use tools, reasoning, and function calling to complete complex tasks.

When To Use

Use when designing the architecture for an autonomous agent that requires tool use, reasoning, or multi-step task execution via the Gemini API.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/gemini-api-agents-overview-workflow-guide.mdAn overview of Gemini API agents, including their definition, core components like reasoning and tools, and available frameworks for building them.Questions about an overview of Gemini API agents, including their definition, core components like reasoning and tools, and available...

What This Skill Covers

  • Agents are systems that leverage Gemini models, a set of tools, and reasoning capabilities to perform complex, multi-step tasks and achieve specific goals. U...
  • Main sections: Available Agents, Building agents, Agent frameworks.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://ai.google.dev/gemini-api/docs/agents