AutomationFlowsAI & RAG › Clara Agent Pipeline (local)

Clara Agent Pipeline (local)

Clara Agent Pipeline (Local). Uses executeCommand. Event-driven trigger; 2 nodes.

Event trigger★☆☆☆☆ complexity2 nodesExecute Command
AI & RAG Trigger: Event Nodes: 2 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": "Clara Agent Pipeline (Local)",
  "nodes": [
    {
      "parameters": {},
      "id": "ManualTrigger",
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        400,
        300
      ]
    },
    {
      "parameters": {
        "command": "python3 run_pipeline.py --no-ollama",
        "options": {
          "cwd": "={{$env.PWD || $env.WORKDIR || '.'}}"
        }
      },
      "id": "ExecuteCommand",
      "name": "Run Pipeline",
      "type": "n8n-nodes-base.executeCommand",
      "typeVersion": 1,
      "position": [
        650,
        300
      ]
    }
  ],
  "connections": {
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Run Pipeline",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "local"
}
Pro

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

About this workflow

Clara Agent Pipeline (Local). Uses executeCommand. Event-driven trigger; 2 nodes.

Source: https://github.com/sahithkasam/Clara-AI/blob/ca36095dc33ffe3076db1c3cf1aada051e66c153/workflows/n8n_workflow.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

Clara Pipeline B - Onboarding to Agent v2. Uses executeCommand, readBinaryFile. Event-driven trigger; 6 nodes.

Execute Command, Read Binary File
AI & RAG

TrustField Agentic Cal Booking. Uses httpRequest, executeCommand. Event-driven trigger; 4 nodes.

HTTP Request, Execute Command
AI & RAG

Clara Answers - Transcript to Agent Config Pipeline. Uses executeCommand. Event-driven trigger; 3 nodes.

Execute Command
AI & RAG

N8N Pipeline. Uses executeCommand. Event-driven trigger; 2 nodes.

Execute Command
AI & RAG

KP Case Agent Native n8n. Uses executeCommand, httpRequest. Event-driven trigger; 12 nodes.

Execute Command, HTTP Request