{
  "name": "Clara Answers - Transcript to Agent Config Pipeline",
  "nodes": [
    {
      "parameters": {},
      "id": "manual-trigger",
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        240,
        300
      ]
    },
    {
      "parameters": {
        "command": "python scripts/batch_runner.py --dataset dataset --output outputs"
      },
      "id": "execute-extraction",
      "name": "Run Extraction Script",
      "type": "n8n-nodes-base.executeCommand",
      "typeVersion": 1,
      "position": [
        460,
        300
      ]
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "id": "task-id",
              "name": "task_id",
              "value": "clara_task",
              "type": "string"
            },
            {
              "id": "status",
              "name": "status",
              "value": "completed",
              "type": "string"
            },
            {
              "id": "outputs-path",
              "name": "outputs_path",
              "value": "outputs/accounts",
              "type": "string"
            }
          ]
        }
      },
      "id": "create-task-mock",
      "name": "Create Task Entry (Mock)",
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.3,
      "position": [
        680,
        300
      ]
    }
  ],
  "connections": {
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Run Extraction Script",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Run Extraction Script": {
      "main": [
        [
          {
            "node": "Create Task Entry (Mock)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  },
  "meta": {
    "templateCredsSetupCompleted": false
  }
}