mirror of
https://github.com/langchain-ai/langgraph-memory.git
synced 2026-07-01 09:25:02 -04:00
6 lines
115 B
Python
6 lines
115 B
Python
"""Simple example memory extraction service."""
|
|
|
|
from memory_service.graph import memgraph
|
|
|
|
__all__ = ["memgraph"]
|