II.
OrchestrationPrimitive overview
Reference · liveorch-primitive:retry-with-backoff
Retry with Backoff overview
Retry failed agent work with exponential backoff and a configurable maximum attempt count. The primitive captures the failure reason, waits an increasing delay between attempts, and eventually marks the task as permanently failed if retries are exhausted. Integrates with the journal for auditability of each retry cycle.
Attributes
displayName
Retry with Backoff
description
Retry failed agent work with exponential backoff and a configurable
maximum attempt count. The primitive captures the failure reason, waits
an increasing delay between attempts, and eventually marks the task as
permanently failed if retries are exhausted. Integrates with the
journal for auditability of each retry cycle.
orchestrationKind
retry
trigger
on-failure
Outgoing edges
orch_applies_to1
- topic:circuit-breakers·TopicCircuit Breakers
orch_requires_skill_area1
- skill-area:backend-async-processing·SkillAreaBackend Async & Background Processing
orch_triggers1
- orch-primitive:agent-dispatch·OrchestrationPrimitiveAgent Dispatch
realizes1
- layer:13-orchestration·LayerOrchestration
Incoming edges
integrates_with1
- agent:nanny·AgentProductNanny
orch_triggers2
- orch-primitive:agent-health-check·OrchestrationPrimitiveAgent Health Check
- orch-primitive:result-validation·OrchestrationPrimitiveResult Validation
relates_to_topic1
- tool:claude-auto-retry·ToolClaude Auto Retry
supports_orchestration_primitive2
- agent-core-impl:babysitter.core@current·AgentCoreImplbabysitter Core (current) — process orchestrator + journal
- agent-core-impl:symphony.core@current·AgentCoreImplSymphony Core (current)