Clone the repository
Run setup
setup.sh installs Python dependencies, verifies AWS and Redis connectivity, and creates your .env file.
.env before starting the control plane. At minimum, confirm:
S3_UPLOAD_BUCKETHF_TOKEN, if you use gated modelsTD_API_KEY, if the control plane is reachable outside a private networkKOI_SERVICE_URL, only if you are enabling optional Koi integration
Do not commit .env files with secrets or deployment-specific credentials.
Start Redis
Download the performance database
The LLM placement advisor uses a performance database that is not included in the repository.tandemn plan falls back to the roofline solver.
Start the control plane
Set the public URL that EC2 replicas will use to call back to the control plane.Next steps
Install the CLI
Set up the user-facing command line tool.
Configure the server
Understand what belongs in
.env.
