digipair 0.66.5 → 0.66.7
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 +31 -31
- package/src/assets/digipairs/admin/boost-add-digipair-api.json +1 -1
- package/src/assets/digipairs/admin/boost-add-digipair-imap-listener.json +1 -1
- package/src/assets/digipairs/admin/boost-add-digipair-teams.json +1 -1
- package/src/assets/digipairs/admin/json-editor.json +1 -0
- package/src/assets/digipairs/admin/reasoning-editor.json +1 -0
package/package.json
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "digipair",
|
|
3
|
-
"version": "0.66.
|
|
3
|
+
"version": "0.66.7",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"bin": {
|
|
6
6
|
"digipair": "./bin/digipair.js"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@digipair/engine": "0.66.
|
|
10
|
-
"@digipair/skill-chatbot": "0.66.
|
|
11
|
-
"@digipair/skill-common": "0.66.
|
|
12
|
-
"@digipair/skill-cron": "0.66.
|
|
13
|
-
"@digipair/skill-basic": "0.66.
|
|
14
|
-
"@digipair/skill-debug": "0.66.
|
|
15
|
-
"@digipair/skill-dsp": "0.66.
|
|
16
|
-
"@digipair/skill-editor": "0.66.
|
|
17
|
-
"@digipair/skill-factory": "0.66.
|
|
18
|
-
"@digipair/skill-http": "0.66.
|
|
19
|
-
"@digipair/skill-llm": "0.66.
|
|
20
|
-
"@digipair/skill-openai": "0.66.
|
|
21
|
-
"@digipair/skill-service": "0.66.
|
|
22
|
-
"@digipair/skill-sse": "0.66.
|
|
23
|
-
"@digipair/skill-temporal": "0.66.
|
|
24
|
-
"@digipair/skill-web": "0.66.
|
|
25
|
-
"@digipair/skill-logger": "0.66.
|
|
26
|
-
"@digipair/skill-process": "0.66.
|
|
27
|
-
"@digipair/skill-oauth2": "0.66.
|
|
28
|
-
"@digipair/skill-imap": "0.66.
|
|
29
|
-
"@digipair/skill-sendmail": "0.66.
|
|
30
|
-
"@digipair/skill-web-debug": "0.66.
|
|
31
|
-
"@digipair/skill-web-jsoneditor": "0.66.
|
|
32
|
-
"@digipair/skill-web-notification": "0.66.
|
|
33
|
-
"@digipair/skill-web-chatbot": "0.66.
|
|
34
|
-
"@digipair/skill-web-editor": "0.66.
|
|
35
|
-
"@digipair/skill-web-inputs": "0.66.
|
|
36
|
-
"@digipair/skill-web-spectrum": "0.66.
|
|
37
|
-
"@digipair/skill-web-interact": "0.66.
|
|
38
|
-
"@digipair/skill-web-font-awesome": "0.66.
|
|
9
|
+
"@digipair/engine": "0.66.7",
|
|
10
|
+
"@digipair/skill-chatbot": "0.66.7",
|
|
11
|
+
"@digipair/skill-common": "0.66.7",
|
|
12
|
+
"@digipair/skill-cron": "0.66.7",
|
|
13
|
+
"@digipair/skill-basic": "0.66.7",
|
|
14
|
+
"@digipair/skill-debug": "0.66.7",
|
|
15
|
+
"@digipair/skill-dsp": "0.66.7",
|
|
16
|
+
"@digipair/skill-editor": "0.66.7",
|
|
17
|
+
"@digipair/skill-factory": "0.66.7",
|
|
18
|
+
"@digipair/skill-http": "0.66.7",
|
|
19
|
+
"@digipair/skill-llm": "0.66.7",
|
|
20
|
+
"@digipair/skill-openai": "0.66.7",
|
|
21
|
+
"@digipair/skill-service": "0.66.7",
|
|
22
|
+
"@digipair/skill-sse": "0.66.7",
|
|
23
|
+
"@digipair/skill-temporal": "0.66.7",
|
|
24
|
+
"@digipair/skill-web": "0.66.7",
|
|
25
|
+
"@digipair/skill-logger": "0.66.7",
|
|
26
|
+
"@digipair/skill-process": "0.66.7",
|
|
27
|
+
"@digipair/skill-oauth2": "0.66.7",
|
|
28
|
+
"@digipair/skill-imap": "0.66.7",
|
|
29
|
+
"@digipair/skill-sendmail": "0.66.7",
|
|
30
|
+
"@digipair/skill-web-debug": "0.66.7",
|
|
31
|
+
"@digipair/skill-web-jsoneditor": "0.66.7",
|
|
32
|
+
"@digipair/skill-web-notification": "0.66.7",
|
|
33
|
+
"@digipair/skill-web-chatbot": "0.66.7",
|
|
34
|
+
"@digipair/skill-web-editor": "0.66.7",
|
|
35
|
+
"@digipair/skill-web-inputs": "0.66.7",
|
|
36
|
+
"@digipair/skill-web-spectrum": "0.66.7",
|
|
37
|
+
"@digipair/skill-web-interact": "0.66.7",
|
|
38
|
+
"@digipair/skill-web-font-awesome": "0.66.7",
|
|
39
39
|
"tslib": "^2.6.3",
|
|
40
40
|
"@nestjs/common": "^10.3.9",
|
|
41
41
|
"@nestjs/core": "^10.3.9",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"library": "@digipair/skill-dsp",
|
|
33
33
|
"element": "generate",
|
|
34
34
|
"properties": {
|
|
35
|
-
"signature": "\"Extract the information for creating the digipair from the user's comment\"\ncomment:string \"User's comment describing the digipair to create\" -> \n name:string \"Very short name of the agent from the comment in
|
|
35
|
+
"signature": "\"Extract the information for creating the digipair from the user's comment\"\ncomment:string \"User's comment describing the digipair to create\" -> \n name:string \"Very short name of the agent from the comment in english\", \n description:string \"Short description of the agent from the comment\", \n assistant:string \"Assistant's response to confirm that the digipair has been successfully added and recall to the user to update his API key from the agent configuration\"",
|
|
36
36
|
"input": { "comment": "{{request.body.prompt}}" }
|
|
37
37
|
}
|
|
38
38
|
}
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"library": "@digipair/skill-dsp",
|
|
33
33
|
"element": "generate",
|
|
34
34
|
"properties": {
|
|
35
|
-
"signature": "\"Extract the information for creating the digipair from the user's comment\"\ncomment:string \"User's comment describing the digipair to create\" -> \n name:string \"Very short name of the agent from the comment\", \n description:string \"Short description of the agent from the comment in
|
|
35
|
+
"signature": "\"Extract the information for creating the digipair from the user's comment\"\ncomment:string \"User's comment describing the digipair to create\" -> \n name:string \"Very short name of the agent from the comment\", \n description:string \"Short description of the agent from the comment in english\", \n assistant:string \"Assistant's response to confirm that the digipair has been successfully added and recall to the user to update his IMPA and SMTP settings from the agent configuration\"",
|
|
36
36
|
"input": { "comment": "{{request.body.prompt}}" }
|
|
37
37
|
}
|
|
38
38
|
}
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"library": "@digipair/skill-dsp",
|
|
33
33
|
"element": "generate",
|
|
34
34
|
"properties": {
|
|
35
|
-
"signature": "\"Extract the information for creating the digipair from the user's comment\"\ncomment:string \"User's comment describing the digipair to create\" -> \n name:string \"Very short name of the agent from the comment\", \n description:string \"Short description of the agent from the comment in
|
|
35
|
+
"signature": "\"Extract the information for creating the digipair from the user's comment\"\ncomment:string \"User's comment describing the digipair to create\" -> \n name:string \"Very short name of the agent from the comment\", \n description:string \"Short description of the agent from the comment in english\", \n assistant:string \"Assistant's response to confirm that the digipair has been successfully added and recall to the user to update his API key from the agent configuration\"",
|
|
36
36
|
"input": { "comment": "{{request.body.prompt}}" }
|
|
37
37
|
}
|
|
38
38
|
}
|