pub fn extract_urls(body: &str) -> Vec<ExtractedUrl>Expand description
Extracts URLs from a memory body, deduplicated by text.
URLs are stored in the memory_urls table separately from graph entities.
v1.0.24: split of the URL block that polluted apply_regex_prefilter with entity_type=‘concept’.