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

  1. Getting started
  2. User guide
  3. Dockerfiles and generated artifacts
  4. Dockerfile matrix
  5. Examples

Reference

Validation model

The repo validates documentation as part of normal engineering flow:

  • .NET build 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.