Packages
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.
Current section
Files
Jump to
Current section
Files
priv/python/pyproject.toml
[project]
name = "jido_gralkor"
version = "0.0.0"
requires-python = "==3.12.*"
dependencies = [
"graphiti-core[falkordb,google-genai]>=0.29.2",
"falkordblite"
]