Files
AgentCoord/backend
zhaoweijie e0cc11647f feat(plan): 添加中文响应要求并本地化操作提示
- 在多个规划引擎文件中添加中文响应的语言要求说明
- 将操作相关的提示文本从英文翻译为中文
- 确保代理协作中的所有解释和推理使用中文输出
- 保持代理名称等标识符的原始格式不变
2026-01-13 09:49:53 +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