- memory-search: add --session flag for multi-session support - config: add surface_conversation_bytes option - journal_agent_cycle: trigger journal agent every 10KB of conversation - Session::from_id() constructor Co-Authored-By: ProofOfConcept <poc@bcachefs.org>
Generic session state (session_id, seen set, state directory) doesn't belong in the memory search module. Now at crate root, re-exported from memory_search for backwards compatibility. Co-Authored-By: Proof of Concept <poc@bcachefs.org>