adk-python icon indicating copy to clipboard operation
adk-python copied to clipboard

An open-source, code-first Python toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.

Results 100 adk-python issues
Sort by recently updated
recently updated
newest added

## Issues Noticed two issues when running Vertex AI Live agents in with both Audio input and text input (audio out only). 1.) Using an architecture with a parent agent...

live

** 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** When I use gpt-oss-120b as the model...

tools

**Please ensure you have read the [contribution guide](https://github.com/google/adk-python/blob/main/CONTRIBUTING.md) before creating a pull request.** ### Link to Issue or Description of Change **1. Link to an existing issue (if applicable):** -...

request clarification
mcp

**Describe the bug** Trying to deep copy the invocation context results in `TypeError: cannot pickle '_thread.lock' object` **To Reproduce** ```python class ParalellsAgentCollectedState(BaseAgent): researcher: LlmAgent questions: list[str] def __init__( self, name:...

core
a2a

**Describe the bug** As part of the preparation for an LLM call, the ADK will look through the session’s event list to create the LLM message history. As part of...

core
answered
request clarification

**Describe the bug** In the ADK Eval, when there is multiple turns in the test case, the `rubric_based_tool_use_quality_v1` seems very flaky. Its not well documented that if there is multiple...

eval
request clarification

** 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** A clear and concise description of what...

models
agent engine

**Is your feature request related to a problem? Please describe.** I loved the dev specific tools (running via the cli or web) that are part of adk. However, they are...

core

**Describe the bug** Eventhough I'm directing subagents to transfer_to_agent to parent agent after the operation finish, it does not comply my rules. (I'm not using Agent Tool because using subagent...

a2a

### Link to Issue or Description of Change **Link to an existing issue:** - Closes: https://github.com/google/adk-python/issues/3761 **Problem:** The method below does not return the credential and whether the credential was...

core