Skip to main content

Module types

Module types 

Source

Structs§

CleanupLogEntry
Cleanup log entry for audit trail
ClearFileIndexResult
EmbeddingHealth
Embedding backend health surfaced to UI/events.
MemoryChunk
A memory chunk - unit of storage
MemoryConfig
Memory configuration for a project
MemoryContext
Context to inject into messages
MemoryRetrievalMeta
Metadata describing how memory retrieval executed for a single query.
MemorySearchResult
Search result with similarity score
MemoryStats
Memory storage statistics
ProjectMemoryStats
Project-scoped memory statistics (filtered by project_id)
SearchMemoryRequest
Request to search memory
StoreMessageRequest
Request to store a message

Enums§

MemoryError
Memory error types
MemoryTier
Memory tier - determines persistence level

Constants§

DEFAULT_EMBEDDING_DIMENSION
Default embedding dimension for all-MiniLM-L6-v2
DEFAULT_EMBEDDING_MODEL
Default embedding model name
MAX_CHUNK_LENGTH
Maximum content length for a single chunk (in characters)
MIN_CHUNK_LENGTH
Minimum content length for a chunk (in characters)

Type Aliases§

MemoryResult