open-interpreter icon indicating copy to clipboard operation
open-interpreter copied to clipboard

Support for Nodejs installation via npm

Open myrtleTree33 opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe.

Hi, I noticed that Open-intepreter is lacking npm bindings for installation in Nodejs.

Is such a feature in the works, and would this make sense?

Super helpful if I could install it as a dependency and link it to my Koa / NestJS project without spinning another definition on Dockerfile.

WDYT?

Describe the solution you'd like

I would like to install open-interpreter as a binding in Nodejs.

So I could run:

npm install open-interpreter

And use bindings, instead of spinning up a separate Python server.

Describe alternatives you've considered

Additional context

myrtleTree33 avatar Jul 07 '24 15:07 myrtleTree33