pub fn dispatch_line(line: &str, kg: &RwLock<KnowledgeGraph>) -> Option<String>
Dispatch one framed line (stdio / tcp). Returns the serialized response, or None for a notification.
None