AutomationFlowsAI & RAG › Local Agent Core Bridge

Local Agent Core Bridge

local-agent-core-bridge. Uses httpRequest. Webhook trigger; 3 nodes.

Webhook trigger★☆☆☆☆ complexity3 nodesHTTP Request
AI & RAG Trigger: Webhook Nodes: 3 Complexity: ★☆☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "local-agent-core-bridge",
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "local-agent",
        "responseMode": "responseNode",
        "options": {}
      },
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 2.1,
      "position": [
        -480,
        -32
      ],
      "id": "2ed4532c-28ef-4d55-9a90-0f5e31216504",
      "name": "Webhook"
    },
    {
      "parameters": {
        "method": "POST",
        "url": "http://localhost:5001/chat",
        "sendHeaders": true,
        "headerParameters": {
          "parameters": [
            {
              "name": "content-type",
              "value": "application/json"
            }
          ]
        },
        "sendBody": true,
        "bodyParameters": {
          "parameters": [
            {
              "name": "input",
              "value": "={{$json[\"body\"][\"text\"] || \"Hello from n8n\"}}"
            },
            {
              "name": "alias",
              "value": "general"
            }
          ]
        },
        "options": {}
      },
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.3,
      "position": [
        -272,
        -32
      ],
      "id": "2370bc8b-fee9-491c-ab84-af56e87f4ab1",
      "name": "HTTP Request"
    },
    {
      "parameters": {
        "respondWith": "json",
        "responseBody": "={{\n  {\n    \"ok\": true,\n    \"response\": $json[\"response\"] || \"No response from local-agent-core\"\n  }\n}}",
        "options": {
          "responseCode": 200,
          "responseHeaders": {
            "entries": [
              {
                "name": "Content-Type",
                "value": "application/json"
              }
            ]
          }
        }
      },
      "type": "n8n-nodes-base.respondToWebhook",
      "typeVersion": 1.4,
      "position": [
        -64,
        -32
      ],
      "id": "45468f19-1ae4-4d2e-982d-a114206b792d",
      "name": "Respond to Webhook"
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        [
          {
            "node": "Respond to Webhook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "f3968d7a-8907-4c74-9bc2-394669a68859",
  "id": "0P9ofdfNpgoT8vCn",
  "tags": []
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

local-agent-core-bridge. Uses httpRequest. Webhook trigger; 3 nodes.

Source: https://github.com/tfest-dev/local-agent-core/blob/104119699a0595f48526a7d48ab25bb967a343be/examples/n8n/local-agent-webhook.json — original creator credit. Request a take-down →

More AI & RAG workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

AI & RAG

v2 Like Minds — Instagram Publish. Uses httpRequest. Webhook trigger; 6 nodes.

HTTP Request
AI & RAG

This is a specific use case. The ElevenLabs guide for Cal.com bookings is comprehensive but I was having trouble with the booking API request. So I built a simple workflow to validate the request and

HTTP Request
AI & RAG

Materials Search Workflow. Uses httpRequest. Webhook trigger; 5 nodes.

HTTP Request
AI & RAG

Lifecycle Email Orchestrator. Uses airtable, emailSend, httpRequest. Webhook trigger; 4 nodes.

Airtable, Email Send, HTTP Request
AI & RAG

InstaBay - 0 Setup. Uses httpRequest. Webhook trigger; 4 nodes.

HTTP Request