Structs§
- Cleanup
LogEntry - Cleanup log entry for audit trail
- Clear
File Index Result - Embedding
Health - Embedding backend health surfaced to UI/events.
- Memory
Chunk - A memory chunk - unit of storage
- Memory
Config - Memory configuration for a project
- Memory
Context - Context to inject into messages
- Memory
Retrieval Meta - Metadata describing how memory retrieval executed for a single query.
- Memory
Search Result - Search result with similarity score
- Memory
Stats - Memory storage statistics
- Project
Memory Stats - Project-scoped memory statistics (filtered by project_id)
- Search
Memory Request - Request to search memory
- Store
Message Request - Request to store a message
Enums§
- Memory
Error - Memory error types
- Memory
Tier - 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)