How to resume an agent session after herdr server stop?
#2841
Unanswered
dil-mnasir
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
After running
herdr server stopand starting Herdr again, the layout is restored but the agent conversation does not come back automatically — we have to run the agent again from scratch.Is there a way to resume the previous agent session after a full server stop, so we can pick up exactly where we left off (including the agent conversation) instead of starting the agent over?
I understand native agent session restore is enabled by default and works across a server restart, but it does not seem to apply after
herdr server stop. Is that expected? What is the recommended way to preserve/resume the session in this case?Thanks!
All reactions