mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #283] [MERGED] migrate feishu task tool #1246
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/283
Author: @Nov1c444
Created: 2/26/2025
Status: ✅ Merged
Merged: 2/26/2025
Merged by: @Yeuoly
Base:
main← Head:plugin/feishu_task📝 Commits (1)
125a11fmigrate feishu task tool📊 Changes
17 files changed (+1373 additions, -0 deletions)
View changed files
➕
tools/feishu_task/.env.example(+4 -0)➕
tools/feishu_task/README.md(+0 -0)➕
tools/feishu_task/_assets/icon.png(+0 -0)➕
tools/feishu_task/feishu_api_utils.py(+913 -0)➕
tools/feishu_task/main.py(+6 -0)➕
tools/feishu_task/manifest.yaml(+41 -0)➕
tools/feishu_task/provider/feishu_task.py(+7 -0)➕
tools/feishu_task/provider/feishu_task.yaml(+46 -0)➕
tools/feishu_task/requirements.txt(+1 -0)➕
tools/feishu_task/tools/add_members.py(+19 -0)➕
tools/feishu_task/tools/add_members.yaml(+65 -0)➕
tools/feishu_task/tools/create_task.py(+23 -0)➕
tools/feishu_task/tools/create_task.yaml(+78 -0)➕
tools/feishu_task/tools/delete_task.py(+17 -0)➕
tools/feishu_task/tools/delete_task.yaml(+32 -0)➕
tools/feishu_task/tools/update_task.py(+24 -0)➕
tools/feishu_task/tools/update_task.yaml(+97 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.