CosmosShadow / GeneralAgent

A python native agent framework
424 stars 52 forks source link

python interpreter调用死循环 #18

Closed trundleyrg closed 1 month ago

trundleyrg commented 2 months ago

https://github.com/CosmosShadow/GeneralAgent/blob/34b2a5e7cbb53f67a87a3efed116267d11df6576/GeneralAgent/interpreter/python_interpreter.py#L147

这一行这判断和注释对不上,是否应该改成

stop = self.agent.run_level == 1
jayceftg commented 1 month ago

是的,感谢,已修改。