memory_calibrar
Track verify predictions, mark outcomes, and compute P(correct|level) to calibrate confidence. Resolve outcomes per source to close the feedback loop between verify and correct.
Instructions
[alias of cuba_calibrar] Bayesian confidence calibration: track verify predictions, mark outcomes, compute P(correct|level). Closes the feedback loop between faro verify and eco correct.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results for history (default 20) | |
| action | Yes | stats/history: past predictions. resolve: mark a verify_id correct/incorrect. trust: per-source Beta(α, β) credibility, updated by resolve outcomes. metrics: Brier score + Expected Calibration Error + reliability diagram. | |
| outcome | No | Whether the verify prediction was right (for resolve) | |
| verify_id | No | Verify log UUID (for resolve) |