aether-project 0.4.5

Project-local settings and agent discovery for the Aether AI agent framework
Documentation
1
2
3
4
fn main() {
    let schema = schemars::schema_for!(aether_project::AetherSettings);
    println!("{}", serde_json::to_string_pretty(&schema).expect("schema serialization cannot fail"));
}