# jido_gralkor v1.1.3 - Table of Contents

Jido plugin and actions that adapt the Gralkor memory server into a Jido agent. Drop in the plugin for recall-on-query and capture-on-completion; add the actions to your ReAct tools list for explicit memory_search / memory_add.

## Pages

- [jido_gralkor](readme.md)

## Modules

- [JidoGralkor.Actions.MemoryAdd](JidoGralkor.Actions.MemoryAdd.md): ReAct tool the LLM can call to store a thought or decision in memory.
- [JidoGralkor.Actions.MemoryBuildCommunities](JidoGralkor.Actions.MemoryBuildCommunities.md): Admin tool that runs Graphiti's community detection over this agent's
memory partition.
- [JidoGralkor.Actions.MemoryBuildIndices](JidoGralkor.Actions.MemoryBuildIndices.md): Admin tool that rebuilds Gralkor's graph search indices.
- [JidoGralkor.Actions.MemorySearch](JidoGralkor.Actions.MemorySearch.md): ReAct tool the LLM can call to search long-term memory.
- [JidoGralkor.Canonical](JidoGralkor.Canonical.md): Converts a Jido/ReAct turn into Gralkor's canonical message shape.
- [JidoGralkor.Lifecycle](JidoGralkor.Lifecycle.md): `Jido.AgentServer.Lifecycle` implementation that turns AgentServer
termination into a Gralkor session-end.
- [JidoGralkor.Plugin](JidoGralkor.Plugin.md): 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.

