In the previous articles (1,2), we saw that LLMs could generate and execute coding instructions sequences — however, often, they get stuck on errors, especially related to package installation.
I wanted to have something similar to Langchain Python REPL, but that instead:
Allowed the ...