Skip to main content

Module core

Module core 

Source
Expand description

Core domain models for RLM-RS.

This module contains the fundamental data structures used throughout the RLM system: contexts, buffers, and chunks. These are pure domain models with no I/O dependencies.

Re-exports§

pub use buffer::Buffer;
pub use buffer::BufferMetadata;
pub use chunk::Chunk;
pub use chunk::ChunkMetadata;
pub use chunk::estimate_tokens_for_text;
pub use context::Context;
pub use context::ContextValue;

Modules§

buffer
Buffer management for RLM-RS.
chunk
Chunk representation for RLM-RS.
context
RLM execution context.