MicroFish/backend/app/graph
Ubuntu 656a3d7d5c fix(graph): cap get_all_edges to 5000 edges to prevent unbounded RAM growth 2026-04-26 14:50:21 +00:00
..
__init__.py feat(graph): add GraphBackendFactory singleton 2026-04-25 12:59:56 +00:00
base.py feat(graph): add GraphBackend abstract interface 2026-04-25 11:11:06 +00:00
factory.py feat(graph): add GraphBackendFactory singleton 2026-04-25 12:59:56 +00:00
graphiti_backend.py fix(graph): cap get_all_edges to 5000 edges to prevent unbounded RAM growth 2026-04-26 14:50:21 +00:00
zep_backend.py feat(graph): add ZepBackend adapter implementing GraphBackend 2026-04-25 11:29:59 +00:00