make coordinator-testRun with -race for race detection:
cd coordinator && go test -race ./...make provider-testFull swift test requires the MLX metallib. Some suites pass without it.
make ui-testUses vitest.
Requires Postgres + a Swift provider binary + a downloaded MLX model.
make e2e-integration # go test ./e2e/... -run TestIntegration -v
make e2e-benchmark # go test ./e2e/... -run TestBenchmark -vThe E2E harness lives in e2e/testbed/:
coordinator.go— coordinator lifecycle.provider.go— provider lifecycle.suite.go— suite orchestration.load.go— load generator.
- Streaming chat completions.
- Billing and ledger integrity.
- Request encryption (NaCl Box).
- Attestation challenge-response.
- Model alias migration.
cd coordinator
go run ./cmd/coordinatorBy default it uses the in-memory store. Set EIGENINFERENCE_DATABASE_URL to
use Postgres.