From bdc3be215878178ddb78868717ee666ce2137dfd Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Fri, 11 Apr 2025 18:47:50 +0100 Subject: [PATCH] docs: added third-party testing solutions --- docs/get-started/local-testing.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/get-started/local-testing.md b/docs/get-started/local-testing.md index 3da2660a23..b43db68a6f 100644 --- a/docs/get-started/local-testing.md +++ b/docs/get-started/local-testing.md @@ -137,3 +137,9 @@ Here are some ways you can deploy your agent: * Deploying to [Agent Engine](../deploy/agent-engine.md), the easiest way to deploy your ADK agents to Vertex AI on Google Cloud. * Deploying to [Cloud Run](../deploy/cloud-run.md), and have full control over how you want to manage your auto-scaling container on Google Cloud. + +## Test Intergrations + +ADK can be integrated with third-party observability solutions using [Callbacks](../callbacks/index.md) to capture traces of agent calls, interactions and usage. Supported third-party solutions: + +* [Comet Opik](https://github.com/comet-ml/opik) is an open-source LLM observability and evaluation platform that natively supports ADK [docs](https://www.comet.com/docs/opik/tracing/integrations/adk).