# jido_gralkor v0.3.0 - 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.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.

