mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00
[PR #53] [MERGED] feat: agent node add memory #109
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?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/53
Author: @Nov1c444
Created: 3/17/2025
Status: ✅ Merged
Merged: 3/19/2025
Merged by: @Nov1c444
Base:
main← Head:feat/agent-memory📝 Commits (2)
4f5d318feat: agent node add memoryc80184cMerge branch 'main' into feat/agent-memory📊 Changes
7 files changed (+343 additions, -215 deletions)
View changed files
📝
python/dify_plugin/interfaces/agent/__init__.py(+31 -2)📝
python/examples/agent/manifest.yaml(+1 -1)📝
python/examples/agent/requirements.txt(+1 -1)📝
python/examples/agent/strategies/ReAct.py(+197 -106)📝
python/examples/agent/strategies/ReAct.yaml(+4 -14)📝
python/examples/agent/strategies/function_calling.py(+105 -78)📝
python/examples/agent/strategies/function_calling.yaml(+4 -13)📄 Description
Added PromptMessage validation to support the Memory functionality of Agent Node
related PR: https://github.com/langgenius/dify/pull/15976
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.