[PR #19] [MERGED] feat: support workflow tools #87

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

📋 Pull Request Information

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

Base: mainHead: feat/supoort-workflow-tools


📝 Commits (1)

  • 9db1efd feat: support workflow tools

📊 Changes

14 files changed (+976 additions, -10 deletions)

View changed files

📝 python/dify_plugin/interfaces/agent/__init__.py (+3 -1)
python/examples/agent/.env.example (+4 -0)
python/examples/agent/README.md (+24 -0)
python/examples/agent/_assets/function_calling.png (+0 -0)
python/examples/agent/_assets/react.png (+0 -0)
📝 python/examples/agent/manifest.yaml (+3 -2)
python/examples/agent/output_parser/cot_output_parser.py (+212 -0)
python/examples/agent/prompt/template.py (+106 -0)
📝 python/examples/agent/provider/agent.yaml (+1 -0)
📝 python/examples/agent/requirements.txt (+1 -1)
python/examples/agent/strategies/ReAct.py (+537 -0)
python/examples/agent/strategies/ReAct.yaml (+68 -0)
📝 python/examples/agent/strategies/function_calling.py (+6 -6)
📝 python/examples/agent/strategies/function_calling.yaml (+11 -0)

📄 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/19 **Author:** [@Nov1c444](https://github.com/Nov1c444) **Created:** 1/22/2025 **Status:** ✅ Merged **Merged:** 1/22/2025 **Merged by:** [@Nov1c444](https://github.com/Nov1c444) **Base:** `main` ← **Head:** `feat/supoort-workflow-tools` --- ### 📝 Commits (1) - [`9db1efd`](https://github.com/langgenius/dify-plugin-sdks/commit/9db1efdb92606f4ffd9fcd0175bb374ff4915606) feat: support workflow tools ### 📊 Changes **14 files changed** (+976 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `python/dify_plugin/interfaces/agent/__init__.py` (+3 -1) ➕ `python/examples/agent/.env.example` (+4 -0) ➕ `python/examples/agent/README.md` (+24 -0) ➕ `python/examples/agent/_assets/function_calling.png` (+0 -0) ➕ `python/examples/agent/_assets/react.png` (+0 -0) 📝 `python/examples/agent/manifest.yaml` (+3 -2) ➕ `python/examples/agent/output_parser/cot_output_parser.py` (+212 -0) ➕ `python/examples/agent/prompt/template.py` (+106 -0) 📝 `python/examples/agent/provider/agent.yaml` (+1 -0) 📝 `python/examples/agent/requirements.txt` (+1 -1) ➕ `python/examples/agent/strategies/ReAct.py` (+537 -0) ➕ `python/examples/agent/strategies/ReAct.yaml` (+68 -0) 📝 `python/examples/agent/strategies/function_calling.py` (+6 -6) 📝 `python/examples/agent/strategies/function_calling.yaml` (+11 -0) </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:42 -05:00
yindo closed this issue 2026-02-15 21:15:42 -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#87