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 priv server pyproject.toml
Raw

priv/server/pyproject.toml

[project]
name = "gralkor-server"
version = "0.0.0"
requires-python = ">=3.12"
dependencies = [
"graphiti-core[falkordb,anthropic,google-genai,groq]>=0.28.2",
"falkordblite",
"fastapi>=0.115",
"uvicorn>=0.34",
"pyyaml>=6.0",
]
[dependency-groups]
dev = [
"pytest>=8.0",
"pytest-asyncio>=0.24",
"pytest-spec>=6.0",
"httpx>=0.27",
]