agent-diva-core 0.4.10

Core types and traits for agent-diva
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Configuration management
//!
//! Handles loading and validation of agent-diva configuration from files
//! and environment variables.

pub mod loader;
pub mod schema;
pub mod validate;

pub use loader::ConfigLoader;
pub use schema::*;