mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #1514] [CLOSED] 888 #1665
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-plugins/pull/1514
Author: @missweb-cursor
Created: 11/7/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (4)
9e66ea7feat: Add starter agent and deep research plugins58719b4Merge pull request #1 from missweb-cursor/cursor/start-new-agent-9002a997344feat: Add minimal CLI agent with OpenAI integrationa00ada1Merge pull request #2 from missweb-cursor/cursor/start-new-agent-4727📊 Changes
26 files changed (+1013 additions, -0 deletions)
View changed files
➕
new_agent/main.py(+195 -0)➕
new_agent/requirements.txt(+3 -0)➕
starter_agent/starter_agent-1.0.0.difypkg(+0 -0)➕
starter_agent_build/.difyignore(+3 -0)➕
starter_agent_build/PRIVACY.md(+3 -0)➕
starter_agent_build/README.md(+8 -0)➕
starter_agent_build/_assets/icon.svg(+5 -0)➕
starter_agent_build/main.py(+6 -0)➕
starter_agent_build/manifest.yaml(+50 -0)➕
starter_agent_build/provider/starter_agent.py(+9 -0)➕
starter_agent_build/provider/starter_agent.yaml(+20 -0)➕
starter_agent_build/requirements.txt(+1 -0)➕
starter_agent_build/tools/echo.py(+11 -0)➕
starter_agent_build/tools/echo.yaml(+26 -0)➕
tmp_extract_dr/.difyignore(+179 -0)➕
tmp_extract_dr/GUIDE.md(+148 -0)➕
tmp_extract_dr/PRIVACY.md(+37 -0)➕
tmp_extract_dr/README.md(+34 -0)➕
tmp_extract_dr/_assets/icon.svg(+46 -0)➕
tmp_extract_dr/main.py(+6 -0)...and 6 more files
📄 Description
Plugin Submission Form
1. Metadata
2. Submission Type
3. Description
4. Checklist
5. Documentation Checklist
Please confirm that your plugin README includes all necessary information:
6. Privacy Protection Information
Based on Dify Plugin Privacy Protection Guidelines:
Data Collection
Privacy Policy
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.