The harness does not keep a hardcoded coordinator list.Documentation Index
Fetch the complete documentation index at: https://docs.compose.market/llms.txt
Use this file to discover all available pages before exploring further.
harness/coordinators.ts reads the API catalog and filters model rows by agentic capabilities.
Source
Filter
Coordinator candidates must have at least one capability:Failure Behavior
| Failure | Behavior |
|---|---|
| API fetch fails | Return cached pool if available, otherwise []. |
| API returns non-OK | Return cached pool if available, otherwise []. |
| Invalid JSON | Return cached pool if available, otherwise []. |