Skip to main content
The braintrust-adk package provides automatic tracing for Google ADK agents, runners, flows, and MCP tools.

Installation

pip install braintrust-adk

Quick start

from braintrust_adk import setup_adk

# Automatically patch all ADK components
setup_adk(project_name="my-project")

API Reference

setup_adk

Setup Braintrust integration with Google ADK. Will automatically patch Google ADK agents, runners, flows, and MCP tools for automatic tracing.

wrap_mcp_tool

Wrap McpTool to trace MCP tool invocations.

Source Code

For the complete source code and additional examples, visit the braintrust-sdk repository.