Skip to main content

Module identity

Module identity 

Source
Expand description

ai-memory identity subcommand — per-agent Ed25519 keypair lifecycle (Track H, Task H1).

See crate::identity::keypair for the underlying lifecycle. This module is the thin clap wrapper that turns command-line input into the four verbs (generate / import / list / export-pub) and prints the result via the standard CliOutput writer pair.

§Hardware-backed key storage is OUT of OSS scope

TPM 2.0, PKCS#11 HSMs, Apple Secure Enclave, and cloud KMS adapters are intentionally not in this subcommand. See the module-level comment on crate::identity::keypair and ROADMAP.md — AgenticMem™ is the commercial home for those backends.

Structs§

IdentityArgs

Enums§

IdentityAction

Functions§

run
identity handler.