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.
This is an auto-generated PR with new content for the feature matrix.
Bug Description: The Google ADK function parameter parser fails to handle modern Python union syntax (int | None) in function parameters, throwing a parsing error despite the codebase claiming to...
**Describe the bug** In the current Google ADK 1.2.1 Python codebase, `FunctionTool` initialization fails with a `TypeError` when wrapping Python functions that have mixed required and optional parameters. The root...
The documentation provides an example of how to organize authentication when Runner is used. However, it is not clear how to pass authentication result back to ADK when the agent...
**Describe the bug** disallow_transfer_to_parent is confusing **Expected behavior** Per its naming it should disallow transfer to parent when its True. But, its contradictory based on below attached screenshots (First 3)....
**Describe the bug** Follow the instructions on [https://google.github.io/adk-docs/tutorials/ag-ui/#overview](https://google.github.io/adk-docs/tutorials/ag-ui/#overview) **To Reproduce** Steps to reproduce the behavior: ``` % npx create-ag-ui-app@latest --adk Need to install the following packages: [email protected] Ok to proceed?...
## Summary Adds comprehensive best practices guide for building function tools in ADK, covering: - **File upload handling patterns**: Support both uploaded files and file paths - **Type annotation requirements**:...
**Describe the bug** In the section on how to [deploy to non-Google Cloud environments]( https://google.github.io/adk-docs/deploy/#other-container-friendly-infrastructure ), the documentation directs the reader to "Follow the instructions for [deploying your agent to...
Based on feedback in issues https://github.com/google/adk-python/issues/147 ("Multi-Agent Architecture - Goes into sub-agent and not back up to the root agent") and https://github.com/google/adk-python/issues/371 ("Subsequent queries not routed to root agent in...
Between ADK Python releases v1.16.0 and v1.17.0, several new features, enhancements, and bug fixes have been introduced that require documentation updates. You can see the full list of changes in...