Mnemosyne.Graph.Node.Intent (mnemosyne v0.1.5)

Copy Markdown View Source

Intent node representing a high-level goal that links to procedural prescription nodes for hierarchical retrieval.

Summary

Types

t()

@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()}
}