Files
langgraph-memory/memory_service/__init__.py
T
2024-06-30 21:53:18 -07:00

6 lines
115 B
Python

"""Simple example memory extraction service."""
from memory_service.graph import memgraph
__all__ = ["memgraph"]