Automates Python script execution via LLMs within isolated environments.
This tool is a lightweight, experimental server designed to execute arbitrary Python scripts in a structured and reproducible environment. It leverages uv to run isolated code snippets through subprocesses, enabling secure and controlled execution of scripts generated by Large Language Models. It provides a simple API to run Python code and retrieve the output, making it ideal for integrating with LLM-powered applications that require dynamic code execution.