pub async fn get_service() -> Result<Arc<MemoryServiceImpl>, Error>Expand description
Return the cached canonical service, building it from the current
memory system if necessary. Both update_conversation_context and
bulk_update_conversation_context flow through this — no transport
is allowed to bypass the canonical impl.