digipair 0.0.5 → 0.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,38 +1,38 @@
1
1
  {
2
2
  "name": "digipair",
3
- "version": "0.0.5",
3
+ "version": "0.21.0",
4
4
  "type": "commonjs",
5
5
  "bin": {
6
6
  "digipair": "./bin/digipair.js"
7
7
  },
8
8
  "dependencies": {
9
- "@digipair/engine": "0.20.2",
10
- "@digipair/skill-chatbot": "0.20.2",
11
- "@digipair/skill-common": "0.20.2",
12
- "@digipair/skill-cron": "0.20.2",
13
- "@digipair/skill-data-management": "0.20.2",
14
- "@digipair/skill-debug": "0.20.2",
15
- "@digipair/skill-dsp": "0.20.2",
16
- "@digipair/skill-editor": "0.20.2",
17
- "@digipair/skill-factory": "0.20.2",
18
- "@digipair/skill-git": "0.20.2",
19
- "@digipair/skill-http": "0.20.2",
20
- "@digipair/skill-keycloak": "0.20.2",
21
- "@digipair/skill-linkedin": "0.20.2",
22
- "@digipair/skill-llm": "0.20.2",
23
- "@digipair/skill-microsoft": "0.20.2",
24
- "@digipair/skill-mongodb": "0.20.2",
25
- "@digipair/skill-nuki": "0.20.2",
26
- "@digipair/skill-ollama": "0.20.2",
27
- "@digipair/skill-openai": "0.20.2",
28
- "@digipair/skill-pushbullet": "0.20.2",
29
- "@digipair/skill-sendmail": "0.20.2",
30
- "@digipair/skill-service": "0.20.2",
31
- "@digipair/skill-smoobu": "0.20.2",
32
- "@digipair/skill-temporal": "0.20.2",
33
- "@digipair/skill-twilio": "0.20.2",
34
- "@digipair/skill-vespa": "0.20.2",
35
- "@digipair/skill-web": "0.20.2",
9
+ "@digipair/engine": "0.21.0",
10
+ "@digipair/skill-chatbot": "0.21.0",
11
+ "@digipair/skill-common": "0.21.0",
12
+ "@digipair/skill-cron": "0.21.0",
13
+ "@digipair/skill-data-management": "0.21.0",
14
+ "@digipair/skill-debug": "0.21.0",
15
+ "@digipair/skill-dsp": "0.21.0",
16
+ "@digipair/skill-editor": "0.21.0",
17
+ "@digipair/skill-factory": "0.21.0",
18
+ "@digipair/skill-git": "0.21.0",
19
+ "@digipair/skill-http": "0.21.0",
20
+ "@digipair/skill-keycloak": "0.21.0",
21
+ "@digipair/skill-linkedin": "0.21.0",
22
+ "@digipair/skill-llm": "0.21.0",
23
+ "@digipair/skill-microsoft": "0.21.0",
24
+ "@digipair/skill-mongodb": "0.21.0",
25
+ "@digipair/skill-nuki": "0.21.0",
26
+ "@digipair/skill-ollama": "0.21.0",
27
+ "@digipair/skill-openai": "0.21.0",
28
+ "@digipair/skill-pushbullet": "0.21.0",
29
+ "@digipair/skill-sendmail": "0.21.0",
30
+ "@digipair/skill-service": "0.21.0",
31
+ "@digipair/skill-smoobu": "0.21.0",
32
+ "@digipair/skill-temporal": "0.21.0",
33
+ "@digipair/skill-twilio": "0.21.0",
34
+ "@digipair/skill-vespa": "0.21.0",
35
+ "@digipair/skill-web": "0.21.0",
36
36
  "tslib": "^2.6.3",
37
37
  "@nestjs/common": "^10.3.9",
38
38
  "@nestjs/core": "^10.3.9",
@@ -18,8 +18,8 @@ let AppController = class AppController {
18
18
  if (path === 'favicon.ico') {
19
19
  return res.send(null);
20
20
  }
21
+ params = path.split('/');
21
22
  if (domains[host]) {
22
- params = path.split('/');
23
23
  digipair = domains[host].digipair;
24
24
  reasoning = params[0];
25
25
  params = params.slice(1);
@@ -28,8 +28,11 @@ let AppController = class AppController {
28
28
  return;
29
29
  }
30
30
  }
31
+ else if (params.length < 2) {
32
+ res.redirect(`/admin/digipair-list`);
33
+ return;
34
+ }
31
35
  else {
32
- params = path.split('/');
33
36
  digipair = params[0];
34
37
  reasoning = params[1];
35
38
  params = params.slice(2);
@@ -1 +1 @@
1
- {"version":3,"file":"app.controller.js","sourceRoot":"","sources":["../../../../../apps/factory/src/app/app.controller.ts"],"names":[],"mappings":";;;;AAAA,2CAAiE;AAEjE,2BAA8B;AAC9B,+CAA2C;AAGpC,IAAM,aAAa,GAAnB,MAAM,aAAa;IACxB,YAA6B,UAAsB;QAAtB,eAAU,GAAV,UAAU,CAAY;IAAG,CAAC;IAGjD,AAAN,KAAK,CAAC,MAAM,CAAQ,GAAa,EAAS,OAAgB,EAAU,IAAS;QAC3E,MAAM,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,oBAAoB,IAAI,WAAW,CAAC;QAC/D,MAAM,IAAI,GAAG,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;QAChD,MAAM,IAAI,GAAG,OAAO,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;QACjC,IAAI,MAAgB,EAAE,QAAgB,EAAE,SAAiB,CAAC;QAE1D,MAAM,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,aAAQ,CAAC,QAAQ,CAAC,GAAG,MAAM,eAAe,EAAE,MAAM,CAAC,CAAC,CAAC;QAEtF,IAAI,IAAI,KAAK,aAAa,EAAE,CAAC;YAC3B,OAAO,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACxB,CAAC;QAED,IAAI,OAAO,CAAC,IAAI,CAAC,EAAE,CAAC;YAClB,MAAM,GAAG,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;YACzB,QAAQ,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC;YAClC,SAAS,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;YACtB,MAAM,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;YAEzB,IAAI,CAAC,SAAS,EAAE,CAAC;gBACf,GAAG,CAAC,QAAQ,CAAC,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC,SAAS,EAAE,CAAC,CAAC;gBAC5C,OAAO;YACT,CAAC;QACH,CAAC;aAAM,CAAC;YACN,MAAM,GAAG,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;YACzB,QAAQ,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;YACrB,SAAS,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;YACtB,MAAM,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;QAC3B,CAAC;QAED,MAAM,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;QAC9B,GAAG,CAAC,IAAI,CACN,MAAM,IAAI,CAAC,UAAU,CAAC,KAAK,CACzB,GAAG,MAAM,YAAY,EACrB,QAAQ,EACR,SAAS,EACT,IAAI,EACJ,MAAM,EACN,MAAM,EACN,OAAO,CAAC,OAAO,CAChB,CACF,CAAC;IACJ,CAAC;CACF,CAAA;AA9CY,sCAAa;AAIlB;IADL,IAAA,YAAG,EAAC,GAAG,CAAC;IACK,mBAAA,IAAA,YAAG,GAAE,CAAA;IAAiB,mBAAA,IAAA,YAAG,GAAE,CAAA;IAAoB,mBAAA,IAAA,aAAI,GAAE,CAAA;;;;2CAyClE;wBA7CU,aAAa;IADzB,IAAA,mBAAU,GAAE;6CAE8B,wBAAU;GADxC,aAAa,CA8CzB"}
1
+ {"version":3,"file":"app.controller.js","sourceRoot":"","sources":["../../../../../apps/factory/src/app/app.controller.ts"],"names":[],"mappings":";;;;AAAA,2CAAiE;AAEjE,2BAA8B;AAC9B,+CAA2C;AAGpC,IAAM,aAAa,GAAnB,MAAM,aAAa;IACxB,YAA6B,UAAsB;QAAtB,eAAU,GAAV,UAAU,CAAY;IAAG,CAAC;IAGjD,AAAN,KAAK,CAAC,MAAM,CAAQ,GAAa,EAAS,OAAgB,EAAU,IAAS;QAC3E,MAAM,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,oBAAoB,IAAI,WAAW,CAAC;QAC/D,MAAM,IAAI,GAAG,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;QAChD,MAAM,IAAI,GAAG,OAAO,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;QACjC,IAAI,MAAgB,EAAE,QAAgB,EAAE,SAAiB,CAAC;QAE1D,MAAM,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,aAAQ,CAAC,QAAQ,CAAC,GAAG,MAAM,eAAe,EAAE,MAAM,CAAC,CAAC,CAAC;QAEtF,IAAI,IAAI,KAAK,aAAa,EAAE,CAAC;YAC3B,OAAO,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACxB,CAAC;QAED,MAAM,GAAG,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;QACzB,IAAI,OAAO,CAAC,IAAI,CAAC,EAAE,CAAC;YAClB,QAAQ,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC;YAClC,SAAS,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;YACtB,MAAM,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;YAEzB,IAAI,CAAC,SAAS,EAAE,CAAC;gBACf,GAAG,CAAC,QAAQ,CAAC,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC,SAAS,EAAE,CAAC,CAAC;gBAC5C,OAAO;YACT,CAAC;QACH,CAAC;aAAM,IAAI,MAAM,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YAC7B,GAAG,CAAC,QAAQ,CAAC,sBAAsB,CAAC,CAAC;YACrC,OAAO;QACT,CAAC;aAAM,CAAC;YACN,QAAQ,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;YACrB,SAAS,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;YACtB,MAAM,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;QAC3B,CAAC;QAED,MAAM,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;QAC9B,GAAG,CAAC,IAAI,CACN,MAAM,IAAI,CAAC,UAAU,CAAC,KAAK,CACzB,GAAG,MAAM,YAAY,EACrB,QAAQ,EACR,SAAS,EACT,IAAI,EACJ,MAAM,EACN,MAAM,EACN,OAAO,CAAC,OAAO,CAChB,CACF,CAAC;IACJ,CAAC;CACF,CAAA;AAhDY,sCAAa;AAIlB;IADL,IAAA,YAAG,EAAC,GAAG,CAAC;IACK,mBAAA,IAAA,YAAG,GAAE,CAAA;IAAiB,mBAAA,IAAA,YAAG,GAAE,CAAA;IAAoB,mBAAA,IAAA,aAAI,GAAE,CAAA;;;;2CA2ClE;wBA/CU,aAAa;IADzB,IAAA,mBAAU,GAAE;6CAE8B,wBAAU;GADxC,aAAa,CAgDzB"}
@@ -1,6 +1,6 @@
1
1
  {
2
- "name": "<%= name %>",
3
- "description": "<%= description %>",
2
+ "name": "default",
3
+ "description": "default configuration",
4
4
  "metadata": {
5
5
  "avatar": "avatar.png",
6
6
  "primary": "#51E0DC",
@@ -3,24 +3,31 @@
3
3
  "description": "Generating a response for the user via the chatbot.",
4
4
  "library": "@digipair/skill-chatbot",
5
5
  "element": "boost",
6
- "metadata": { "boosts": [] },
6
+ "metadata": {
7
+ "boosts": []
8
+ },
7
9
  "properties": {
8
10
  "execute": [
9
11
  {
10
12
  "library": "@digipair/skill-dsp",
11
13
  "element": "agent",
12
14
  "properties": {
13
- "name": "Admin",
15
+ "name": "Assistant",
14
16
  "description": "You are a helpful assistant, capable of explaining concepts in a simple manner. If you're unsure of an answer, you can say \"I don't know\" or \"I'm not sure.\"",
15
- "signature": "\"Provide a very short, precise, and concise answer in French to the user's question using only your knowledge base.\" userQuestion:string -> answer: string \"Assistant answer\""
17
+ "signature": "\"Provide a very short, precise, and concise answer to the user's question using only your knowledge base.\" userQuestion:string -> answer: string \"Assistant answer\"",
18
+ "input": {
19
+ "userQuestion": "{{request.body.prompt}}"
20
+ }
16
21
  }
17
22
  },
18
23
  {
19
24
  "library": "@digipair/skill-chatbot",
20
25
  "element": "answer",
21
- "properties": { "assistant": "{{previous.assistant.content}}" }
26
+ "properties": {
27
+ "assistant": "{{previous.answer}}"
28
+ }
22
29
  }
23
30
  ]
24
31
  },
25
32
  "pins": []
26
- }
33
+ }
@@ -0,0 +1,66 @@
1
+ {
2
+ "name": "Adding a digipair",
3
+ "description": "Adding a new digipair.",
4
+ "library": "@digipair/skill-chatbot",
5
+ "element": "boost",
6
+ "metadata": { "boosts": [] },
7
+ "properties": {
8
+ "execute": [
9
+ {
10
+ "library": "@digipair/skill-data-management",
11
+ "element": "setVariable",
12
+ "properties": {
13
+ "name": "infos",
14
+ "execute": [
15
+ {
16
+ "library": "@digipair/skill-dsp",
17
+ "element": "generate",
18
+ "properties": {
19
+ "signature": "\"Extract the information for creating the reasoning from the user's comment\" comment:string \"User's comment describing the reasoning to create\" -> id:string \"reasoning identifier in kebab case\", name:string \"Very short name of the reasoning\", description:string \"Short description of the reasoning\", assistant:string \"Assistant's response to confirm that the digipair has been successfully added\"",
20
+ "input": { "comment": "{{request.body.prompt}}" }
21
+ }
22
+ }
23
+ ]
24
+ }
25
+ },
26
+ {
27
+ "library": "@digipair/skill-editor",
28
+ "element": "addDigipair",
29
+ "properties": {
30
+ "digipair": "{{variables.infos.id}}"
31
+ }
32
+ },
33
+ {
34
+ "library": "@digipair/skill-editor",
35
+ "element": "getReasoning",
36
+ "properties": {
37
+ "digipair": "{{variables.infos.id}}"
38
+ }
39
+ },
40
+ {
41
+ "library": "@digipair/skill-editor",
42
+ "element": "setReasoning",
43
+ "properties": {
44
+ "digipair": "{{variables.infos.id}}",
45
+ "value": {
46
+ "name": "{{variables.infos.name}}",
47
+ "description": "{{variables.infos.description}}",
48
+ "metadata": "EVALUATE:previous.metadata",
49
+ "libraries": "EVALUATE:previous.libraries",
50
+ "variables": "EVALUATE:previous.variables",
51
+ "privates": "EVALUATE:previous.privates"
52
+ }
53
+ }
54
+ },
55
+ {
56
+ "library": "@digipair/skill-chatbot",
57
+ "element": "answer",
58
+ "properties": {
59
+ "assistant": "{{variables.infos.assistant}}",
60
+ "command": [{ "library": "@digipair/skill-web-interact", "element": "reload" }]
61
+ }
62
+ }
63
+ ]
64
+ },
65
+ "pins": []
66
+ }
@@ -16,7 +16,7 @@
16
16
  "library": "@digipair/skill-dsp",
17
17
  "element": "generate",
18
18
  "properties": {
19
- "signature": "\"Extract the information for creating the reasoning from the user's comment\" comment:string \"User's comment describing the reasoning to create\" -> id:string \"reasoning identifier in kebab case\", name:string \"Very short name of the reasoning\", description:string \"Short description of the reasoning\", assistant:string \"Assistant's response in French to confirm that the reasoning has been successfully added\"",
19
+ "signature": "\"Extract the information for creating the reasoning from the user's comment\" comment:string \"User's comment describing the reasoning to create\" -> id:string \"reasoning identifier in kebab case\", name:string \"Very short name of the reasoning\", description:string \"Short description of the reasoning\", assistant:string \"Assistant's response to confirm that the reasoning has been successfully added\"",
20
20
  "input": { "comment": "{{request.body.prompt}}" }
21
21
  }
22
22
  }
@@ -3,24 +3,31 @@
3
3
  "description": "Generating a response for the user via the chatbot.",
4
4
  "library": "@digipair/skill-chatbot",
5
5
  "element": "boost",
6
- "metadata": { "boosts": [] },
6
+ "metadata": {
7
+ "boosts": []
8
+ },
7
9
  "properties": {
8
10
  "execute": [
9
11
  {
10
12
  "library": "@digipair/skill-dsp",
11
13
  "element": "agent",
12
14
  "properties": {
13
- "name": "Admin",
15
+ "name": "Assistant",
14
16
  "description": "You are a helpful assistant, capable of explaining concepts in a simple manner. If you're unsure of an answer, you can say \"I don't know\" or \"I'm not sure.\"",
15
- "signature": "\"Provide a very short, precise, and concise answer in French to the user's question using only your knowledge base.\" userQuestion:string -> answer: string \"Assistant answer\""
17
+ "signature": "\"Provide a very short, precise, and concise answer to the user's question using only your knowledge base.\" userQuestion:string -> answer: string \"Assistant answer\"",
18
+ "input": {
19
+ "userQuestion": "{{request.body.prompt}}"
20
+ }
16
21
  }
17
22
  },
18
23
  {
19
24
  "library": "@digipair/skill-chatbot",
20
25
  "element": "answer",
21
- "properties": { "assistant": "{{previous.assistant.content}}" }
26
+ "properties": {
27
+ "assistant": "{{previous.answer}}"
28
+ }
22
29
  }
23
30
  ]
24
31
  },
25
32
  "pins": []
26
- }
33
+ }
@@ -56,8 +56,26 @@
56
56
  "library": "@digipair/skill-web-interact",
57
57
  "element": "execute",
58
58
  "properties": {
59
- "name": "openResult",
60
- "selector": "digipair-chatbot"
59
+ "name": "executeBoost",
60
+ "selector": "digipair-chatbot",
61
+ "args": [
62
+ {
63
+ "name": "Add a digipair",
64
+ "prompt": true,
65
+ "required": true,
66
+ "text": "What is the id, the name and the description for the new digipair ?",
67
+ "command": {
68
+ "library": "@digipair/actions-chatbot",
69
+ "element": "executeRemoteReasoning",
70
+ "properties": {
71
+ "digipair": "admin",
72
+ "reasoning": "boost-add-digipair",
73
+ "apiUrl": "",
74
+ "input": {}
75
+ }
76
+ }
77
+ }
78
+ ]
61
79
  }
62
80
  }
