Skip to main content
AgentOps provides seamless integration with Google Agent Development Kit (ADK), allowing you to track and analyze all your ADK agent interactions automatically.

Installation

Setting Up API Keys

Before using Google ADK with AgentOps, you need to set up your API keys. You can obtain: Then to set them up, you can either export them as environment variables or set them in a .env file.
Then load the environment variables in your Python code:

Usage

Initialize AgentOps at the beginning of your application to automatically track all Google ADK agent interactions:

Examples

Human Approval Example

Implement human-in-the-loop approval workflows with Google ADK agents
Visit your AgentOps Dashboard to see detailed traces of your Google ADK agent interactions, tool usage, and session management.