[PR #53] [MERGED] feat: agent node add memory #109

Closed
opened 2026-02-15 21:15:48 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: feat/agent-memory


📝 Commits (2)

  • 4f5d318 feat: agent node add memory
  • c80184c Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugin-sdks/pull/53 **Author:** [@Nov1c444](https://github.com/Nov1c444) **Created:** 3/17/2025 **Status:** ✅ Merged **Merged:** 3/19/2025 **Merged by:** [@Nov1c444](https://github.com/Nov1c444) **Base:** `main` ← **Head:** `feat/agent-memory` --- ### 📝 Commits (2) - [`4f5d318`](https://github.com/langgenius/dify-plugin-sdks/commit/4f5d3180304944dff4c7166069958a0d616af262) feat: agent node add memory - [`c80184c`](https://github.com/langgenius/dify-plugin-sdks/commit/c80184c5c10e7e9ff835f8a8173bec7ac70f8fa6) Merge branch 'main' into feat/agent-memory ### 📊 Changes **7 files changed** (+343 additions, -215 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Added PromptMessage validation to support the Memory functionality of Agent Node related PR: https://github.com/langgenius/dify/pull/15976 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 21:15:48 -05:00
yindo closed this issue 2026-02-15 21:15:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-sdks#109