Files
AgentCoord/backend
zhaoweijie 5ef86c6fa9 fix(LLMAPI): 增加API调用超时时间
- 将LLM API调用的超时时间从15秒延长到60秒
- 防止因网络延迟或模型响应慢导致的超时错误
- 提高长文本生成任务的稳定性
2025-12-17 09:27:00 +08:00
..
2024-04-07 15:04:00 +08:00
2024-04-07 15:04:00 +08:00
2024-04-08 14:08:27 +08:00
2024-04-08 21:41:49 +08:00
2024-04-07 15:04:00 +08:00
2024-04-08 14:08:27 +08:00
fix
2024-04-07 17:21:15 +08:00
2024-04-08 21:36:40 +08:00

AgentCoord Backend

This is the backend for the AgentCoord project. Root project is located here. See LLM configuration for LLM configuration before you launch the backend server.

Launch

You can launch the backend by simply using docker-compose in the root directory of the project.

Or, you can launch the backend manually by following the steps below.

  1. Install the dependencies by running pip install -r requirements.txt.
pip install -r ./requirements.txt
  1. launch the backend server (the default port is 8017)
python ./server.py --port 8017