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.
app name don't support "-"
Relatively new to the project, noticed many places where there are examples for only python vs multiple languages. I'm keen to add Go examples as I make my way through...
## Summary Add comprehensive documentation identifying common agent instruction anti-patterns and providing proven solutions. This guide addresses community-reported issues with HITL (Human-in-the-Loop) patterns and autonomous polling instructions. ## Problem Addressed...
**Related PR:** https://github.com/google/adk-python/pull/3673 **Related issue:** https://github.com/google/adk-python/issues/575 # Summary Documents the new nested state access feature for instruction templates, allowing developers to use dot notation and optional chaining to access nested...
- Add documentation for the `FileArtifactService`, explaining how to configure and use it. - Update the documentation for `CallbackContext` to include the new `custom_metadata` parameter for `save_artifact` and the new...
Add a new section to the documentation that explains how to register custom services. This section should include: - An explanation of the service registry and its purpose. - Instructions...
The ADK Python repository has been updated from v1.18.0 to v1.19.0. This release includes several new features, API changes, and bug fixes that need to be reflected in the documentation....
Bumps the go_modules group with 1 update in the /tools/feature-matrix directory: [golang.org/x/crypto](https://github.com/golang/crypto). Updates `golang.org/x/crypto` from 0.42.0 to 0.45.0 Commits 4e0068c go.mod: update golang.org/x dependencies e79546e ssh: curb GSSAPI DoS risk...
This PR introduces new tooling for managing and validating Go snippets within the repository. Key additions include: - **Go Snippets Runner (`tools/go-snippets/runner.sh`):** A new script to build and run Go...
ModuleNotFoundError: Fail to load 'n_level_agent' module. No module named 'google.adk.apps.sliding_window_compactor' ``` from pydantic import BaseModel, Field from typing import List from google.adk.apps.app import App from google.adk.apps.app import EventsCompactionConfig from google.adk.models...