File size: 243 Bytes
ce45eb0
 
 
 
 
1
2
3
4
5
6
"""LangGraph store adapter.  [v1 — stub]
thread_id -> session expert; namespace tuples -> semantic/episodic experts.
"""
def as_store(*a, **k):  # pragma: no cover - [v1]
    raise NotImplementedError("LangGraph adapter is a v1 component.")