Hi,
I am creating a chatbot in Streamlit using AutoGen. But when asking a question where the assistant agent has to run code I get a PermissionError. Is there something I can do to enable the agent to execute the code, or is it not possible through Streamlit?
Hi @dorthe_exsteen,
Thanks for sharing this question!
Do you have code you can share or explain the execution in more detail?
@tonykip I am using the code from this example GitHub - sugarforever/autogen-streamlit. And it works well when I ask questions where there is not a need for executing code. But when asking a question where it needs to execute code like: “What date is today?”. I get the attached error:
Thank you for the detail. Can you share the actual logs of the error? That will be much helpful to debug the issue.