Move container config to DB-backed storage#286
Open
mintlify[bot] wants to merge 2 commits into
Open
Conversation
Generated-By: mintlify-agent
7 tasks
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Generated-By: mintlify-agent
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
Reflects upstream qwibitai/nanoclaw#2351, which moves per-agent-group container config from
groups/<folder>/container.jsonto a newcontainer_configstable in the central DB. The file becomes a materialized view, written by the host at spawn time.Changes
advanced/container-runtime.mdx— added a "Container configuration storage" section documenting the new schema, backfill behavior, simplified provider cascade, andncl groups config-*operationsapi/group-management.mdx— added aContainerConfigRowinterface, listedcontainer_configsin the central DB tables, and markedagent_groups.agent_provideras deprecatedconcepts/containers.mdx,concepts/groups.mdx,concepts/architecture.mdx— clarified thatcontainer.jsonis now a materialized view and config lives in the DBapi/configuration.mdx,features/customization.mdx,integrations/overview.mdx— pointed prose at the new source of truth and thencl groups config-update --providerworkflowadvanced/troubleshooting.mdx— replaced the legacyregistered_groups.container_configSQL example withncl groups config-get/config-updateand directcontainer_configsqueriesValidated locally with
mint validateandmint broken-links— both clean.