Expand description
Configuration models, loading, and validation for the Agent Orchestrator.
This crate provides the pure data types and validation logic used by the orchestrator core, CLI, and daemon. It intentionally avoids runtime dependencies (async, database, process spawning) so that configuration changes do not trigger recompilation of the scheduler or persistence layers.
Modules§
- adaptive
- Adaptive planner configuration data types. Adaptive planner configuration data types.
- cli_
types - K8s-style declarative resource types shared by the CLI surface.
- config
- Configuration model types. Configuration structures for the orchestrator.
- crd_
scope - CRD scope enum.
- crd_
types - CRD data types (definitions, resources, manifests).
- dynamic_
step - Dynamic step configuration data types. Dynamic step configuration data types.
- env_
resolve - Environment resolution utilities for command execution.
- plugin_
policy - Plugin security policy — controls which CRD plugin commands are permitted. Plugin security policy — controls which CRD plugin commands are permitted and how plugins are executed.
- resource_
store - Unified resource store and apply-result types. Unified resource store and apply-result types.
- selection
- Agent selection strategy and scoring weight types. Agent selection strategy and scoring weight types.