langchain-ai / langgraphjs

⚡ Build language agents as graphs ⚡
https://langchain-ai.github.io/langgraphjs/
MIT License
343 stars 52 forks source link

Persistent with SQL lite #77

Open karankapur999 opened 4 months ago

karankapur999 commented 4 months ago

Hi

When can we accept the persistent in langgraphjs js as we have in python lib?

https://github.com/langchain-ai/langgraph/blob/main/examples/persistence.ipynb

bracesproul commented 4 months ago

Hey, we would love this contribution if you want to take it on! As of now, we don't have any internal plans to implement this in JS.

tspecht commented 4 months ago

I see the checkpointer was already added to compile, only thing missing right now is getting the interfaces added as exports to package.json?

tspecht commented 4 months ago

@bracesproul thanks for merging the PR adding these exports! When do you expect to cut a new release so these will be available to us?

bracesproul commented 4 months ago

Will likely cut one this week, can push for today!

tspecht commented 4 months ago

@bracesproul any update on cutting a new release?

wh1pp3rz commented 2 months ago

Any updates on an ETA for this?

guidorietbroek commented 1 week ago

I see this 'SqliteSaver' but it is not yet being exported.