langgraph app development environment #883
-
Hi Team.. memory = SqliteSaver.from_conn_string(":memory:")
graph = workflow.compile(checkpointer=memory) And im also keen to use langchain/langgraph-sdk for await (const event of this.client.runs.stream(
this.thread.thread_id,
this.assistant.assistant_id,
{ input, streamMode: "messages" }
)) { But while in development, it seems now i have to either get a enterprise licence to start the server locally. using langgraph up BTW this is takes a good 30 seconds or so requires docker and builds images Wouldn't it be better to allow the server to be started on localhost without the hastle of licences or pushing to cloud? whilw someone is working on an app After a app is ready to be deployed i get its great to have it hosted in cloud |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
yup - we're working on a solution for this. completely agree its a pain point |
Beta Was this translation helpful? Give feedback.
yup - we're working on a solution for this. completely agree its a pain point