adk-docs
adk-docs copied to clipboard
An open-source, code-first toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.
This pull request adds an example for using LangChain's `StructuredTool` with ADK, as requested in issue #796.
Update ADK doc according to issue #796 - 9 - ArtifactService interface get_artifact_version function
This pull request updates the documentation for the `BaseArtifactService` to include the new `list_artifact_versions` and `get_artifact_version` methods, as requested in issue #796.
This pull request adds documentation for the new `context_window_compression` attribute in `RunConfig`, as requested in issue #796.
This pull request updates the documentation for the `static_instruction` parameter of `LlmAgent`, as requested in issue #796.
This pull request adds documentation for the new `header_provider` parameter in `McpToolset`, as requested in issue #796.
This pull request adds documentation for the new `rewind_session` feature, as requested in issue #796.
Currently, when developing with the Google Agent Development Kit, developers and AI coding agents need to constantly reference external documentation, switch between multiple resources, and manually search for API specifications,...
## Summary This PR adds comprehensive documentation for OpenMemory, a self-hosted, open-source memory system for AI agents that was recently added to ADK. The PR includes: 1. **Complete documentation** for...
**Describe the bug** In plugin doc, https://google.github.io/adk-docs/plugins/, it said "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)" **Expected behavior** However, I can still use adk web to validate plugin...
## Summary This issue proposes creating a comprehensive troubleshooting guide in the adk-docs repository to help developers quickly resolve common ADK errors and configuration issues. ## Problem Statement While ADK...