How it works
Episodic memories (from conversations) and static knowledge (from documents) have different lifecycles. MemWire keeps them separate but surfaces both at recall time. When you callmemory.recall(), the engine:
- Traverses the memory graph for relevant conversation paths
- Also searches knowledge chunks using the same query embedding
- Merges both results into a single
RecallResult

