mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #565] [MERGED] feat: add history-message to agent plugin #1444
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-official-plugins/pull/565
Author: @Nov1c444
Created: 3/26/2025
Status: ✅ Merged
Merged: 3/27/2025
Merged by: @Nov1c444
Base:
main← Head:fix/agent-support-memory📝 Commits (3)
cc936a5feat: add memory to agent plugin36fc793fixed ReAct strategy doesn't compact with Dify. (#267)033b3cbchore(agent): remove the unused class📊 Changes
8 files changed (+161 additions, -355 deletions)
View changed files
📝
agent-strategies/cot_agent/manifest.yaml(+1 -1)📝
agent-strategies/cot_agent/output_parser/cot_output_parser.py(+1 -1)📝
agent-strategies/cot_agent/prompt/template.py(+2 -2)📝
agent-strategies/cot_agent/requirements.txt(+1 -1)📝
agent-strategies/cot_agent/strategies/ReAct.py(+74 -190)📝
agent-strategies/cot_agent/strategies/ReAct.yaml(+2 -0)📝
agent-strategies/cot_agent/strategies/function_calling.py(+78 -160)📝
agent-strategies/cot_agent/strategies/function_calling.yaml(+2 -0)📄 Description
Features:
Fixes:
#533
https://github.com/langgenius/dify/issues/16536
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.