Schema Sections
platform
registry
merge
evolution
evaluation
storage
gpu
deployment
security
observability
Full Example
Validation
The configuration is validated on load. Unknown keys are rejected. Missing required keys prevent startup. Type mismatches produce a detailed error message with the offending key and expected type.Integration Points
- API Specification: the REST API reads the same config file for defaults.
- CLI Specification:
emepcommands use config values when flags are omitted. - GPU Orchestration: the
gpusection is consumed by the GPU orchestrator layer. - Security: the
securitysection drives ArtifactStore signing and license compliance.