Open
Description
Problem
Users want to generate code with a generative AI model, then run it in a safer, sandboxed environment.
Proposed Solution
Give users the option to generate and also run code in a sandboxed environment, not the kernel.
Additional context
OpenAI's code interpreter plugin, in alpha as of 2023-05-17, provides this feature.
Consider using the LangChain Python tool.