-
-
Notifications
You must be signed in to change notification settings - Fork 135
Description
Hello,
I would like to ask whether Symfony AI currently provides built-in support for conversation history or persistent memory, similar to how LangChain/LangGraph implements memory graphs (for example: https://docs.langchain.com/oss/javascript/langgraph/memory
).
More specifically:
Is there any recommended way in Symfony AI to maintain conversational state across multiple user messages?
Is there support for memory persistence (e.g., storing previous messages, tool invocations, or intermediate steps)?
If not yet implemented, is this feature planned on the roadmap, or is there any recommended design pattern to achieve this behavior using the current Symfony AI components?
I am evaluating how best to implement stateful conversations in a Symfony-based application, and any guidance or examples would be greatly appreciated.
Thank you!