adk-docs
adk-docs copied to clipboard
An open-source, code-first toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.
Opik is one of the leading open-source telemetry, evaluation and optimization platform. A large % of our open-source users are Google ADK users and our integration has been stable for...
### What part of the docs needs improvement? https://google.github.io/adk-docs/tools/function-tools/#intermediate-final-result-updates in the sample python code --- ### Current text / code ```python long_running_function_call, long_running_function_response, ticket_id = None, None, None async for...
## Problem Developers are experiencing **schema validation failures** (400 Bad Request errors) when using function tools with Gemini API due to unclear or incomplete type annotation requirements. This is causing...
This pull request adds documentation for the new `run_debug()` helper method, as requested in issue #866. ### Proposed Change: Added a new section to the getting started guide that explains...
This pull request adds a new section to the quickstart guide that explains how to use the `run_debug()` helper method for simplified agent debugging. This addresses item #2 in issue...
This pull request adds documentation for the `McpInstructionProvider` class, which allows fetching agent instructions from an MCP server. This addresses item #3 in issue #866.
This pull request adds documentation for the new `BigQueryLoggingPlugin`, which allows for event logging to BigQuery. This addresses item #6 in issue #866.
This pull request updates the BigQuery tools documentation to include the new `detect_anomalies` and `get_job_info` tools. It also adds examples for these new tools. This addresses item #5 in issue...
This pull request adds documentation for the new `McpInstructionProvider` class, as requested in issue #866. This allows for more dynamic and flexible agent instruction management by fetching instructions from an...
This pull request introduces a new documentation page for the ADK Visual Agent Builder, a major new feature in ADK v1.18.0. The new page covers the core features of the...