Find answers from the community

Updated 10 months ago

is there a way to assign the chat store

is there a way to assign the chat store to an agent after initializing the agent? something like agent.chat_store = redis_chat_store
L
1 comment
After initializing? I don't think so.

Your best bet is managing the chat store/memory outside of the agent, and passing in the chat history like agent.chat("msg", chat_history=chat_history)
Add a reply
Sign up and join the conversation on Discord