API Reference jido_gralkor v#11.0.0

Copy Markdown View Source

Modules

An immutable structured output produced by Gralkor work.

One conversation turn captured through an explicit route.

In-flight conversation buffer keyed by session_id.

Public entry point and adapter port for Gralkor memory.

In-memory twin of Gralkor.Client for tests.

Production Gralkor.Client implementation. In-process — no HTTP — talks to graphiti via Gralkor.GraphitiPool (Pythonx-backed).

Configuration for the embedded Gralkor runtime.

A named graph destination.

Render a list of conversation turns into the transcript episode body ingested into the knowledge graph.

Explicit readable presentation of structured graphiti fact records.

A complete graph payload supplied to the runtime-targeted Gralkor.Client.replace/2 boundary.

Per-group Graphiti instance cache, plus the gateway for graphiti operations.

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

The successful result of storing content through one Lens.

Resolved definition of an appending memory Lens.

Behaviour for consumer-defined Lens ingestion processes.

Resolved definition of a Lens whose write unit is a complete graph.

Storage capability passed to a Gralkor.Lens.Ingestion process.

Canonical message shape that Gralkor expects at its port boundary.

Declare an entity-and-relationship ontology for graphiti's custom entity extraction.

Prepares and verifies the explicit migration of historical private graphs.

PythonX runtime owner for the embedded Gralkor stack.

Orchestrate one recall call: search the graph and wrap the returned facts in a <gralkor-memory> block.

A named synthesis process that produces one artefact from an ordered Chain of Thought.

Runs a repository-defined Chain of Thought as an ordered, tool-capable inference sequence.

A request to replace all graph content owned by one replaceable Lens.

A search across registered memory Destinations.

ReAct tool the LLM can call to store a thought or decision in memory.

Admin tool that runs Graphiti's community detection over this agent's memory group.

Admin tool that rebuilds Gralkor's graph search indices.

ReAct tool the LLM can call to search long-term memory.

Converts a Jido/ReAct turn into Gralkor's canonical message shape.

Memory consolidation for a long-lived Jido agent.

Jido.AgentServer.Lifecycle implementation that flushes the active Gralkor session when an agent process terminates.

Render structured fact search results as source headings and fact bullets.

Jido plugin that replaces Jido.Memory.BasicPlugin with Gralkor-backed memory. Claims the :__memory__ slot so it is the only memory plugin attached to the agent.

Helpers for Jido.AI.Reasoning.ReAct consumers that want Gralkor-aware request shaping.

Mix Tasks

Runs plan, prepare, advance, apply, or rollback using an explicit JSON request file. See PERSONAL_MEMORY_MIGRATION.md for request shapes, quiescence requirements, verification, and coordinated application rollback.