//! Binary entrypoint for the TAP Agent CLI tool
//!
//! This binary provides command-line utilities for creating and managing
//! Decentralized Identifiers (DIDs) and associated cryptographic keys.
//!
//! When launched, this tool will check for existing keys in ~/.tap/keys.json
//! and use them if available. If no keys are found, it will default to
//! generating ephemeral keys.
use cli;