Packages

Embedded Gralkor memory for Elixir/OTP — runs Graphiti + FalkorDB in-process via PythonX. Embed in a Jido (or any Elixir) supervision tree to give your agent long-term, temporally-aware knowledge-graph memory.

Retired package: Renamed - moved into :jido_gralkor

Current section

Files

Jump to
gralkor_ex config runtime.exs
Raw

config/runtime.exs

import Config
if config_env() == :prod do
config :gralkor_ex,
data_dir: System.fetch_env!("GRALKOR_DATA_DIR"),
llm_model: System.get_env("GRALKOR_LLM_MODEL"),
embedder_model: System.get_env("GRALKOR_EMBEDDER_MODEL")
end