You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a new Python-SDK docs guide, Governed container base image, documenting the ghcr.io/ai-agent-assembly/python:{3.12,3.13,3.14}-slim governed base image: what it bundles
(the aasm CLI + the agent-assembly SDK, so a containerized Python agent is governed with
no extra install), immutable vs moving tag families, a Dockerfile quick start, the optional SDK_VERSION build-arg, and pinning best practices. Wires the page into the Guides section of
the mkdocs.yml nav and adds a row to the Guides index table.
Type of Change
📚 Documentation update
Breaking Changes
No
Related Issues
Related JIRA ticket: AAASM-3794
Testing
No tests required (docs-only change)
Validated mkdocs.yml parses (custom !!python/name: tags handled) and the new nav entry
resolves under Guides.
Confirmed every relative link in the new page targets an existing docs file
(../quick-start.md, ../compatibility/runtime.md, sibling guides).
1. CI — ✅ all green (4 success, 2 skipped). The mkdocs build job (the real link/nav check) passes with the new page wired in.
2. Scope (AAASM-3794) — ✅ complete. Adds docs/guides/container-base-image.md — Python-tailored: the python:{3.12,3.13,3.14}-slim image (bundles aasm + importable agent-assembly), the immutable-vs-moving tag table, a FROM quick start, the optional SDK_VERSION, best practices, and "See also" links to the core guide + ADR 0009. Wired into the mkdocs Guides nav + the guides index table.
3. Side effects — ✅ none. Pure additive docs (+141/-0): a new page + one mkdocs.yml nav line + one guides-index row. No code; existing pages untouched.
Merge note: the "See also" GitHub links to the core guide/ADR resolve once agent-assembly #1257/#1261 merge — so merge this after those. Ready to approve.
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
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.
Description
Adds a new Python-SDK docs guide, Governed container base image, documenting the
ghcr.io/ai-agent-assembly/python:{3.12,3.13,3.14}-slimgoverned base image: what it bundles(the
aasmCLI + theagent-assemblySDK, so a containerized Python agent is governed withno extra install), immutable vs moving tag families, a
Dockerfilequick start, the optionalSDK_VERSIONbuild-arg, and pinning best practices. Wires the page into the Guides section ofthe
mkdocs.ymlnav and adds a row to the Guides index table.Type of Change
Breaking Changes
Related Issues
Testing
mkdocs.ymlparses (custom!!python/name:tags handled) and the new nav entryresolves under Guides.
(
../quick-start.md,../compatibility/runtime.md, sibling guides).Checklist
Closes AAASM-3794