svault-ai 1.0.0

Secret access layer for cooperative AI agents — structured, policy-gated, audited credential access
Documentation
1
2
3
4
5
6
//! Thin entry point for the `svault` binary. All logic lives in the library
//! crate; the CLI frontend is [`svault_ai::cli`].

fn main() -> anyhow::Result<()> {
    svault_ai::cli::run()
}