docs(adk): create State and Configuration concept pages#449
Open
jacksonyzj wants to merge 29 commits intomasterfrom
Open
docs(adk): create State and Configuration concept pages#449jacksonyzj wants to merge 29 commits intomasterfrom
jacksonyzj wants to merge 29 commits intomasterfrom
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
…fig:get defaults note
AugustDG
reviewed
Apr 6, 2026
Comment on lines
+47
to
+48
| apiKey: z.string(), | ||
| maxRetries: z.number().default(3), |
There was a problem hiding this comment.
suggestion: If this snippet is meant to show only the structure of the config file, we should avoid showing specific schemas.
adk/concepts/configuration.mdx
Outdated
Comment on lines
+54
to
+55
| chat: { version: "chat@0.7.7", enabled: true }, | ||
| webchat: { version: "webchat@0.3.0", enabled: true }, |
adkah
reviewed
Apr 7, 2026
Collaborator
adkah
left a comment
There was a problem hiding this comment.
just a couple of comments in addition to those already left
…nversation instance access
adkah
approved these changes
Apr 7, 2026
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.
Summary
Two new concept pages for State and Configuration, filling gaps in the ADK documentation.
Tickets
State page covers
agent.config.tsand Conversation definitionsReference.Workflow()bot.idanduser.ididentity accessorsConfiguration page covers
defineConfigreference with all options (includingevals)configurationruntime import (read-only proxy)adk config/config:get/config:setwith--prodflag (with real CLI output)process.envinagent.config.ts)adk configis separate from integration configurationconfig:getreads persisted values only, not schema defaultsTest plan
adk config,config:set,config:geton real bot