Gralkor.Ingest (jido_gralkor v5.0.0)

Copy Markdown View Source

A request to ingest content through a registered Gralkor.Lens.

operator_id identifies the operator whose local Lens partition is used; global Lenses ignore it for storage placement. lens is the registered Lens name. Gralkor resolves that definition before invoking its ingestion process, so callers provide content and source context rather than ontology or partition details.

Summary

Types

t()

@type t() :: %Gralkor.Ingest{
  content: String.t(),
  lens: String.t(),
  operator_id: String.t(),
  source_description: String.t()
}