Hacker News new | ask | show | jobs
by a_bonobo 977 days ago
Are these 'safer' than using langchain-based agents that directly execute (arbitrary!) Python code? That was always my main issue with langchain
1 comments

i noticed autogen creates a new docker container each time code is executed by agents (default behaviour, can be turned off), so it's safe as you think docker is safe
can you elaborate on your docker comment? Not familiar. Tnx