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

**Is your feature request related to a problem? Please describe.** There are no working examples for the built in oauth google tools like calendar, drive, etc. **Describe the solution you'd...

sample_code
p2

As of `v1.13.0` you can pass any gcloud flags to `adk deploy cloud_run`. This is crucial as it gives full control of the Cloud Run deployment which was not previously...

I have analyzed the changes between ADK Python releases `v1.14.0` and `v1.14.1`. Here are the recommended updates for the ADK documentation: 1. **New Spanner `similarity_search` tool**. A new tool `similarity_search`...

docs updates

This issue is a transfer from google/adk-samples#116. **Original author:** @nikhilpurwant --- ### Description ADK 1.0.0 Following the documentation at https://google.github.io/adk-docs/tools/mcp-tools/#using-mcp-tools-in-your-own-agent-out-of-adk-web Running this example produces error: `An error occurred: type object...

session_service.create_session is a coroutine,so we need to use asyncio.run + await to get the value

**Describe the bug** Page: https://google.github.io/adk-docs/agents/llm-agents/#code-execution Comments: * Page content is good * Page content structure need formatting. Started reading https://google.github.io/adk-docs/agents/llm-agents/#defining-the-agents-identity-and-purpose but the suddenly `instruction` and `tool` becomes sub-sections and so...

**Is your feature request related to a problem? Please describe.** ADK provide CLI, WEB & API server to experiment with ADK Agents. Especially the API server was almost hidden in...

**Describe the bug** I'm trying to build a `CustomAgent` by extending the `BaseAgent` class and adding a few subagents. In particular I want this custom agent to orchestrate manually between...

If the expiry is not saved in credentials, we are not able to rebuild a valid token from the state of the session. So we have compute the expiry date...

**Describe the bug** When I read the documents at https://github.com/google/adk-docs locally, I found that some links cannot be accessed normally when reading Markdown offline. Specifically, it uses path references in...