echo-state
State management layer for the echo-agent framework.
Contents
- Memory: Dual-layer memory —
Store(long-term KV) +Checkpointer(session persistence) - Context Compression: SlidingWindow, LLM Summary, and Hybrid compressors
- Audit Logging: Structured event logging with pluggable backends
- SQLite persistence: Optional
sqlitefeature for disk-backed memory
Feature Flags
sqlite— Enable SQLite-backed memory storage
Usage
use InMemoryStore;
use SlidingWindowCompressor;
License
MIT