dakera-cli 0.5.3

Command-line interface for Dakera AI Agent Memory Platform
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! CLI command implementations

pub mod admin;
pub mod agent;
pub mod analytics;
pub mod completion;
pub mod config;
pub mod health;
pub mod index;
pub mod init;
pub mod keys;
pub mod knowledge;
pub mod memory;
pub mod namespace;
pub mod ops;
pub mod session;
pub mod vector;