Summary
I'd like to run Python code in agent-os, but there doesn't seem to be a way to do that from the user side right now. The Rust sidecar (Pyodide-based) appears to be fully implemented and tested, but the path is closed off in the TypeScript public API.
Since the implementation itself looks done, it would be great to have the public surface opened up. I'd love to use Python in agent-os soon.
Request
I'm using agent-os as a runtime for AI agents, and I'd like the agent to be able to invoke Python as part of its tool use. Concretely, the ideal state is that the agent can just run something like python script.py inside the VM (i.e. python is resolvable on PATH).
Summary
I'd like to run Python code in agent-os, but there doesn't seem to be a way to do that from the user side right now. The Rust sidecar (Pyodide-based) appears to be fully implemented and tested, but the path is closed off in the TypeScript public API.
Since the implementation itself looks done, it would be great to have the public surface opened up. I'd love to use Python in agent-os soon.
Request
I'm using agent-os as a runtime for AI agents, and I'd like the agent to be able to invoke Python as part of its tool use. Concretely, the ideal state is that the agent can just run something like
python script.pyinside the VM (i.e.pythonis resolvable onPATH).