Skip to content

Comments

feat: Add fallback anchor selection strategy (#72)#79

Merged
Haroldwonder merged 2 commits intoHaroldwonder:mainfrom
Lex-Studios:feature/fallback-anchor-selection-issue-72
Feb 23, 2026
Merged

feat: Add fallback anchor selection strategy (#72)#79
Haroldwonder merged 2 commits intoHaroldwonder:mainfrom
Lex-Studios:feature/fallback-anchor-selection-issue-72

Conversation

@Lex-Studios
Copy link
Contributor

Add Fallback Anchor Selection (#72)

Automatic rerouting when preferred anchor fails.

Features:

  • Configurable fallback order
  • Failure detection (threshold-based)
  • Auto-skip down anchors
  • Retry with max attempts

API:

  • configure_fallback(order, max_retries, threshold)
  • select_fallback_anchor(failed_anchor)
  • record_anchor_failure/success(anchor)
  • submit_quote_with_fallback(...) - auto-retry

Closes #72

Lex-Studios and others added 2 commits February 23, 2026 13:29
- Configurable fallback order
- Automatic failure detection and tracking
- Skip down anchors automatically
- Retry with max attempts
- Add comprehensive tests and documentation

Closes Haroldwonder#72
@Haroldwonder Haroldwonder merged commit 64e6158 into Haroldwonder:main Feb 23, 2026
1 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Fallback Anchor Selection Strategy

2 participants