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

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

Results 124 adk-docs issues
Sort by recently updated
recently updated
newest added

This PR adds documentation for the pickle timing issue when deploying ADK agents to Vertex AI Agent Engine, where environment variables specified in `AdkApp.env_vars` are not available during toolset initialisation...

Add missing code section for # Create Vertex AI Memory through ADK to use locally

- move files, update links and navigation - add redirects

Fixes failing link checker test. Cross reference: https://github.com/google/adk-python/commit/6b14f887262722ccb85dcd6cef9c0e9b103cfa6e

Is your feature request related to a problem? Please describe. Yes. I'm frustrated because it's currently impossible to use a self-deployed open model (like Gemma 2 or Llama 3) from...

Is your feature request related to a problem? Please describe. Yes. Currently, Google ADK (Application Development Kit) only provides official support for Python, which limits adoption for teams and developers...

question
enhancement

I am trying to access an agent (with multiple tools) deployed on Agent Engine and using following code to query the remote engine but it is returning partial response ```...

Hi ADK team, I’m planning to implement a Dart version of the Agent Development Kit and wanted to check in before I dive in: - Does Google already have an...

### **Describe the bug** In an app instance wrapped by AdkApp, when the message argument for async_stream_query() is provided using the google.genai.types method, it doesn't support multimodal inputs. The following...