63
81
  ]
@@ -151,7 +169,7 @@
151
169
  {
152
170
  "library": "@digipair/skill-web-interact",
153
171
  "element": "goTo",
154
- "properties": { "url": "/reasoning-list/{{item.id}}" }
172
+ "properties": { "url": "/admin/reasoning-list/{{item.id}}" }
155
173
  }
156
174
  ]
157
175
  }
@@ -32,14 +32,14 @@
32
32
  {
33
33
  "library": "@digipair/skill-web-spectrum",
34
34
  "element": "sp-top-nav-item",
35
- "properties": { "textContent": "Home", "href": "/digipair-list" }
35
+ "properties": { "textContent": "Home", "href": "/admin/digipair-list" }
36
36
  },
37
37
  {
38
38
  "library": "@digipair/skill-web-spectrum",
39
39
  "element": "sp-top-nav-item",
40
40
  "properties": {
41
41
  "textContent": "{{variables.digipair.name}}",
42
- "href": "/reasoning-list/{{variables.digipair.id}}"
42
+ "href": "/admin/reasoning-list/{{variables.digipair.id}}"
43
43
  }
44
44
  },
45
45
  {
@@ -67,7 +67,7 @@
67
67
  "library": "@digipair/skill-web-interact",
68
68
  "element": "goTo",
69
69
  "properties": {
70
- "url": "/reasoning-editor/{{variables.digipair.id}}/{{variables.reasoning.id}}"
70
+ "url": "/admin/reasoning-editor/{{variables.digipair.id}}/{{variables.reasoning.id}}"
71
71
  }
72
72
  }
