IoA icon indicating copy to clipboard operation
IoA copied to clipboard

An open-source framework for collaborative AI agents, enabling diverse, distributed agents to team up and tackle complex tasks through internet-like connectivity.

Results 11 IoA issues
Sort by recently updated
recently updated
newest added

您好,请问IOA是否支持azure_openai的key?我看到代码中有azure_openai的调用方式 以下是我的配置、milvus服务输出以及使用 docker-compose -f dockerfiles/compose/open_instruction.yaml up返回的报错信息 报错数据长度不匹配 ![lQLPJx6J3Wax6NvNAhXNAymwS_qRnNEWhQoGrokP6GlpAA_809_533](https://github.com/user-attachments/assets/5c8f4814-ed85-42c4-a2de-041470adabdd) ![lQLPJxKrPjpZHpvNAlzNCYiwhrACf370ZRMGroktytuUAA_2440_604](https://github.com/user-attachments/assets/0feab2c0-7273-412c-899b-a77fde80cc49) ![lQLPJxaAlneQWVvNAenNCYmwdlqGaCSdwcIGromErdW1AA_2441_489](https://github.com/user-attachments/assets/421378cb-b971-4689-8903-4a9b8ea21652)

你好,已经到测试阶段了,但出现了这个问题,请问该怎么解决? requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=5050): Max retries exceeded with url: /launch_goal (Caused by NewConnectionError(': Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。'))

``` docker compose -f paper_writing.yml up -d --build ``` ``` import requests goal = """Write the introduction section of a paper about the concept "Internet of Agents" (IoA). Note that...

请问IOA的架构图用什么软件绘制的?

Dear Weize/ other IOA developers, Thanks for the IOA code and instructions. At command: `docker-compose -f dockerfiles/compose/open_instruction.yaml up` I run into this error: ERROR: for autogpt-client Cannot create container for...

Hi `distributed setup guide page` https://asl-r.github.io/distributed_service/config.html in readme is not found. Cound anyone fix it?

我没有openai 和google的密钥,其它平台的其它大模型是否可以使用,我应该如何修改? 感谢

- replace openAI model `text-embedding-ada-002` with `text-embedding-3-small` - update milvus environment

启动时出现autogpt-client和open-interpreter-client两个服务启动失败, ![open-interpreter-client](https://github.com/user-attachments/assets/ba91fd35-19a1-41eb-8d8a-956454d86e21) ![autogpt-client](https://github.com/user-attachments/assets/d466dd50-791e-4d52-be25-1d7271a36346) 怎么paich排查呢,作者大佬