dify icon indicating copy to clipboard operation
dify copied to clipboard

feat: agent node add memory

Open Nov1c444 opened this issue 10 months ago • 2 comments

Summary

Added memory functionality to Agent nodes. Now the Agent can reason based on chat context.

This PR needs to be merged after PR #15732

Screenshots

image

Checklist

[!IMPORTANT]
Please review the checklist below before submitting your pull request.

  • [ ] This change requires a documentation update, included: Dify Document
  • [x] I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • [x] I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • [x] I've updated the documentation accordingly.
  • [x] I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods

Nov1c444 avatar Mar 17 '25 05:03 Nov1c444

@dosubot find related issues.

crazywoola avatar Mar 17 '25 11:03 crazywoola

We need it

juniorsereno avatar Mar 31 '25 16:03 juniorsereno

Hello @Nov1c444 - How can I access Memory feature in Agent Node ? I am using the latest release v1.2.0

tushverma avatar Apr 09 '25 14:04 tushverma

docker-compose.yaml 中的几个镜像修改成main 可以看到: langgenius/dify-api:main,langgenius/dify-web:main, langgenius/dify-plugin-daemon:main-local

CCHOT avatar Apr 10 '25 07:04 CCHOT

Hello @Nov1c444 - How can I access Memory feature in Agent Node ? I am using the latest release v1.2.0

You could update the plugin version to 0.0.13. If you have previously installed 0.0.13, please also update the plugin version. After updating, you will be able to see the memory option.

Nov1c444 avatar Apr 11 '25 02:04 Nov1c444