AgentContainers documentation
AgentContainers is a manifest-driven system for building, validating, and publishing agent-ready container images and compose stacks from a small set of YAML definitions.
What you can do here
- Understand the runtime, agent, tool-pack, and compose matrix
- Learn the generator workflow for validating and regenerating artifacts
- Use the Dockerfile and compose guidance to consume generated outputs directly
- Follow examples and user guides for local development and operations
- Browse the .NET API reference for the generator and manifest model
Start here
Reference
- Generator CLI reference
- Extending the matrix
- Environment variable contract
- End-to-end validation
- Architecture and planning docs
- API reference
Validation model
The repo validates documentation as part of normal engineering flow:
.NETbuild and test validation- manifest validation and generated-artifact drift detection
- DocFX site generation in CI
- Docker image and compose e2e validation
That keeps the docs aligned with the repo’s actual generator, manifests, and generated outputs.