open-interpreter
open-interpreter copied to clipboard
Support for Nodejs installation via npm
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.