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
7
8
//! GUI frontend — placeholder.
//!
//! Intended to provide a graphical front end for managing vaults, secrets,
//! policy, and judge configuration. Like the other frontends it will drive
//! [`crate::core`] and the [`crate::daemon`] client rather than reimplementing
//! any secret-handling logic.
//
// TODO(post-0.9.6): implement the GUI frontend.