-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdaxi - Agente Strade.json
More file actions
133 lines (133 loc) · 3.4 KB
/
Adaxi - Agente Strade.json
File metadata and controls
133 lines (133 loc) · 3.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "Adaxi - Agente Strade",
"nodes": [
{
"parameters": {
"workflowInputs": {
"values": [
{
"name": "chatInput"
},
{
"name": "sessionId"
}
]
}
},
"type": "n8n-nodes-base.executeWorkflowTrigger",
"typeVersion": 1.1,
"position": [
-280,
-20
],
"id": "0ecf2ac7-d598-4c56-b874-7008ac89f954",
"name": "When Executed by Another Workflow"
},
{
"parameters": {
"options": {
"systemMessage": "Sei un assistente del comune di Bari che si occupa solo ed esclusivamente della gestione delle segnalazioni relative alla gestione delle strade della città. Riceverai la richiesta in input da un altro AI agent e prima di processare la richiesta verifica di avere tutte le informazioni per poter procedere.\n\nDati obbligatori\n- Luogo: hai due possibilità:\n1. puoi ricevere l'informazione via Telegram (latitudine e longitudine) \n2. come messaggio di testo dell'indirizzo.\n- Numero di telefono \n\nDati non obbligatori:\n- Foto\n\nL'immagine non è obbligatoria ma fortemente consigliata, il numero di telefono è obbligatorio. Non procedere finché non hai i dati necessari."
}
},
"type": "@n8n/n8n-nodes-langchain.agent",
"typeVersion": 2,
"position": [
140,
-20
],
"id": "b813943d-df1a-4360-a9e4-6a21fe193fde",
"name": "AI Agent"
},
{
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-4.1-mini"
},
"options": {}
},
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"typeVersion": 1.2,
"position": [
100,
180
],
"id": "36e9ebdb-993f-4ed4-9943-469fd73a257b",
"name": "OpenAI Chat Model",
"credentials": {
"openAiApi": {
"id": "b20GexN34sBv6lPx",
"name": "OpenAi SOS"
}
}
},
{
"parameters": {
"sessionIdType": "customKey",
"sessionKey": "={{ $json.sessionId }}"
},
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
"typeVersion": 1.3,
"position": [
220,
200
],
"id": "dab2a353-3021-4cda-bda5-87c6a1423d6d",
"name": "Simple Memory"
}
],
"pinData": {},
"connections": {
"When Executed by Another Workflow": {
"main": [
[
{
"node": "AI Agent",
"type": "main",
"index": 0
}
]
]
},
"OpenAI Chat Model": {
"ai_languageModel": [
[
{
"node": "AI Agent",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Simple Memory": {
"ai_memory": [
[
{
"node": "AI Agent",
"type": "ai_memory",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "09e76c9e-fb97-4040-82cc-e7c389d99da3",
"meta": {
"instanceId": "84b773062f242e4406febde4324f1f44a8ca8587a26faadb492bb81e2b4e5d32"
},
"id": "xtwpDD3fvbA9JHWO",
"tags": [
{
"createdAt": "2025-07-16T15:31:07.735Z",
"updatedAt": "2025-07-16T15:31:07.735Z",
"id": "4tSToPNZKxl7qXwu",
"name": "ADAXIMEGABOT"
}
]
}