mnem-cli 0.1.7

Command-line interface for mnem - Git for AI Agent Knowledge.
1
2
3
4
5
//! `mnem http`, HTTP JSON API entry point inside the unified `mnem` binary.
//!
//! After merge, `mnem http` replaces the standalone `mnem http` binary.

pub(crate) mod serve;