Content
- query_kind
- sql
- query_body
- SELECT a.id::text AS ref, COALESCE(a.title, a.question) AS title FROM analyses a WHERE a.status = 'completed' AND NOT EXISTS ( SELECT 1 FROM knowledge_edges k WHERE k.analysis_id = a.id )
- query_params
{}- threshold
{ "warning_at": 5, "critical_at": 50 }- severity_default
- attention
- recommended_action_template
- Extract KG edges from {n} completed analyses via enrich_kg_from_hypotheses.
- state
- active
- proposer_id
- system-senate