Skip to content

Implement graceful degradation for non-critical agent failures #234

@snipcodeit

Description

@snipcodeit

Description

Classify each agent spawn point in the pipeline as critical (blocks pipeline) or advisory (pipeline can continue without). For advisory agents (comment classifier, board sync, diagnostic logger), failures should log a warning and continue. For critical agents (executor, verifier), failures should trigger retry/fallback before marking the issue as failed. Add criticality annotations to each Task() spawn in mgw:run.

Acceptance Criteria

  • Implement graceful degradation for non-critical agent failures

Milestone Context

  • Milestone: v8 — Agent Reliability & Failure Recovery
  • Phase: Phase 45: Retry Policies & Fallback Strategies
  • GSD Route: plan-phase

Dependencies

implement-configurable-retry-policy-engine

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions