Annotation Queues
Review queues for scoring traces and observations against a defined set of score configs.
Annotation Queues
An annotation queue is a named work list of traces and observations for humans to review and score. Each queue is bound to a set of score configs, so every reviewer applies the same rubric. Served by Hanzo O11y, tenant-scoped by org.
How it works
- A queue declares which score configs reviewers must fill in (
scoreConfigIds). - Traces or observations are added to the queue as items, each with a
statusand optionalassignee. - A reviewer opens an item, applies the rubric, and the result is written back as a score with
source: ANNOTATION.
Related
- Scores — what a completed review produces
- Score Configs — the rubric a queue enforces
- Traces — the items reviewers score
How is this guide?