- 在多个规划引擎文件中添加中文响应的语言要求说明 - 将操作相关的提示文本从英文翻译为中文 - 确保代理协作中的所有解释和推理使用中文输出 - 保持代理名称等标识符的原始格式不变
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.
- Install the dependencies by running
pip install -r requirements.txt.
pip install -r ./requirements.txt
- launch the backend server (the default port is 8017)
python ./server.py --port 8017