iiRecord
Agentic AI Atlas · GAP-HADAPT-002: Model Selection Per Task
page:docs-harness-features-backlog-gaps-harness-adaptation-gap-hadapt-002a5c.ai
II.
Page reference

page:docs-harness-features-backlog-gaps-harness-adaptation-gap-hadapt-002

Reading · 1 min

GAP-HADAPT-002: Model Selection Per Task reference

Allow process definitions to specify preferred model per task. Route to harness that supports the model, or override default.

Pagewiki/docs/harness-features-backlog/gaps/harness-adaptation/GAP-HADAPT-002.mdOutgoing · 0Incoming · 1

GAP-HADAPT-002: Model Selection Per Task

FieldValue
Categoryharness-adaptation
PriorityHigh
EffortM
StatusMissing

Description

Allow process definitions to specify preferred model per task. Route to harness that supports the model, or override default.

Current State

execution.model hint exists in TaskDef but not used for routing. Single model per run.

Target State

Per-task model selection. Process definitions specify model preferences (e.g., fast model for exploration, powerful model for code generation). Routing engine selects harness supporting the requested model.

Dependencies

Key Files

ComponentPath
Task definitionspackages/sdk/src/tasks/
Harness invokerpackages/sdk/src/harness/invoker.ts

Recommendation

Phase 2 implementation. Wire execution.model hint into routing decisions. Select harness that supports requested model.