Managing Third-Party Messages in LangGraph State #1729
Unanswered
jayashriv710
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
-
Hi Team,
I am currently working on a reminder agent chatbot using LangGraph agents. In this context, the chatbot receives reminder messages from a third-party source. I am already maintaining a chat_history state within LangGraph.
I would like to know if it is possible to store these third-party reminder messages within the existing LangGraph state. If possible means, we have to store in the same LangGraph state, or if it would be better to manage them separately?. Specifically, can the chat_history state accommodate these reminders, or should a dedicated state be maintained for storing and managing third-party reminders?
If this is feasible, could you please provide any examples or references that demonstrate how to implement this?
Thanks in advance:)
Beta Was this translation helpful? Give feedback.
All reactions