Hi, I noticed that you ship with both nodejs and python clis. Which either require a nodejs or a python runtime...and requires both cli implementations to be in sync.
Just want to see if it makes sense to have a single Rust binary that can be installed using curl ... | sh instead.
I've been using the pattern successfully. Rust's pairs well with agent developed software...as the type safety is useful and the difficulty of developing Rust by hand is mitigated.
Note that npm & pypi packages can still be supported as a thin wrapper to install the rust binary.
Anyways, just want to check the temperature about this.
Cheers!
Hi, I noticed that you ship with both nodejs and python clis. Which either require a nodejs or a python runtime...and requires both cli implementations to be in sync.
Just want to see if it makes sense to have a single Rust binary that can be installed using
curl ... | shinstead.I've been using the pattern successfully. Rust's pairs well with agent developed software...as the type safety is useful and the difficulty of developing Rust by hand is mitigated.
Note that npm & pypi packages can still be supported as a thin wrapper to install the rust binary.
Anyways, just want to check the temperature about this.
Cheers!