//! Edge extraction from natural-language memory content.
//!
//! Behind the `graph-extract` feature flag, [`TemporalEdge::extract`]
//! is meant to call an LLM to pull relations out of incoming
//! memories so the graph stays up-to-date without operator effort.
//! v0.4.0-rc1 ships the gate but the extractor itself returns an
//! empty `Vec` — the prompt + ICL examples are still being tuned and
//! shipping a half-tuned extractor would land bad edges in everyone's
//! databases.
//!
//! The full extractor lands in v0.4.0 final. See issue tracking when
//! it cuts.
use crateTemporalEdge;