e2b-dev / code-interpreter

Python & JS/TS SDK for running AI-generated code/code interpreting in your AI app
https://e2b.dev
Apache License 2.0
1.13k stars 79 forks source link

Allow serialization of Execution object #13

Closed ValentaTomas closed 4 months ago

ValentaTomas commented 4 months ago

The Execution objects in Python and JS are not serializable by default. This PR adds the method for serialization to them.