-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenInterpreter integration #82
Comments
I'm a big fan of OI, we didn't start with it because it doesn't provide any sort of sandbox. That said if you're okay with the security implications / risks it should be relatively simple to add a tool like the e2b one that uses OI as a library. |
It would be interesting to have OpenInterpreter called inside a closed Docker container, which would have to be started each time it was called. The Docker image to be used could be configured with an environment variable if we don't want to use the default one configured with all the command line tools required. I opened a feature request for a sandbox option in OpenIntepreter OpenInterpreter/open-interpreter#1536 |
I like this idea, would you be interested in submitting a patch? |
Whats the best way to use a code interpreter with Astra rn? |
It will be interesting to integrate the open source Open Interpreter code interpreter as a local alternative to e2b cloud one with a config option
The text was updated successfully, but these errors were encountered: