iiRecord
Agentic AI Atlas · GAP-ROUTE-003: Effect Result Caching and Deduplication
page:docs-harness-features-backlog-gaps-effect-routing-gap-route-003a5c.ai
II.
Page reference

page:docs-harness-features-backlog-gaps-effect-routing-gap-route-003

Reading · 1 min

GAP-ROUTE-003: Effect Result Caching and Deduplication reference

Cache effect results by invocation key. Skip re-execution for identical effects across runs or sessions.

Pagewiki/docs/harness-features-backlog/gaps/effect-routing/GAP-ROUTE-003.mdOutgoing · 0Incoming · 1

GAP-ROUTE-003: Effect Result Caching and Deduplication

FieldValue
Categoryeffect-routing
PriorityMedium
EffortM
StatusPartial

Description

Cache effect results by invocation key. Skip re-execution for identical effects across runs or sessions.

Current State

Replay deduplicates within a run via journal. No cross-run caching.

Target State

Cross-run effect cache indexed by invocation key. Identical effects return cached results without re-execution. Cache invalidation based on input changes. Configurable cache TTL.

Dependencies

  • None

Key Files

ComponentPath
Runtime replaypackages/sdk/src/runtime/replay/
Storagepackages/sdk/src/storage/

Recommendation

Phase 3 implementation. Add cross-run effect cache. Index by invocation key (SHA256 of processId:stepId:taskId). Configurable TTL.