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.
**Describe the bug** I'm using the python example code on the documentation here https://google.github.io/adk-docs/agents/workflow-agents/loop-agents/#full-example-iterative-document-improvement. **To Reproduce** Please share a minimal code and data to reproduce your problem. Steps to reproduce...
**Describe the bug** In this page: https://google.github.io/adk-docs/get-started/go/#windows_1 The `Windows` command line below is a little bit ambiguous: ``` echo 'set GOOGLE_API_KEY="YOUR_API_KEY"' > env.bat ``` In PowerShell/pwsh, the command above is...
**Describe the bug** `get_fast_api_app()` crashes when agent modules contain the new `App` class (introduced in ADK 1.14.0+) during graph visualisation with "ValueError: Unsupported tool type". **To Reproduce** Steps to reproduce...
Updates: - Added two Go snippets - Updated Python/Java formatting to make page slightly easier to read. Note: @joefernandez this page likely needs a much larger refactoring, if we want...
This issue outlines the necessary documentation updates for the ADK Python release from v1.17.0 to v1.18.0. You can find the full comparison of changes here: https://github.com/google/adk-python/compare/v1.17.0...v1.18.0 Here are the recommended...
Update this to use the new way of registration(through app): `async def main(): """Main entry point for the agent.""" prompt = 'hello world' runner = InMemoryRunner( agent=root_agent, app_name='test_app_with_plugin', # Add...
> Thanks for the feedback. We hear you! _Originally posted by @joefernandez in [#701](https://github.com/google/adk-docs/issues/701#issuecomment-3320856446)_ I think it is important to add a golang sdk. Is there a plan to add...
**Is your feature request related to a problem? Please describe.** I'm trying to modify session state and events through ADK callbacks, but changes don't persist properly between invocations. When using...
I understand streamable-http support is added to ADK MCPToolset However, the docs do not reflect for features and instructions https://google.github.io/adk-docs/tools/mcp-tools/#step-2-define-your-agent-with-mcptoolset-for-google-maps Streamable HTTP Support example https://github.com/google/adk-python/tree/584c8c6d91308e62285c94629f020f2746e88f6f/contributing/samples/mcp_streamablehttp_agent
** 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/) **Is your feature request related to a problem? Please describe.**...