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.