echo_state 0.1.0

State management for echo-agent framework (memory, compression, audit)
Documentation
1
2
3
4
5
6
7
8
//! # echo_state
//!
//! State management: memory, context compression, and audit logging.

pub mod audit;
pub mod compression;
pub mod memory;
mod util;