iiRecord
Agentic AI Atlas · GAP-HADAPT-004: Harness Fallback Chains
page:docs-harness-features-backlog-gaps-harness-adaptation-gap-hadapt-004a5c.ai
II.
Page reference

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

Reading · 1 min

GAP-HADAPT-004: Harness Fallback Chains reference

Define fallback harness sequences. If primary harness fails or is unavailable, automatically try next in chain.

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

GAP-HADAPT-004: Harness Fallback Chains

FieldValue
Categoryharness-adaptation
PriorityHigh
EffortM
StatusMissing

Description

Define fallback harness sequences. If primary harness fails or is unavailable, automatically try next in chain.

Current State

Single harness per run. Failure = run failure. No fallback.

Target State

Configurable fallback chains per task kind. If primary harness fails, retry with next harness in chain. Fallback configured at run, session, or global level.

Dependencies

Key Files

ComponentPath
Harness invokerpackages/sdk/src/harness/invoker.ts
Adapter registrypackages/sdk/src/harness/registry.ts

Recommendation

Phase 2 implementation. Define fallback chain configuration. Implement retry with next harness on failure. Log fallback decisions.