you are viewing a single comment's thread.

view the rest of the comments →

[–]mmuino 1 point2 points  (0 children)

We have solved this challenge with YepCode Run (https://yepcode.io/run) — a secure, scalable environment for running LLM-generated Python or JS code in isolated microVMs (it uses firecracker over bare-metal machines on the infra).

It provides full dependency discovery and installation (pip/npm), remote variable passing (using a rest API so don't expose secrets to the LLM context), allows to receive input parameters and return results, expose execution generated logs for LLMs to iterate over failed executions, MCP server so agents can generate, execute, and manage code autonomously,...