{
  "agents": [
    {
      "id": "threat-agent",
      "bounded_instruction": "Retrieve threat patterns scoped to requested modality and target model class. Return provenance."
    },
    {
      "id": "policy-agent",
      "bounded_instruction": "Return policy entries that apply to the evaluation environment and flag out-of-bounds patterns."
    },
    {
      "id": "target-agent",
      "bounded_instruction": "Return declared target profile, version, modalities, tools, and deployment surface."
    },
    {
      "id": "strategist-agent",
      "bounded_instruction": "Compose a cited evaluation plan. Do not generate adversarial inputs."
    }
  ],
  "feeds": [
    {
      "id": "public-threat-intel",
      "destination": "adv-threats"
    },
    {
      "id": "regression-watchlist",
      "destination": "adv-threats",
      "promotion_rule": "resurfaced == true"
    }
  ]
}

