mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #31] [MERGED] Plugin: agent strategy plugin #1008
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/31
Author: @Nov1c444
Created: 1/7/2025
Status: ✅ Merged
Merged: 1/8/2025
Merged by: @RockChinQ
Base:
main← Head:plugins/agent📝 Commits (4)
88b9f29add agent strategy plugin967ba30fix: change the agent fold namead11006fix: change the agent fold name71cdf78fix: add .env.example📊 Changes
13 files changed (+1556 additions, -0 deletions)
View changed files
➕
agent-strategies/cot_agent/.env.example(+4 -0)➕
agent-strategies/cot_agent/_assets/icon.svg(+6 -0)➕
agent-strategies/cot_agent/main.py(+10 -0)➕
agent-strategies/cot_agent/manifest.yaml(+33 -0)➕
agent-strategies/cot_agent/output_parser/cot_output_parser.py(+208 -0)➕
agent-strategies/cot_agent/prompt/template.py(+106 -0)➕
agent-strategies/cot_agent/provider/agent.py(+5 -0)➕
agent-strategies/cot_agent/provider/agent.yaml(+18 -0)➕
agent-strategies/cot_agent/requirements.txt(+1 -0)➕
agent-strategies/cot_agent/strategies/ReAct.py(+564 -0)➕
agent-strategies/cot_agent/strategies/ReAct.yaml(+53 -0)➕
agent-strategies/cot_agent/strategies/function_calling.py(+493 -0)➕
agent-strategies/cot_agent/strategies/function_calling.yaml(+55 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.