mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
Can agent support memory ? #589
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chenly15 on GitHub (Aug 25, 2025).
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
I'm try to use agent node in the chatflow, but it can't make a continuous conversation without memory, like LLM nodes. Can the memory method be supported with agent node.
2. Additional context or comments
No response
3. Can you help us with this feature?
@dosubot[bot] commented on GitHub (Aug 25, 2025):
Yes, agent nodes in Dify can support memory for continuous conversation, similar to LLM nodes. To enable this, toggle the Memory switch in the agent node settings. You can also adjust the Window Size to control how many previous messages the agent remembers, which helps maintain context across turns. If you don't see the memory option, make sure you're using a recent version of Dify and the agent plugin (for example, plugin version 0.0.13 or later) and clear your cache if needed. Earlier versions like 1.1.2 did not support this feature, so upgrading may be necessary for full functionality. For more details, see this discussion and this troubleshooting guide.
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other

@chenly15 commented on GitHub (Aug 25, 2025):
Nothing help from https://github.com/langgenius/dify-official-plugins/issues/1582#issuecomment-3222010164. I'm using dify 1.7.0, and use lateset agent plugin. There is no memory option for agent node. Is there any plan to support an agent with memory in the future, for better agent usage in chatflow. @dosu
@QIN2DIM commented on GitHub (Aug 26, 2025):
@chenly15 commented on GitHub (Aug 27, 2025):
It‘s different from mine in dify cloud.