Re-exports§
pub use admin::*;pub use backend_target::*;pub use config::*;pub use metrics::*;pub use cache_management::*;pub use thread_server::*;
Modules§
- admin
- api
- API module - External interfaces for the memory system
- backend_
target - cache_
management - KV Cache management system for efficient context preservation and retrieval
- config
- context_
engine - Context engine module - Orchestrates context memory system
- engine_
management - Engine Management System
- memory
- memory_
db - Memory database module - SQLite-based storage for conversations, summaries, embeddings, and local files
- metrics
- model_
management - Model Management System
- model_
runtime - Model Runtime Abstraction Layer
- resources
- shared_
state - Shared state management for thread-based architecture
- telemetry
- thread_
pool - Thread pool management for worker threads
- thread_
server - Thread-based server implementation
- utils
- Utilities module - Common utility functions for text processing and topic extraction
- worker_
threads - Worker thread implementations for specialized system components