Skip to main content

Crate offline_intelligence

Crate offline_intelligence 

Source

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