HOOLIXAgentic AI index
Explore
frameworkGoogle Gemini

Google Agent Development Kit

Production-grade framework for agents across languages.

Google ADK is an open-source framework for building, debugging, evaluating, and deploying agents with tools, sessions, memory, graph workflows, and multi-agent patterns.

Setup path

Install

pip install google-adk
  1. 1

    Python

    pip install google-adk

  2. 2

    TypeScript

    npm install @google/adk

  3. 3

    Build

    Define an Agent with model, instruction, and tools.

Tags

adkgeminiagentsframework

Provider

Gemini CLI, Gemini Code Assist agent mode, Gemini Docs MCP, API skills, and Google ADK.

Provider docs

Related resources

Framework
OpenAI

OpenAI Agents SDK

Code-first agent orchestration in TypeScript and Python.

The Agents SDK is for applications that own orchestration, tool execution, approvals, state, handoffs, tracing, and evaluation.

npm install @openai/agents zod
Verified 2026-06-12Open
Skill
Google Gemini

Gemini Docs MCP and API Skills

Keep Gemini coding assistants current with MCP plus portable skills.

Google hosts a public Gemini Docs MCP server and publishes Gemini API development skills installable through skills.sh or Context7.

npx add-mcp "https://gemini-api-docs-mcp.dev"
Verified 2026-06-12Open
CLI
Google Gemini

Gemini CLI

Open-source terminal agent powered by Gemini.

Gemini CLI is an open-source AI agent that uses a ReAct loop, built-in tools, and local or remote MCP servers for complex coding tasks.

Verified 2026-06-12Open
Framework
Vercel

Vercel AI SDK MCP Tools

Use MCP servers from TypeScript AI apps.

The Vercel AI SDK supports connecting to MCP servers so applications can use tools, resources, and prompts exposed through the protocol.

npm install ai
Verified 2026-06-12Open