fugue-labs releases monty-go, a pure-Go wrapper for running LLM-generated Python
fugue-labs published monty-go, an open-source Go library that embeds Pydantic's Monty Python interpreter compiled to WebAssembly and run via wazero. It lets Go programs execute LLM-generated Python code in an isolated WASM sandbox without containers, CGO, or subprocesses, pausing execution whenever the script calls an external function so Go code can handle it and return control.