systemprompt-config 0.4.0

Profile-based configuration for systemprompt.io AI governance infrastructure. Bootstraps profiles, secrets, and credentials with zero environment-variable fallback.
Documentation
1
2
3
4
5
6
7
pub(crate) mod services;

pub use services::{
    ConfigManager, ConfigValidationError, ConfigValidator, DeployEnvironment, DeploymentConfig,
    EnvironmentConfig, ValidationReport, build_validate_configs, generate_schema, validate_config,
    validate_yaml_file, validate_yaml_str,
};