""" SecureVault - Secure credential storage for AI agents Fully self-hosted, open-source, privacy-by-default """ from .secure_vault import ( SecureVault, VaultConfig, VaultError, register_tools ) __all__ = [ "SecureVault", "VaultConfig", "VaultError", "register_tools" ] __version__ = "1.0.0"