mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #196] [MERGED] plugin: add plugin tools/e2b #1171
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/196
Author: @RockChinQ
Created: 2/10/2025
Status: ✅ Merged
Merged: 2/12/2025
Merged by: @RockChinQ
Base:
main← Head:plugin/e2b📝 Commits (4)
3160066plugin: add plugin tools/e2b35b2c9ffeat: add upload file actionab12e23chore: remove debugging msgse52d8f9chore(e2b): lock requirements versions📊 Changes
19 files changed (+816 additions, -0 deletions)
View changed files
➕
tools/e2b/.difyignore(+175 -0)➕
tools/e2b/.env.example(+4 -0)➕
tools/e2b/.gitignore(+168 -0)➕
tools/e2b/PRIVACY.md(+3 -0)➕
tools/e2b/README.md(+16 -0)➕
tools/e2b/_assets/icon.svg(+6 -0)➕
tools/e2b/main.py(+6 -0)➕
tools/e2b/manifest.yaml(+33 -0)➕
tools/e2b/provider/e2b.py(+19 -0)➕
tools/e2b/provider/e2b.yaml(+33 -0)➕
tools/e2b/requirements.txt(+2 -0)➕
tools/e2b/tools/download_file.py(+33 -0)➕
tools/e2b/tools/download_file.yaml(+43 -0)➕
tools/e2b/tools/run_code.py(+31 -0)➕
tools/e2b/tools/run_code.yaml(+58 -0)➕
tools/e2b/tools/run_command.py(+32 -0)➕
tools/e2b/tools/run_command.yaml(+58 -0)➕
tools/e2b/tools/upload_file.py(+40 -0)➕
tools/e2b/tools/upload_file.yaml(+56 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.