modelRoleIds top-level constant

List<String> const modelRoleIds

The model roles supported by ModelRolesConfig, in declaration order.

Exact omp role names (default, smol, slow, plan) plus the harness-local subagent delegation role.

Implementation

const modelRoleIds = ['default', 'smol', 'slow', 'plan', 'subagent'];