pub fn dispatch_line(
line: &str,
kg: &GraphHandle,
vs: Option<&VectorStore>,
) -> Option<String>Expand description
Dispatch one framed line (stdio / tcp). Returns the serialized response, or
None for a notification. vs is Some only when vector support is enabled.