-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
Python Drivers
-
Not Needed
-
None
-
None
-
None
-
None
-
None
-
None
Context
Create tracking for LangGraph by adding DriverInfo in LangGraph client instantiation
DriverInfo(name="langgraph", version=version("langgraph-checkpointer"))
There are 2 locations where we need to do it:
In LangChain we do this
MongoClient = MongoClient(
connection_string,
driver=DriverInfo(name="Langchain", version=version("langchain")),
)
Definition of done
What must be done to consider the task complete?
Pitfalls
What should the implementer watch out for? What are the risks?
- depends on
-
INTPYTHON-377 LangChain: Add support for LangGraph Checkpointing
-
- Closed
-