# gralkor v1.0.5 - Table of Contents

OTP supervisor for Gralkor — spawns and owns the Python memory server (Graphiti + FalkorDB) as a Port. Embed in a Jido (or any Elixir) supervision tree to give your agent long-term, temporally-aware knowledge-graph memory.

## Pages

- [gralkor](readme.md)

## Modules

- [Gralkor.Config](Gralkor.Config.md): Reads env vars, builds the config map, writes config.yaml for the Python server.

- [Gralkor.Health](Gralkor.Health.md): Thin wrapper around GET /health for boot-wait and monitor polling.

- [Gralkor.Server](Gralkor.Server.md): Supervises a single Python uvicorn process via Port.

