Expand description
Agent template loading, validation, and listing.
Structs§
- Agent
Template - An agent template — a pre-configured stack of Life services.
- Scaling
Config - Autonomic-driven scaling configuration.
- Service
Def - A service within an agent template.
- Template
Meta
Functions§
- list_
templates - List all available templates (built-in + custom).
- load_
template - Load a template by name — checks built-in templates first, then custom path.
- run