camel icon indicating copy to clipboard operation
camel copied to clipboard

🐫 CAMEL: The first and the best multi-agent framework. Finding the Scaling Law of Agents. https://www.camel-ai.org

Results 771 camel issues
Sort by recently updated
recently updated
newest added

``` (camel) C:\Users\joshu\Documents\_aipython\_useful\CAMEL agnet\camel\camel\agents>python role_playing.py Traceback (most recent call last): File "C:\Users\joshu\Documents\_aipython\_useful\CAMEL agnet\camel\camel\agents\role_playing.py", line 8, in from .chat_agent import ChatAgent ImportError: attempted relative import with no known parent package ```...

The current role-playing session usually ends due to `'max_tokens_exceeded'`. To complete more complex tasks, external memory is needed.

Roadmap

I got the single_agent.py to work. No problems using conda Python 3.10.10. or another Python 3.10.7 environment But I did not get further. I get the following error trying out...

## Description 1. add retrieval function for easier function calling 2. refactor auto retriver, make the output align with top_k value 3. with `return_detailed_info=True` in auto retriever, it will include...

enhancement
New Feature