camel-ai / camel

🐫 CAMEL: Finding the Scaling Law of Agents. A multi-agent framework. https://www.camel-ai.org
https://www.camel-ai.org
Apache License 2.0
4.98k stars 603 forks source link

[Question] Problems of embodied agent test and hugging face tool agent test #226

Open dandansamax opened 1 year ago

dandansamax commented 1 year ago

Required prerequisites

Questions

These two tests can generate arbitrary code and produce different result during each test. It also affects user's system by writing many images, which is inconvenient and dangerous. Should we move them to examples or modify them not to really execute the generated code?

lightaime commented 1 year ago

They are marked as full_test_only. So I expect it will only run in the GitHub workflow. I don't run them locally. Is there a better way to deal with them rather than them moving? Like deleting the generated images.