[PR #7] [MERGED] feat: add agent strategy support #81

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/7
Author: @Nov1c444
Created: 1/7/2025
Status: Merged
Merged: 1/7/2025
Merged by: @Nov1c444

Base: mainHead: feat/agent-node


📝 Commits (1)

  • 92558f5 feat: add agent strategy support

📊 Changes

12 files changed (+676 additions, -75 deletions)

View changed files

📝 python/dify_plugin/__init__.py (+1 -1)
📝 python/dify_plugin/core/entities/plugin/request.py (+2 -2)
📝 python/dify_plugin/core/plugin_executor.py (+13 -13)
📝 python/dify_plugin/core/plugin_registration.py (+1 -2)
📝 python/dify_plugin/entities/agent.py (+3 -1)
📝 python/dify_plugin/entities/tool.py (+3 -2)
📝 python/dify_plugin/interfaces/agent/__init__.py (+226 -4)
📝 python/dify_plugin/interfaces/tool/__init__.py (+4 -5)
📝 python/dify_plugin/invocations/model/llm.py (+1 -1)
📝 python/dify_plugin/invocations/tool.py (+1 -1)
📝 python/dify_plugin/plugin.py (+2 -3)
📝 python/examples/agent/strategies/function_calling.py (+419 -40)

📄 Description

No description provided


🔄 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/7 **Author:** [@Nov1c444](https://github.com/Nov1c444) **Created:** 1/7/2025 **Status:** ✅ Merged **Merged:** 1/7/2025 **Merged by:** [@Nov1c444](https://github.com/Nov1c444) **Base:** `main` ← **Head:** `feat/agent-node` --- ### 📝 Commits (1) - [`92558f5`](https://github.com/langgenius/dify-plugin-sdks/commit/92558f5c07276e95bfa6050085185cfd6fec3639) feat: add agent strategy support ### 📊 Changes **12 files changed** (+676 additions, -75 deletions) <details> <summary>View changed files</summary> 📝 `python/dify_plugin/__init__.py` (+1 -1) 📝 `python/dify_plugin/core/entities/plugin/request.py` (+2 -2) 📝 `python/dify_plugin/core/plugin_executor.py` (+13 -13) 📝 `python/dify_plugin/core/plugin_registration.py` (+1 -2) 📝 `python/dify_plugin/entities/agent.py` (+3 -1) 📝 `python/dify_plugin/entities/tool.py` (+3 -2) 📝 `python/dify_plugin/interfaces/agent/__init__.py` (+226 -4) 📝 `python/dify_plugin/interfaces/tool/__init__.py` (+4 -5) 📝 `python/dify_plugin/invocations/model/llm.py` (+1 -1) 📝 `python/dify_plugin/invocations/tool.py` (+1 -1) 📝 `python/dify_plugin/plugin.py` (+2 -3) 📝 `python/examples/agent/strategies/function_calling.py` (+419 -40) </details> ### 📄 Description _No description provided_ --- <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:41 -05:00
yindo closed this issue 2026-02-15 21:15:41 -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#81