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

fix legacy position, and add Python and Java code exec snippets

Updated documentation to replace 'compactor' with 'summarizer' and adjusted references accordingly.

- Update header background to use dark theme color in dark mode - Fix header text, icons, buttons, and links to use light colors for visibility - Style search input...

awaiting response

fix: update Bidi-streaming guide to 1.19.0

This PR adds in Datadog LLM Observability documentation for instrumenting stacks using the Google ADK. Datadog has released auto-instrumentation support for this in the `ddtrace` python package within the past...

do not merge
blocked

In the [Plugins Documentation](https://github.com/google/adk-docs/blob/main/docs/plugins/index.md), there's a warning section indicating that: > Plugins are not supported by the [ADK web interface](https://google.github.io/adk-docs/evaluate/#1-adk-web-run-evaluations-via-the-web-ui). If your ADK workflow uses Plugins, you must run your...

In the current version of Plugins documentation, it is mentioned that plugins can not be integrated with agents when running them via `adk web`, which this seems not to be...

There is currently a lack of documentation regarding the end-to-end setup of an ADK agent hosted on Vertex AI via Gemini Enterprise, specifically concerning the Integrated Authorization Flow (OAuth). Problem:...

The sequential agents example snippet did not include the necessary imports and constants, which could cause the code to break when copied and executed as-is.

**Describe the bug** The /docs endpoint, which according to the documentation [here](https://google.github.io/adk-docs/get-started/python), should bring up a Swagger documentation of google ADK's API, now just generates a Pydantic error. Here is...