You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(feedback): track failure reasons for model learning
- Extended recordFeedback to include failureReason parameter
- Failure events now include LoopDetector stats in metadata
- This allows the model selector to learn from specific failure patterns
- Removed misleading cost estimate from observer (Groq is free/cheap)
Format of failure_reason:
max_iterations_reached (Iterations: 25, Files Modified: 0, Files Read: 5, Tool Calls: 12)
This data can be used to:
- Identify models that struggle with certain task types
- Route complex tasks to more capable models
- Track iteration patterns that lead to failure
0 commit comments