mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00
[PR #19] [MERGED] feat: support workflow tools #87
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/19
Author: @Nov1c444
Created: 1/22/2025
Status: ✅ Merged
Merged: 1/22/2025
Merged by: @Nov1c444
Base:
main← Head:feat/supoort-workflow-tools📝 Commits (1)
9db1efdfeat: 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.