73
73
  ]
@@ -32,14 +32,14 @@
32
32
  {
33
33
  "library": "@digipair/skill-web-spectrum",
34
34
  "element": "sp-top-nav-item",
35
- "properties": { "textContent": "Home", "href": "/digipair-list" }
35
+ "properties": { "textContent": "Home", "href": "/admin/digipair-list" }
36
36
  },
37
37
  {
38
38
  "library": "@digipair/skill-web-spectrum",
39
39
  "element": "sp-top-nav-item",
40
40
  "properties": {
41
41
  "textContent": "{{variables.digipair.name}}",
42
- "href": "/reasoning-list/{{variables.digipair.id}}"
42
+ "href": "/admin/reasoning-list/{{variables.digipair.id}}"
43
43
  }
44
44
  },
45
45
  {
@@ -67,7 +67,7 @@
67
67
  "library": "@digipair/skill-web-interact",
68
68
  "element": "goTo",
69
69
  "properties": {
70
- "url": "/json-editor/{{variables.digipair.id}}/{{variables.reasoning.id}}"
70
+ "url": "/admin/json-editor/{{variables.digipair.id}}/{{variables.reasoning.id}}"
71
71
  }
72
72
  }
73
73
  ]
@@ -89,7 +89,7 @@
89
89
  "library": "@digipair/skill-web-interact",
