liailing1026 c00c0072b8 feat
2025-12-11 14:05:08 +08:00
..
2025-12-11 14:05:08 +08:00
2025-12-11 14:05:08 +08:00
2024-04-07 15:04:00 +08:00
2025-12-11 14:05:08 +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
2025-12-11 14:05:08 +08:00
2025-12-11 14:05:08 +08:00
2025-12-11 14:05:08 +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