zlacker

[return to "Monty: A minimal, secure Python interpreter written in Rust for use by AI"]
1. krick+0u[view] [source] 2026-02-07 00:43:12
>>dmpetr+(OP)
I don't quite understand the purpose. Yes, it's clearly stated, but, what do you mean "a reasonable subset of Python code" while "cannot use the standard library"? 99.9% of Python I write for anything ever uses standard library and then some (requests?). What do you expect your LLM-agent to write without that? A pseudo-code sorting algorithm sketch? Why would you even want to run that?
◧◩
2. impuls+Gu[view] [source] 2026-02-07 00:50:26
>>krick+0u
They plan to use to for "Code Mode" which mean the LLM will use this to run Python code that it writes to run tools instead of having to load the tools up front into the LLM context window.
[go to top]