Skip to content

Expose the Python runtime through the public API #1452

@atsushi-ishibashi

Description

@atsushi-ishibashi

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions