{
 "format": "hinow.agent",
 "version": 1,
 "exported_at": "2026-09-01T00:00:00Z",
 "credentials_included": false,
 "agent": {
  "name": "Extrator de páginas",
  "description": "Pipeline de ferramentas: busca a página, estrutura o resultado e só então entrega ao agente.",
  "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": "agent-1",
     "type": "agent",
     "position": {
      "x": 285,
      "y": 170
     },
     "data": {
      "name": "extrator",
      "model": "hinow/hicode",
      "system_prompt": "O usuário envia uma URL. Use a ferramenta fetch_url para buscar o conteúdo e apresente: título da página e resumo em 3 bullets. Se não houver URL, peça uma.",
      "config": {}
     }
    },
    {
     "id": "fetch-1",
     "type": "fetch_url",
     "position": {
      "x": 560,
      "y": 90
     },
     "data": {
      "label": "Buscar página"
     }
    },
    {
     "id": "tf-1",
     "type": "transform",
     "position": {
      "x": 560,
      "y": 240
     },
     "data": {
      "label": "Estruturar",
      "config": {
       "type": "pick",
       "isArray": false,
       "fields": [
        {
         "source": "title",
         "target": "titulo"
        },
        {
         "source": "content",
         "target": "conteudo"
        }
       ]
      }
     }
    },
    {
     "id": "end-1",
     "type": "end",
     "position": {
      "x": 305,
      "y": 340
     },
     "data": {
      "label": "Fim"
     }
    }
   ],
   "edges": [
    {
     "id": "e-start-agent-1-d",
     "source": "start",
     "target": "agent-1"
    },
    {
     "id": "e-agent-1-end-1-d",
     "source": "agent-1",
     "target": "end-1"
    },
    {
     "id": "e-fetch-1-agent-1-tool",
     "source": "fetch-1",
     "target": "agent-1",
     "sourceHandle": "tool",
     "targetHandle": "slot-0"
    },
    {
     "id": "e-fetch-1-tf-1-output",
     "source": "fetch-1",
     "target": "tf-1",
     "sourceHandle": "output"
    }
   ]
  }
 }
}
