[GH-ISSUE #167] If connection breaks agent does not recover #44

Closed
opened 2026-02-16 06:16:57 -05:00 by yindo · 5 comments
Owner

Originally created by @DavidGOrtega on GitHub (Feb 2, 2026).
Original GitHub issue: https://github.com/langchain-ai/deepagentsjs/issues/167

Originally assigned to: @christian-bromann on GitHub.

I have tried this agent with heavy tasks ad if by any chance the agent looses the connection the agent dies... How can this achieved?

Originally created by @DavidGOrtega on GitHub (Feb 2, 2026). Original GitHub issue: https://github.com/langchain-ai/deepagentsjs/issues/167 Originally assigned to: @christian-bromann on GitHub. I have tried this agent with heavy tasks ad if by any chance the agent looses the connection the agent dies... How can this achieved?
Author
Owner

@christian-bromann commented on GitHub (Feb 2, 2026):

Thanks for raising the issue. We have been running some experiments and will share something soon. Just out of curiosity: are you using LangGraph/LangSmith as agent backend or are you rolling your own?

@christian-bromann commented on GitHub (Feb 2, 2026): Thanks for raising the issue. We have been running some experiments and will share something soon. Just out of curiosity: are you using LangGraph/LangSmith as agent backend or are you rolling your own?
Author
Owner

@DavidGOrtega commented on GitHub (Feb 3, 2026):

Rolling on my own. Its a cli.

@DavidGOrtega commented on GitHub (Feb 3, 2026): Rolling on my own. Its a cli.
Author
Owner

@jtoy commented on GitHub (Feb 5, 2026):

I have this issue too, please fix it soon :)

@jtoy commented on GitHub (Feb 5, 2026): I have this issue too, please fix it soon :)
Author
Owner

@christian-bromann commented on GitHub (Feb 5, 2026):

We have an internal proposal for this and added this on the roadmap.

@christian-bromann commented on GitHub (Feb 5, 2026): We have an internal proposal for this and added this on the roadmap.
yindo changed title from If connection breaks agent does not recover to [GH-ISSUE #167] If connection breaks agent does not recover 2026-06-05 17:21:09 -04:00
yindo closed this issue 2026-06-05 17:21:09 -04:00
Author
Owner

@hntrl commented on GitHub (Jun 1, 2026):

Hi @DavidGOrtega @jtoy, going to close this due to inactivity but I can generally provide some guidance here:

It would be helpful to know what you mean by connection -- this is a CLI that you connect to a server hosting a remote langgraph instance? If there's a separation in process then what guarantees do you need from a deepagents api?

Deepagents is built on langgraph which we build around being accommodating for extenuating circumstances if thats what you mean. Our guidance there is to leverage checkpointers in order to make agent execution durable.

Feel free to open up a new issue or reach if you need more clarification!

<!-- gh-comment-id:4593581793 --> @hntrl commented on GitHub (Jun 1, 2026): Hi @DavidGOrtega @jtoy, going to close this due to inactivity but I can generally provide some guidance here: It would be helpful to know what you mean by connection -- this is a CLI that you connect to a server hosting a remote langgraph instance? If there's a separation in process then what guarantees do you need from a deepagents api? Deepagents is built on langgraph which we build around being accommodating for extenuating circumstances if thats what you mean. Our guidance there is to leverage checkpointers in order to make agent execution durable. Feel free to open up a new issue or reach if you need more clarification!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagentsjs#44