{
  "nodes": [
    {
      "parameters": {
        "path": "websearcher",
        "options": {}
      },
      "id": "webhook",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        0,
        300
      ]
    },
    {
      "parameters": {
        "agent": "conversational",
        "model": "qwen3:8b",
        "promptSystem": "You are an AI agent that uses Google Search to answer user queries.",
        "tools": {
          "tools": [
            {
              "node": "build_and_register_workflow"
            }
          ]
        }
      },
      "id": "websearcher",
      "name": "WebSearcher",
      "type": "n8n-nodes-langchain.agent",
      "typeVersion": 1,
      "position": [
        250,
        300
      ]
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "WebSearcher",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  },
  "active": false,
  "meta": {
    "templateId": "nexus-architect-gen"
  },
  "name": "WebSearcher"
}