mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00
[PR #7] [MERGED] feat: add agent strategy support #81
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/7
Author: @Nov1c444
Created: 1/7/2025
Status: ✅ Merged
Merged: 1/7/2025
Merged by: @Nov1c444
Base:
main← Head:feat/agent-node📝 Commits (1)
92558f5feat: 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.