Intent node representing a high-level goal that links to procedural prescription nodes for hierarchical retrieval.
Summary
Types
@type t() :: %Mnemosyne.Graph.Node.Intent{ created_at: DateTime.t(), description: String.t(), embedding: [float()] | nil, id: String.t(), links: %{required(Mnemosyne.Graph.Edge.edge_type()) => MapSet.t()} }