langgenius / dify-sandbox

A lightweight, fast, and secure code execution environment that supports multiple programming languages
https://docs.dify.ai/development/backend/sandbox
Apache License 2.0
443 stars 97 forks source link

can we remove the dependencies of request #30

Closed hjlarry closed 2 months ago

hjlarry commented 3 months ago

In the sandbox controller , the request not receive the dependencies parameter.

but in the dify code executer, it added this param which comes from the frontend user's choice and a fixed python standard lib.

image

what's the meaning of that? can we remove it, instead of display to the user which 3rd-party lib you can use @Yeuoly