{
  "name": "DT Workshop - AI Agent",
  "nodes": [
    {
      "parameters": {
        "public": true,
        "authentication": "basicAuth",
        "options": {}
      },
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "typeVersion": 1.4,
      "position": [
        -528,
        -16
      ],
      "id": "d59470d2-6fc4-4a0d-9257-9db488bd4eb5",
      "name": "When chat message received",
      "webhookId": "918ec715-5f55-4bd7-9fe9-a1301faedfe6",
      "credentials": {
        "httpBasicAuth": {
          "id": "S2vcH9zgrHZxVtoj",
          "name": "Basic Auth"
        }
      }
    },
    {
      "parameters": {
        "options": {
          "systemMessage": "You are a project management assistant. Generate responses in a clean format."
        }
      },
      "type": "@n8n/n8n-nodes-langchain.agent",
      "typeVersion": 3,
      "position": [
        -256,
        -16
      ],
      "id": "ef51d75e-6f63-4711-881e-203f104ef3dd",
      "name": "AI Agent"
    },
    {
      "parameters": {
        "contextWindowLength": 20
      },
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "typeVersion": 1.3,
      "position": [
        -160,
        272
      ],
      "id": "24dbc095-9b01-466e-9010-e394b7fcfb00",
      "name": "Simple Memory"
    },
    {
      "parameters": {
        "operation": "getAll",
        "returnAll": true,
        "options": {
          "fields": "=summary,status,priority,assignee,project,issuetype,updated",
          "jql": "=updated >= -21d AND project = DEMOEN"
        }
      },
      "type": "n8n-nodes-base.jiraTool",
      "typeVersion": 1,
      "position": [
        32,
        224
      ],
      "id": "ec7e5c25-1477-4ca5-a110-6c13fc52e770",
      "name": "Get many issues in Jira Software",
      "credentials": {
        "jiraSoftwareCloudApi": {
          "id": "5vkd3KmwwxHSSpWh",
          "name": "Jira SW Cloud account"
        }
      }
    },
    {
      "parameters": {
        "modelSource": "inferenceProfile",
        "model": "eu.anthropic.claude-opus-4-6-v1",
        "options": {}
      },
      "type": "@n8n/n8n-nodes-langchain.lmChatAwsBedrock",
      "typeVersion": 1.1,
      "position": [
        -304,
        208
      ],
      "id": "797e72eb-b20e-405f-9d73-3163cfedaa97",
      "name": "AWS Bedrock Chat Model",
      "credentials": {
        "aws": {
          "id": "NFtCUaLgMXjLOqCL",
          "name": "AWS Bedrock Pilot LLMS"
        }
      }
    }
  ],
  "pinData": {},
  "connections": {
    "When chat message received": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Simple Memory": {
      "ai_memory": [
        [
          {
            "node": "AI Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "Get many issues in Jira Software": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "AWS Bedrock Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "bca385a4-822f-4cda-b593-5e0c700fdc1a",
  "meta": {
    "instanceId": "e9284302d34eb932c6d78cf917ca826c4d99aeeb0f8e5d65cfbd939b8b954e4f"
  },
  "id": "Lp0DqNRzXHhv52eU",
  "tags": []
}
