[PR #63] [MERGED] feat: add history message feature #114

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/63
Author: @Nov1c444
Created: 3/23/2025
Status: Merged
Merged: 3/26/2025
Merged by: @Nov1c444

Base: mainHead: feat/agent-memory


📝 Commits (3)

  • 193c061 feat: add history message feature
  • 72d3e1a Merge branch 'main' into feat/agent-memory
  • a90dd67 fix: ReAct Agent add memory

📊 Changes

6 files changed (+141 additions, -300 deletions)

View changed files

📝 python/dify_plugin/entities/agent.py (+6 -0)
📝 python/dify_plugin/interfaces/agent/__init__.py (+32 -1)
📝 python/examples/agent/strategies/ReAct.py (+95 -265)
📝 python/examples/agent/strategies/ReAct.yaml (+2 -0)
📝 python/examples/agent/strategies/function_calling.py (+4 -34)
📝 python/examples/agent/strategies/function_calling.yaml (+2 -0)

📄 Description

Agent plugin add features tag to confirm if the agent strategy got memory feature.
related PRs:
https://github.com/langgenius/dify/pull/15976
https://github.com/langgenius/dify-plugin-daemon/pull/138


🔄 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/63 **Author:** [@Nov1c444](https://github.com/Nov1c444) **Created:** 3/23/2025 **Status:** ✅ Merged **Merged:** 3/26/2025 **Merged by:** [@Nov1c444](https://github.com/Nov1c444) **Base:** `main` ← **Head:** `feat/agent-memory` --- ### 📝 Commits (3) - [`193c061`](https://github.com/langgenius/dify-plugin-sdks/commit/193c061333ef2cbeda1b42ea714d4398d2b8cdd9) feat: add history message feature - [`72d3e1a`](https://github.com/langgenius/dify-plugin-sdks/commit/72d3e1ad037f883ee858781b7d7f0d919897cc3e) Merge branch 'main' into feat/agent-memory - [`a90dd67`](https://github.com/langgenius/dify-plugin-sdks/commit/a90dd6782bb1b23fa9141d06226eba10298e9d4f) fix: ReAct Agent add memory ### 📊 Changes **6 files changed** (+141 additions, -300 deletions) <details> <summary>View changed files</summary> 📝 `python/dify_plugin/entities/agent.py` (+6 -0) 📝 `python/dify_plugin/interfaces/agent/__init__.py` (+32 -1) 📝 `python/examples/agent/strategies/ReAct.py` (+95 -265) 📝 `python/examples/agent/strategies/ReAct.yaml` (+2 -0) 📝 `python/examples/agent/strategies/function_calling.py` (+4 -34) 📝 `python/examples/agent/strategies/function_calling.yaml` (+2 -0) </details> ### 📄 Description Agent plugin add features tag to confirm if the agent strategy got memory feature. related PRs: https://github.com/langgenius/dify/pull/15976 https://github.com/langgenius/dify-plugin-daemon/pull/138 --- <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:50 -05:00
yindo closed this issue 2026-02-15 21:15:50 -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#114