Skip to main content
Integrate Memvid with Google’s Agent Development Kit (ADK) to build Gemini-powered agents with persistent memory. The google-adk adapter provides native ADK function declarations.

Installation

Quick Start

Available Functions

The Google ADK adapter provides three function declarations:

Basic Usage with Gemini

Direct Tool Execution

Use the function executors directly without Gemini:

Complete Agentic Example

Function Declaration Schema

The memvid_put function declaration:
The memvid_find function declaration:
The memvid_ask function declaration:

Best Practices

  1. Use read-only mode for retrieval agents
  2. Handle function calls appropriately in responses
  3. Use streaming for long responses
  4. Close the memory when done

Next Steps

CrewAI

CrewAI integration

Semantic Kernel

Semantic Kernel integration