Beichen Ma
Beichen Ma
**Bug description** When I try to use human engagement by running script example/build_customized_multi_agents.py with command python3 examples/build_customized_multi_agents.py --add_human True, got below error: AttributeError: 'HumanProvider' object has no attribute 'config" **Bug...
linked [issue](https://github.com/OpenDevin/OpenDevin/issues/886)
For the flask example given in [PIP documentation](https://docs.tavily.com/docs/gpt-researcher/pip-package#flask-example) page, "await" allowed only within async function. How can I handle error?