cos_route_model
Recommends optimal model based on historical success rates for complexity, domain, and dimensions. Handles cold-start by returning default recommendations.
Instructions
Recommend optimal model based on historical outcome data.
Cold start (<10 outcomes): returns static default from performance.md. Warm: queries success rates per model for the given complexity+domain.
Args: complexity: Cynefin classification (CLEAR/COMPLICATED/COMPLEX/CHAOTIC). dimensions: Number of problem dimensions (default 1). domain: Task domain (e.g. "BACKEND"). Optional.
Returns: str: JSON with recommended_model, confidence, reason, fallback_model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | ||
| complexity | Yes | ||
| dimensions | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |