mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00
[PR #63] [MERGED] feat: add history message feature #114
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/63
Author: @Nov1c444
Created: 3/23/2025
Status: ✅ Merged
Merged: 3/26/2025
Merged by: @Nov1c444
Base:
main← Head:feat/agent-memory📝 Commits (3)
193c061feat: add history message feature72d3e1aMerge branch 'main' into feat/agent-memorya90dd67fix: 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.