Getting Started
Google Agent Development Kit (ADK) is a flexible, model-agnostic framework for developing and deploying AI agents. ADK simplifies building complex agent architectures with workflow orchestration, tool integration, and multi-agent collaboration. Integrate with Orq.ai to monitor agent behavior, track tool usage, analyze workflows, and optimize your agent systems.Prerequisites
Before you begin, ensure you have:- An Orq.ai account and API Key
- Google API key (for model access)
- Python 3.8+
- Google ADK installed in your project
Install Dependencies
Python:Configure Orq.ai
Set up your environment variables to connect to Orq.ai’s OpenTelemetry collector: Unix/Linux/macOS:Integrations
Choose your preferred OpenTelemetry framework for collecting traces:OpenInference
Best for: Comprehensive ADK instrumentation with automatic tool and model trackingTo view more examples of ADK implementation, browse the Google ADK Samples repository
Next Steps
Verify your Traces in the orq.ai Studio.
Traces will be shown for the session and calls made within the ADK implementation.
To learn more about the capabilities of Traces in orq.ai, see Traces
DSPy Haystack