omniseek_curator_view
Review curation queues, evidence packets, or audit dossiers before deciding source admission. This read-only view supplies candidate backlog, packet details, and neutral audit facts to guide a keep, watch, or prune verdict.
Instructions
Use WHEN running the source-curation protocol (judge the admission queue or a source audit) — READ curator state: queue | packet | audit. Never mutates. Pick a view with what:
• what="queue" -> the candidate-admission backlog (optionally filtered by state:
new / probed / awaiting_verdict / admitted / watching / rejected / owner_review /
redline_blocked / parked_p2 / error). The judging agent's entry point: list awaiting_verdict,
then view each packet. See the /curator protocol.
• what="packet" -> the last-built evidence packet for candidate_id (a fresh agent picks it up
cold); {"error": ...}/{"state": ...} if none built yet. A foundry-grade draft (the
submitter's WORKING row + fixture + probe summary) is surfaced verbatim under draft.
• what="audit" -> the per-source NEUTRAL audit dossier (P3): facts + LABELED descriptive ratios
the mechanical safety flags per source, NO verdict key. Read this, then render KEEP / WATCH / PRUNE via omniseek_curator_act(verb="source_verdict", ...).
Unknown what returns an error dict listing the valid values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| what | Yes | ||
| state | No | ||
| candidate_id | No |