The Tandemn System control plane receives job requests from users, runs placement planning, launches replicas through SkyPilot, coordinates chunks through Redis, and writes output to S3. Deploy it in your AWS environment on a host that CLI users and EC2 replicas can reach.Documentation Index
Fetch the complete documentation index at: https://docs.tandemn.com/llms.txt
Use this file to discover all available pages before exploring further.
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.
