agents icon indicating copy to clipboard operation
agents copied to clipboard

An Open-source Framework for Autonomous Language Agents

Results 34 agents issues
Sort by recently updated
recently updated
newest added

Multi_Agent - software_company 会一直在design_state循环 , 直到达到max_chat_nums的次数才进入到下一阶段develop_state. judge_extract_words属性没有生效 如何主动的进入下一阶段?

运行 oculist_agent 出现 矩阵不一致的报错。请教下怎么解决,感谢~!

国内访问不了openai啊,作者大大是不是需要适配一下azure的gpt。这样很多国内的企业就能用了

可否增加对中文的支持或者修改,run singlesop的run.py时中文写不进json文件中

webUI地址访问不了了 ![image](https://github.com/aiwaves-cn/agents/assets/1814522/ecd910de-992a-4a91-bd6d-7fe4d1e74eb0)

您好,在运行单agent的shopping agent,使用local model的时候,出现了错误 src/agents/Component/ExtraComponent.py, Line77, in func response_message = json.loads(response["function_call"]["arguments"]) KeyError: 'function_call' 请问如何解决呀?

运行提示错误raise error.APIConnectionError( openai.error.APIConnectionError: Error communicating with OpenAI: HTTPSConnectionPool(host='api.openai.com', port=443) 请问是一定要连上互联网才能调用大模型吗?本地无网情况下如何操作?

I am unable to run this locally. There are issues with the imports, was anyone able to install and run this successfully?