90
90
  "element": "goTo",
91
91
  "properties": {
92
- "url": "/{{variables.digipair.id}}/{{variables.reasoning.id}}"
92
+ "url": "/admin/{{variables.digipair.id}}/{{variables.reasoning.id}}"
93
93
  }
94
94
  }
95
95
  ]
@@ -40,7 +40,7 @@
40
40
  {
41
41
  "library": "@digipair/skill-web-spectrum",
42
42
  "element": "sp-top-nav-item",
43
- "properties": { "textContent": "Home", "href": "/digipair-list" }
43
+ "properties": { "textContent": "Home", "href": "/admin/digipair-list" }
44
44
  },
45
45
  {
46
46
  "library": "@digipair/skill-web-spectrum",
@@ -56,7 +56,7 @@
56
56
  "element": "sp-menu-item",
57
57
  "properties": {
58
58
  "textContent": "Configurer",
59
- "href": "/json-editor/{{request.params.[0]}}/config"
59
+ "href": "/admin/json-editor/{{request.params.[0]}}/config"
60
60
  }
61
61
  },
62
62
  {
@@ -330,7 +330,7 @@
330
330
  "library": "@digipair/skill-web-interact",
331
331
  "element": "goTo",
332
332
  "properties": {
333
- "url": "/reasoning-editor/{{request.params.[0]}}/{{item.id}}"
333
+ "url": "/admin/reasoning-editor/{{request.params.[0]}}/{{item.id}}"
334
334
  }
335
335
  }
336
336
  ]
@@ -352,7 +352,7 @@
352
352
  "library": "@digipair/skill-web-interact",
353
353
  "element": "goTo",
354
354
  "properties": {
355
- "url": "/{{request.params.[0]}}/{{item.id}}"
355
+ "url": "/admin/{{request.params.[0]}}/{{item.id}}"
356
356
  }
357
357
  }
358
358
  ]