Update googleAdkKotlin to v1 - #291
Merged
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/major-googleadkkotlin
branch
from
September 13, 2026 14:47
5cf0fec to
dff9224
Compare
ADK 1.0 splits AdkWebServer into AdkApiServer (deployable) and AdkDevServer (adds the Dev UI and its debug/eval/graph routes), with the constructor arguments moved into an AdkServerConfig. AdkServerConfig.inMemory already bundles the SingleAgentLoader / in-memory session + artifact services this was passing by hand, and the explicit ApiServerSpanExporter is now the default, so the whole setup collapses to the agent and the port. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01ReoMX8TjLpTkCocLiLVTuL
4 tasks
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
joreilly
added a commit
that referenced
this pull request
Sep 13, 2026
Neither module is reachable from assembleDebug or :composeApp:jvmTest, so nothing in CI was compiling them. The googleAdkKotlin 1.0 bump (#291) went green while leaving :agents broken against the new ADK server API, which is exactly the gap this closes. Claude-Session: https://claude.ai/code/session_01ReoMX8TjLpTkCocLiLVTuL Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.9.0→1.0.10.9.0→1.0.10.9.0→1.0.1Release Notes
google/adk-kotlin (com.google.adk:google-adk-kotlin-processor)
v1.0.1Bug Fixes
v1.0.0ADK for Kotlin 1.0 is generally available. This release brings full feature parity with ADK 1.0 Core to Kotlin, Java, and Android developers through an idiomatic Kotlin API, and adds Android-first, on-device extensions for building agents on the JVM or on-device.
Full ADK 1.0 core parity
@Tool/@Param, KSP, zero runtime reflection)VertexAiSessionService,VertexAiRagMemoryService,VertexAiMemoryBankServiceAndroid-first and on-device extensions
google-adk-kotlin-mlkit-androidgoogle-adk-kotlin-litertlmgoogle-adk-kotlin-firebase-androidChanges since 0.9.0
Features
com.google.adk.kt.webserver.AdkWebServer,.adkModule,.AgentGraphGenerator, and incom.google.adk.kt.webserver.routesdebugRoutes,evalRoutes,graphRoutes,extractGraphParams,GraphRoutesError,GraphRoutesErrors,GraphParamsandGraphRoutesResult; replacements live incom.google.adk.kt.webserver.devandcom.google.adk.kt.webserver.dev.routes(a3e9eb3)Bug Fixes
user:-prefixed artifacts to the user in InMemoryArtifactService (258cd34)Documentation
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.