EverOS operates through a cognitive loop involving two main tracks: Memory Construction and Memory Perception.Documentation Index
Fetch the complete documentation index at: https://docs.evermind.ai/llms.txt
Use this file to discover all available pages before exploring further.
System Framework
The architecture is designed to turn raw conversation streams into structured, retrievable knowledge.
Memory Construction Layer
This layer is responsible for ingesting data and organizing it into meaningful units.Memory Perception Layer
This layer handles how the agent “remembers” and uses information.- Intelligent Retrieval Tools:
- Hybrid Retrieval (RRF): Combines keyword (BM25) and vector search using Reciprocal Rank Fusion.
- Reranking: A specialized model reorders candidate memories to ensure relevance.
- Flexible Strategies:
- Lightweight Fast Mode: Optimized keyword search for low latency.
- Agentic Multi-Round: Generates clarifying questions for complex queries.
- Reasoning Fusion:
- Recalled memories are fused with the current conversation context to prevent hallucinations.