adk-python
adk-python copied to clipboard
An open-source, code-first Python toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.
## 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...
When using gpt-oss-120b, agent replies with tool call arguments / json instead of calling the tool
** 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...
**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):** -...
**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:...
**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...
**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...
** 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...
**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...
**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...
### 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...