Gralkor.Destination (jido_gralkor v7.0.0)

Copy Markdown View Source

A named memory destination with an address and extraction ontology.

Summary

Types

t()

@type t() :: %Gralkor.Destination{
  address: String.t(),
  name: String.t(),
  ontology: module()
}

Functions

graph_id(destination, operator_id)

@spec graph_id(t(), String.t()) :: String.t()