{
 "format": "hinow.agent",
 "version": 1,
 "exported_at": "2026-09-01T00:00:00Z",
 "credentials_included": false,
 "agent": {
  "name": "Linha de produção de conteúdo",
  "description": "Três especialistas em série — rascunho, revisão e título —, cada um vendo o trabalho do anterior.",
  "avatar": null,
  "model": "hinow/hicode",
  "system_prompt": null,
  "config": {},
  "tools": null,
  "workflow": {
   "nodes": [
    {
     "id": "start",
     "type": "start",
     "position": {
      "x": 300,
      "y": 0
     },
     "data": {
      "label": "Início",
      "variables": []
     }
    },
    {
     "id": "seq-1",
     "type": "sequential",
     "position": {
      "x": 285,
      "y": 160
     },
     "data": {
      "name": "Pipeline",
      "pass_context": true,
      "static_participants": [
       {
        "id": "a",
        "name": "Rascunhista",
        "instructions": "Escreva um parágrafo de rascunho sobre o pedido do usuário."
       },
       {
        "id": "b",
        "name": "Revisor",
        "instructions": "Revise o rascunho anterior: corte redundância, melhore ritmo."
       },
       {
        "id": "c",
        "name": "Titulista",
        "instructions": "Crie 3 títulos para o texto revisado e apresente o texto final com o melhor título."
       }
      ]
     }
    },
    {
     "id": "end-1",
     "type": "end",
     "position": {
      "x": 305,
      "y": 330
     },
     "data": {
      "label": "Fim"
     }
    }
   ],
   "edges": [
    {
     "id": "e-start-seq-1-d",
     "source": "start",
     "target": "seq-1"
    },
    {
     "id": "e-seq-1-end-1-d",
     "source": "seq-1",
     "target": "end-1"
    }
   ]
  }
 }
}
