660 B
660 B
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