digipair 0.99.3 → 0.100.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 +36 -36
- package/src/app/assets/digipairs/common/conversation.json +2 -4
- package/src/app/assets/digipairs/studio/conversation.json +2 -4
- package/src/app/assets/templates/expert/conversation.json +2 -4
- package/src/app/assets/templates/imap-listener/conversation.json +2 -4
- package/src/app/assets/templates/imap-listener-oauth2/conversation.json +2 -4
- package/src/app/assets/templates/openapi-apikey/conversation.json +2 -4
package/package.json
CHANGED
|
@@ -1,46 +1,46 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "digipair",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.100.0",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"bin": {
|
|
6
6
|
"digipair": "./bin/digipair.js"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@digipair/engine": "0.
|
|
10
|
-
"@digipair/skill-chatbot": "0.
|
|
11
|
-
"@digipair/skill-common": "0.
|
|
12
|
-
"@digipair/skill-cron": "0.
|
|
13
|
-
"@digipair/skill-basic": "0.
|
|
14
|
-
"@digipair/skill-canvas": "0.
|
|
15
|
-
"@digipair/skill-codex": "0.
|
|
16
|
-
"@digipair/skill-debug": "0.
|
|
17
|
-
"@digipair/skill-dsp": "0.
|
|
18
|
-
"@digipair/skill-editor": "0.
|
|
19
|
-
"@digipair/skill-factory": "0.
|
|
20
|
-
"@digipair/skill-http": "0.
|
|
21
|
-
"@digipair/skill-llm": "0.
|
|
22
|
-
"@digipair/skill-openai": "0.
|
|
23
|
-
"@digipair/skill-service": "0.
|
|
24
|
-
"@digipair/skill-sse": "0.
|
|
25
|
-
"@digipair/skill-temporal": "0.
|
|
26
|
-
"@digipair/skill-tool": "0.
|
|
27
|
-
"@digipair/skill-web": "0.
|
|
28
|
-
"@digipair/skill-worker": "0.
|
|
29
|
-
"@digipair/skill-logger": "0.
|
|
30
|
-
"@digipair/skill-process": "0.
|
|
31
|
-
"@digipair/skill-oauth2": "0.
|
|
32
|
-
"@digipair/skill-imap": "0.
|
|
33
|
-
"@digipair/skill-sendmail": "0.
|
|
34
|
-
"@digipair/skill-web-debug": "0.
|
|
35
|
-
"@digipair/skill-web-jsoneditor": "0.
|
|
36
|
-
"@digipair/skill-web-notification": "0.
|
|
37
|
-
"@digipair/skill-web-chatbot": "0.
|
|
38
|
-
"@digipair/skill-web-editor": "0.
|
|
39
|
-
"@digipair/skill-web-inputs": "0.
|
|
40
|
-
"@digipair/skill-web-spectrum": "0.
|
|
41
|
-
"@digipair/skill-web-interact": "0.
|
|
42
|
-
"@digipair/skill-web-font-awesome": "0.
|
|
43
|
-
"@digipair/skill-yaml": "0.
|
|
9
|
+
"@digipair/engine": "0.100.0",
|
|
10
|
+
"@digipair/skill-chatbot": "0.100.0",
|
|
11
|
+
"@digipair/skill-common": "0.100.0",
|
|
12
|
+
"@digipair/skill-cron": "0.100.0",
|
|
13
|
+
"@digipair/skill-basic": "0.100.0",
|
|
14
|
+
"@digipair/skill-canvas": "0.100.0",
|
|
15
|
+
"@digipair/skill-codex": "0.100.0",
|
|
16
|
+
"@digipair/skill-debug": "0.100.0",
|
|
17
|
+
"@digipair/skill-dsp": "0.100.0",
|
|
18
|
+
"@digipair/skill-editor": "0.100.0",
|
|
19
|
+
"@digipair/skill-factory": "0.100.0",
|
|
20
|
+
"@digipair/skill-http": "0.100.0",
|
|
21
|
+
"@digipair/skill-llm": "0.100.0",
|
|
22
|
+
"@digipair/skill-openai": "0.100.0",
|
|
23
|
+
"@digipair/skill-service": "0.100.0",
|
|
24
|
+
"@digipair/skill-sse": "0.100.0",
|
|
25
|
+
"@digipair/skill-temporal": "0.100.0",
|
|
26
|
+
"@digipair/skill-tool": "0.100.0",
|
|
27
|
+
"@digipair/skill-web": "0.100.0",
|
|
28
|
+
"@digipair/skill-worker": "0.100.0",
|
|
29
|
+
"@digipair/skill-logger": "0.100.0",
|
|
30
|
+
"@digipair/skill-process": "0.100.0",
|
|
31
|
+
"@digipair/skill-oauth2": "0.100.0",
|
|
32
|
+
"@digipair/skill-imap": "0.100.0",
|
|
33
|
+
"@digipair/skill-sendmail": "0.100.0",
|
|
34
|
+
"@digipair/skill-web-debug": "0.100.0",
|
|
35
|
+
"@digipair/skill-web-jsoneditor": "0.100.0",
|
|
36
|
+
"@digipair/skill-web-notification": "0.100.0",
|
|
37
|
+
"@digipair/skill-web-chatbot": "0.100.0",
|
|
38
|
+
"@digipair/skill-web-editor": "0.100.0",
|
|
39
|
+
"@digipair/skill-web-inputs": "0.100.0",
|
|
40
|
+
"@digipair/skill-web-spectrum": "0.100.0",
|
|
41
|
+
"@digipair/skill-web-interact": "0.100.0",
|
|
42
|
+
"@digipair/skill-web-font-awesome": "0.100.0",
|
|
43
|
+
"@digipair/skill-yaml": "0.100.0",
|
|
44
44
|
"tslib": "^2.6.3",
|
|
45
45
|
"@nestjs/common": "^10.3.9",
|
|
46
46
|
"@nestjs/core": "^10.3.9",
|
|
@@ -23,11 +23,9 @@
|
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
25
|
"library": "@digipair/skill-dsp",
|
|
26
|
-
"element": "
|
|
26
|
+
"element": "generate",
|
|
27
27
|
"properties": {
|
|
28
|
-
"
|
|
29
|
-
"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.\"",
|
|
30
|
-
"signature": "\"Provide a very short, precise, and concise answer to the user's question using only your knowledge base.\" \nuserQuestion:string,\nhistory?:string[] ->\n answer: string \"Assistant answer\"",
|
|
28
|
+
"signature": "\"You are a helpful assistant, capable of explaining concepts in a simple manner.\" \nuserQuestion:string,\nhistory?:string[] ->\n answer: string \"Assistant answer\"",
|
|
31
29
|
"input": {
|
|
32
30
|
"userQuestion": "{{request.body.prompt}}",
|
|
33
31
|
"history": "EVALUATE:variables.history"
|
|
@@ -39,11 +39,9 @@
|
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"library": "@digipair/skill-dsp",
|
|
42
|
-
"element": "
|
|
42
|
+
"element": "generate",
|
|
43
43
|
"properties": {
|
|
44
|
-
"
|
|
45
|
-
"description": "You are a helpful assistant, capable of explaining concepts in a simple manner.",
|
|
46
|
-
"signature": "\"Provide a very short, precise, and concise answer to the user's question using only your knowledge base.\" \nuserQuestion:string,\nhistory?:string[] ->\n answer: string \"Assistant answer\"",
|
|
44
|
+
"signature": "\"You are a helpful assistant, capable of explaining concepts in a simple manner.\" \nuserQuestion:string,\nhistory?:string[] ->\n answer: string \"Assistant answer\"",
|
|
47
45
|
"input": {
|
|
48
46
|
"userQuestion": "{{request.body.prompt}}",
|
|
49
47
|
"history": "EVALUATE:variables.history"
|
|
@@ -23,11 +23,9 @@
|
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
25
|
"library": "@digipair/skill-dsp",
|
|
26
|
-
"element": "
|
|
26
|
+
"element": "generate",
|
|
27
27
|
"properties": {
|
|
28
|
-
"
|
|
29
|
-
"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.\"",
|
|
30
|
-
"signature": "\"Provide a very short, precise, and concise answer to the user's question using only your knowledge base.\" \nuserQuestion:string,\nhistory?:string[] ->\n answer: string \"Assistant answer\"",
|
|
28
|
+
"signature": "\"You are a helpful assistant, capable of explaining concepts in a simple manner.\" \nuserQuestion:string,\nhistory?:string[] ->\n answer: string \"Assistant answer\"",
|
|
31
29
|
"input": {
|
|
32
30
|
"userQuestion": "{{request.body.prompt}}",
|
|
33
31
|
"history": "EVALUATE:variables.history"
|
|
@@ -23,11 +23,9 @@
|
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
25
|
"library": "@digipair/skill-dsp",
|
|
26
|
-
"element": "
|
|
26
|
+
"element": "generate",
|
|
27
27
|
"properties": {
|
|
28
|
-
"
|
|
29
|
-
"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.\"",
|
|
30
|
-
"signature": "\"Provide a very short, precise, and concise answer to the user's question using only your knowledge base.\" \nuserQuestion:string,\nhistory?:string[] ->\n answer: string \"Assistant answer\"",
|
|
28
|
+
"signature": "\"You are a helpful assistant, capable of explaining concepts in a simple manner.\" \nuserQuestion:string,\nhistory?:string[] ->\n answer: string \"Assistant answer\"",
|
|
31
29
|
"input": {
|
|
32
30
|
"userQuestion": "{{request.body.prompt}}",
|
|
33
31
|
"history": "EVALUATE:variables.history"
|
|
@@ -23,11 +23,9 @@
|
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
25
|
"library": "@digipair/skill-dsp",
|
|
26
|
-
"element": "
|
|
26
|
+
"element": "generate",
|
|
27
27
|
"properties": {
|
|
28
|
-
"
|
|
29
|
-
"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.\"",
|
|
30
|
-
"signature": "\"Provide a very short, precise, and concise answer to the user's question using only your knowledge base.\" \nuserQuestion:string,\nhistory?:string[] ->\n answer: string \"Assistant answer\"",
|
|
28
|
+
"signature": "\"You are a helpful assistant, capable of explaining concepts in a simple manner.\" \nuserQuestion:string,\nhistory?:string[] ->\n answer: string \"Assistant answer\"",
|
|
31
29
|
"input": {
|
|
32
30
|
"userQuestion": "{{request.body.prompt}}",
|
|
33
31
|
"history": "EVALUATE:variables.history"
|
|
@@ -23,11 +23,9 @@
|
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
25
|
"library": "@digipair/skill-dsp",
|
|
26
|
-
"element": "
|
|
26
|
+
"element": "generate",
|
|
27
27
|
"properties": {
|
|
28
|
-
"
|
|
29
|
-
"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.\"",
|
|
30
|
-
"signature": "\"Provide a very short, precise, and concise answer to the user's question using only your knowledge base.\" \nuserQuestion:string,\nhistory?:string[] ->\n answer: string \"Assistant answer\"",
|
|
28
|
+
"signature": "\"You are a helpful assistant, capable of explaining concepts in a simple manner.\" \nuserQuestion:string,\nhistory?:string[] ->\n answer: string \"Assistant answer\"",
|
|
31
29
|
"input": {
|
|
32
30
|
"userQuestion": "{{request.body.prompt}}",
|
|
33
31
|
"history": "EVALUATE:variables.history"
|