You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code-generation ability in ChatSDK is implmented as an artifact. For data analysis tasks, it is useful for LLM to generate code and run it for its own purposes. The challenge here is to do this in a safe manner - no disk/network access, no unlimited runtime, not allowing access to main process context etc.
I believe this could be achieved using isolated-vm. If there is interest in this, should I start and submit a PR towards this?
The text was updated successfully, but these errors were encountered:
The code-generation ability in ChatSDK is implmented as an artifact. For data analysis tasks, it is useful for LLM to generate code and run it for its own purposes. The challenge here is to do this in a safe manner - no disk/network access, no unlimited runtime, not allowing access to main process context etc.
I believe this could be achieved using isolated-vm. If there is interest in this, should I start and submit a PR towards this?
The text was updated successfully, but these errors were encountered: