Appointat

Results 29 comments of Appointat

Hi, clarify_agent is good for the beginning of the role-playing, as people do not know well how to write a good prompt and let the camel agents generate expected answers....

What is more, we should require all unit tests that call LLM to provide text generated by LLM to simulate its output, so we can see in CI/CD whether the...

Hello @monkeyshichi . Thank you for your question. This issue has been considered by **CAMEL-AI.org**. We are actively developing frameworks and processes to implement your request. Currently, we aim to...

Great, @yitianlian ! Using function-call is another way different from what the multi-agent system has done at present. However, we need the reasoning to explain how better it is than...

Good conclusion, and expect your progress : )

Thanks. I tried `pre-commit` on Linux, and it works too. It could be the error of my Windows env or default settings. When I resolve the issue, I will put...

Hi, I found this solution works for me on Windows 11: To change the default character encoding in Windows, you need to modify Python's locale settings. Python uses the locale...

Hi @Aniwine , sill have this issue? On the 70th line of examples/ai_society/role_playing.py, `input_assistant_msg = assistant_response.msg` demonstrates how values are passed. So, in the loop, `assistant_response.msg` = `input_assistant_msg`.

@yiyiyi0817 Glad to hear that it is helpful for you.