Tomas Valenta

Results 53 comments of Tomas Valenta

We stopped using websockets in the new (beta) SDK, so this issue is no longer relevant.

Hey @Nazar-D-Aleannlab, can you please describe what is your project a little bit more so we can help you? Also could you please specify which JS example is incorrect and...

If we use gRPC for the envd communication we could add https://github.com/grpc-ecosystem/grpc-gateway to transform the request to REST API. It supports (non-bidirectional) streams via HTTP streams too.

With the move to the new communication via HTTP1.1 and Connect you can now control the sandbox via REST API. Right now we don't provide generated OpenAPI spec.

We now have a new beta SDK (https://e2b.dev/docs/guide/beta-migration) that is not using websockets at all — this bug should be fixed by it.

I think that the query to the plugin is in a wrong format. You can check the openapi.yaml of the plugin - we support very specific routes that ChatGPT calls...

Hi @unicomp21, if I understand correctly you want an alternative to the "WriteFile" operation that is not writing the whole file every time, but just applies the edits in some...

I understand, maybe there is something there. We have been actually running language servers in these envs in the past, but for other reasons.

You can probably start experimenting with it right now - tell it to use RunProcess to modify files by executing commands that apply the diffs. Then we can see if...

I don't really know. We actually don't have and developer access to plugins and developed this with the help of the community by remotely debugging it.