Retry/Recovery Actions (v0) β
These actions may appear in the internal error envelope error.options[]
to guide CEO decisions.
- retry_with_reduced_scope β retry same provider with smaller
top_k
or narrower filters - explicit_l1_expansion β bypass L2 and expand directly to L1 global knowledge
- return_l4_only β skip L1/L2 and return experience-based context only
- retry_same β reissue the same attempt (use sparingly; ensure deadline isnβt exceeded)
- return_minimal β stop early and return currently collected fragments
Notes
- Actions are advisory; CEO/ACS enforce budgets and privacy policies.
- Keep options minimal and actionable; include a short
hint
when helpful.