adk-bot
adk-bot
This issue outlines the necessary documentation updates for the ADK Python release from v1.17.0 to v1.18.0. You can find the full comparison of changes here: https://github.com/google/adk-python/compare/v1.17.0...v1.18.0 Here are the recommended...
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...
This pull request adds an example for using LangChain's `StructuredTool` with ADK, as requested in issue #796.
Update ADK doc according to issue #796 - 9 - ArtifactService interface get_artifact_version function
This pull request updates the documentation for the `BaseArtifactService` to include the new `list_artifact_versions` and `get_artifact_version` methods, as requested in issue #796.