Replies: 1 comment
-
Yes you can store the history in any format you like, then when you call MCPAgent.run() or when you initialize the agent you can pass external history to it by converting your database entries to a list of Langchain BaseMessage e.g. AIMessage, HumanMessage etc. Let me know if this helps :) |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
While building a chatbot, can we store the chat history of the users in a database like MongoDB Atlas? Is there any way to connect a framework like Langchain/Langraph with mcp_use to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions