Expand description
Intelligence layer — automatic relationship inference and insight synthesis.
When experiences are recorded, the intelligence layer:
- RelationshipDetector finds semantically similar experiences and creates typed relations (Supports, Contradicts, Supersedes, Implies, etc.)
- InsightSynthesizer detects clusters of related experiences and uses an LLM to synthesize consolidated insights
Modules§
- context
- Context optimization with temporal decay and insights-first priority ordering.
- insight
- Automatic insight synthesis from experience clusters.
- relationship
- Automatic relationship inference between experiences.