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.
** Please make sure you read the contribution guide and file the issues in the right place. ** [Contribution guide.](https://google.github.io/adk-docs/contributing-guide/) **Describe the bug** Version 1.13.0, 1.14.0 The documentation describes that...
When starting off with ADK development with the Quickstart or with the sub-agent templates, if the underlying code is buggy, then adk web will show a root agent not found...
**Is your feature request related to a problem? Please describe.** When deploying agents to Vertex AI using ADK's agent_engines.create(), environment variables specified in AdkApp.env_vars are not available when toolsets are...
I required this to make it work application_default_credentials, _ = google.auth.default()
# Summary Adds documentation for the early exit mechanism in SequentialAgent using the `exit_sequence` tool. **Related Python PR:** google/adk-python#2999 ## Changes **New Section: "Early Exit with `exit_sequence`"** - Explains when...
Right now, i didn't find documentation for https://github.com/google/adk-python/blob/16392984c51b02999200bd4f1d6781d5ec9054de/src/google/adk/tools/load_artifacts_tool.py#L31. This is useful and we should add documentation for it.
**Is your feature request related to a problem? Please describe.** Page https://github.com/google/adk-docs/blob/ad0d42f5f7bc5e59c5ae28d9b6a871fd4b42dfe3/docs/evaluate/index.md?plain=1#L196 mentions ROUGE as only supported EVAL method. ROUGE is not appropriate for some use cases: for example, when...
I'm building a multi-agent system that needs to process files provided as either images or PDFs. However, I couldn't find any examples or documentation that show: - How to read...
The original description of the SSE app used the term "bidirectional," which, while functionally accurate for the user experience, can be technically misleading as the implementation uses two distinct, unidirectional...
Hi, I'm totally new to ADK. When I follow the [Loop Agent](https://google.github.io/adk-docs/agents/workflow-agents/loop-agents/#full-example-iterative-document-improvement) document, I got the error below: ``` KeyError: 'Context variable not found: `initial_topic`.' ``` Steps to reproduce: 1....