File tree 33 files changed +342
-452
lines changed
src/context/system/handlers
33 files changed +342
-452
lines changed Original file line number Diff line number Diff line change 30
30
"@elastic/elasticsearch" : " ^8.17.0" ,
31
31
"aiclient" : " workspace:*" ,
32
32
"better-sqlite3" : " 11.8.1" ,
33
- "debug" : " ^4.3.4 " ,
33
+ "debug" : " ^4.4.0 " ,
34
34
"knowledge-processor" : " workspace:*" ,
35
35
"typeagent" : " workspace:*" ,
36
36
"typechat" : " ^0.1.1"
37
37
},
38
38
"devDependencies" : {
39
39
"@types/better-sqlite3" : " 7.6.11" ,
40
- "@types/debug" : " ^4.1.10 " ,
40
+ "@types/debug" : " ^4.1.12 " ,
41
41
"@types/jest" : " ^29.5.7" ,
42
42
"@types/node" : " ^18.18.7" ,
43
43
"copyfiles" : " ^2.4.1" ,
Original file line number Diff line number Diff line change 27
27
"dependencies" : {
28
28
"agent-dispatcher" : " workspace:*" ,
29
29
"chalk" : " ^5.3.0" ,
30
- "debug" : " ^4.3.4 "
30
+ "debug" : " ^4.4.0 "
31
31
},
32
32
"devDependencies" : {
33
- "@types/debug" : " ^4.1.10 " ,
33
+ "@types/debug" : " ^4.1.12 " ,
34
34
"@types/jest" : " ^29.5.7" ,
35
35
"@types/node" : " ^18.18.7" ,
36
36
"copy-webpack-plugin" : " ^12.0.1" ,
Original file line number Diff line number Diff line change 25
25
"aiclient" : " workspace:*" ,
26
26
"chalk" : " ^5.3.0" ,
27
27
"copyfiles" : " ^2.4.1" ,
28
- "debug" : " ^4.3.4 " ,
28
+ "debug" : " ^4.4.0 " ,
29
29
"dotenv" : " ^16.3.1" ,
30
30
"fastest-levenshtein" : " ^1.0.16" ,
31
31
"typeagent" : " workspace:*" ,
Original file line number Diff line number Diff line change 23
23
},
24
24
"dependencies" : {
25
25
"chalk" : " ^5.3.0" ,
26
- "debug" : " ^4.3.4 "
26
+ "debug" : " ^4.4.0 "
27
27
},
28
28
"devDependencies" : {
29
- "@types/debug" : " ^4.1.10 " ,
29
+ "@types/debug" : " ^4.1.12 " ,
30
30
"@types/jest" : " ^29.5.7" ,
31
31
"@types/node" : " ^18.18.7" ,
32
32
"copy-webpack-plugin" : " ^12.0.1" ,
Original file line number Diff line number Diff line change 29
29
"tsc" : " tsc -b"
30
30
},
31
31
"dependencies" : {
32
- "debug" : " ^4.3.4 " ,
32
+ "debug" : " ^4.4.0 " ,
33
33
"typechat" : " ^0.1.1" ,
34
34
"typescript" : " ^5.4.2"
35
35
},
36
36
"devDependencies" : {
37
- "@types/debug" : " ^4.1.10 " ,
37
+ "@types/debug" : " ^4.1.12 " ,
38
38
"@types/jest" : " ^29.5.7" ,
39
39
"@types/node" : " ^18.18.7" ,
40
40
"jest" : " ^29.7.0" ,
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ export type SchemaType =
110
110
export interface ActionSchemaObject extends SchemaTypeObject {
111
111
fields : {
112
112
actionName : SchemaObjectField < SchemaTypeStringUnion > ;
113
- parameters : SchemaObjectField <
113
+ parameters ? : SchemaObjectField <
114
114
| SchemaTypeObject
115
115
| SchemaTypeReference <
116
116
| SchemaTypeAliasDefinition < SchemaTypeObject >
Original file line number Diff line number Diff line change 28
28
"dependencies" : {
29
29
"@typeagent/agent-sdk" : " workspace:*" ,
30
30
"common-utils" : " workspace:*" ,
31
- "debug" : " ^4.3.4 "
31
+ "debug" : " ^4.4.0 "
32
32
},
33
33
"devDependencies" : {
34
- "@types/debug" : " ^4.1.10 " ,
34
+ "@types/debug" : " ^4.1.12 " ,
35
35
"@types/jest" : " ^29.5.7" ,
36
36
"jest" : " ^29.7.0" ,
37
37
"prettier" : " ^3.2.5" ,
Original file line number Diff line number Diff line change 28
28
"tsc" : " tsc -b"
29
29
},
30
30
"dependencies" : {
31
- "debug" : " ^4.3.4 " ,
31
+ "debug" : " ^4.4.0 " ,
32
32
"type-fest" : " ^4.26.1"
33
33
},
34
34
"devDependencies" : {
35
- "@types/debug" : " ^4.1.10 " ,
35
+ "@types/debug" : " ^4.1.12 " ,
36
36
"@types/jest" : " ^29.5.7" ,
37
37
"jest" : " ^29.7.0" ,
38
38
"prettier" : " ^3.2.5" ,
Original file line number Diff line number Diff line change 35
35
"chalk" : " ^5.3.0" ,
36
36
"common-utils" : " workspace:*" ,
37
37
"date-fns" : " ^4.1.0" ,
38
- "debug" : " ^4.3.4 " ,
38
+ "debug" : " ^4.4.0 " ,
39
39
"dotenv" : " ^16.3.1" ,
40
40
"find-config" : " ^1.0.0" ,
41
41
"proper-lockfile" : " ^4.1.2" ,
45
45
},
46
46
"devDependencies" : {
47
47
"@microsoft/microsoft-graph-types" : " ^2.40.0" ,
48
- "@types/debug" : " ^4.1.10 " ,
48
+ "@types/debug" : " ^4.1.12 " ,
49
49
"@types/find-config" : " 1.0.4" ,
50
50
"@types/jest" : " ^29.5.7" ,
51
51
"@types/node" : " ^18.18.7" ,
Original file line number Diff line number Diff line change 34
34
"agent-rpc" : " workspace:*" ,
35
35
"aiclient" : " workspace:*" ,
36
36
"common-utils" : " workspace:*" ,
37
- "debug" : " ^4.3.4 " ,
37
+ "debug" : " ^4.4.0 " ,
38
38
"dompurify" : " ^3.1.6" ,
39
39
"html-to-text" : " ^9.0.5" ,
40
40
"jsonpath" : " ^1.1.1" ,
50
50
},
51
51
"devDependencies" : {
52
52
"@types/chrome" : " ^0.0.256" ,
53
- "@types/debug" : " ^4.1.10 " ,
53
+ "@types/debug" : " ^4.1.12 " ,
54
54
"@types/dompurify" : " ^3.0.5" ,
55
55
"@types/html-to-text" : " ^9.0.4" ,
56
56
"@types/jquery" : " ^3.5.14" ,
Original file line number Diff line number Diff line change 25
25
"dependencies" : {
26
26
"@typeagent/agent-sdk" : " workspace:*" ,
27
27
"chalk" : " ^5.3.0" ,
28
- "debug" : " ^4.3.4 " ,
28
+ "debug" : " ^4.4.0 " ,
29
29
"graph-utils" : " workspace:*"
30
30
},
31
31
"devDependencies" : {
32
- "@types/debug" : " ^4.1.10 " ,
32
+ "@types/debug" : " ^4.1.12 " ,
33
33
"prettier" : " ^3.2.5" ,
34
34
"rimraf" : " ^5.0.5" ,
35
35
"typescript" : " ^5.4.2"
Original file line number Diff line number Diff line change 31
31
"chalk" : " ^5.3.0" ,
32
32
"common-utils" : " workspace:*" ,
33
33
"cors" : " ^2.8.5" ,
34
- "debug" : " ^4.3.4 " ,
34
+ "debug" : " ^4.4.0 " ,
35
35
"dotenv" : " ^16.3.1" ,
36
36
"find-config" : " ^1.0.0" ,
37
37
"open" : " ^7.0.4" ,
42
42
"devDependencies" : {
43
43
"@types/body-parser" : " ^1.19.5" ,
44
44
"@types/cors" : " ^2.8.17" ,
45
- "@types/debug" : " ^4.1.10 " ,
45
+ "@types/debug" : " ^4.1.12 " ,
46
46
"@types/express" : " ^4.17.17" ,
47
47
"@types/find-config" : " 1.0.4" ,
48
48
"@types/node" : " ^20.3.1" ,
Original file line number Diff line number Diff line change 26
26
"@typeagent/agent-sdk" : " workspace:*" ,
27
27
"aiclient" : " workspace:*" ,
28
28
"chalk" : " ^5.3.0" ,
29
- "debug" : " ^4.3.4 " ,
29
+ "debug" : " ^4.4.0 " ,
30
30
"graph-utils" : " workspace:*" ,
31
31
"typeagent" : " workspace:*"
32
32
},
33
33
"devDependencies" : {
34
- "@types/debug" : " ^4.1.10 " ,
34
+ "@types/debug" : " ^4.1.12 " ,
35
35
"prettier" : " ^3.2.5" ,
36
36
"rimraf" : " ^5.0.5" ,
37
37
"typescript" : " ^5.4.2"
Original file line number Diff line number Diff line change 36
36
"typechat" : " ^0.1.1"
37
37
},
38
38
"devDependencies" : {
39
- "@types/debug" : " ^4.1.10 " ,
39
+ "@types/debug" : " ^4.1.12 " ,
40
40
"@types/express" : " ^4.17.17" ,
41
41
"@types/jest" : " ^29.5.7" ,
42
42
"@types/katex" : " ^0.16.7" ,
Original file line number Diff line number Diff line change 27
27
"axios" : " ^1.7.4" ,
28
28
"chalk" : " ^5.3.0" ,
29
29
"common-utils" : " workspace:*" ,
30
- "debug" : " ^4.3.4 " ,
30
+ "debug" : " ^4.4.0 " ,
31
31
"dotenv" : " ^16.3.1" ,
32
32
"express" : " ^4.21.2" ,
33
33
"open" : " ^7.0.4" ,
34
34
"typechat" : " ^0.1.1"
35
35
},
36
36
"devDependencies" : {
37
- "@types/debug" : " ^4.1.10 " ,
37
+ "@types/debug" : " ^4.1.12 " ,
38
38
"@types/express" : " ^4.17.17" ,
39
39
"@types/node" : " ^20.3.1" ,
40
40
"@types/spotify-api" : " ^0.0.22" ,
Original file line number Diff line number Diff line change 24
24
"dependencies" : {
25
25
"@typeagent/agent-sdk" : " workspace:*" ,
26
26
"chalk" : " ^5.3.0" ,
27
- "debug" : " ^4.3.4 "
27
+ "debug" : " ^4.4.0 "
28
28
},
29
29
"devDependencies" : {
30
- "@types/debug" : " ^4.1.10 " ,
30
+ "@types/debug" : " ^4.1.12 " ,
31
31
"@types/jest" : " ^29.5.7" ,
32
32
"@types/node" : " ^18.18.7" ,
33
33
"copy-webpack-plugin" : " ^12.0.1" ,
Original file line number Diff line number Diff line change 30
30
"dependencies" : {
31
31
"@azure/identity" : " 4.2.1" ,
32
32
"async" : " ^3.2.5" ,
33
- "debug" : " ^4.3.4 " ,
33
+ "debug" : " ^4.4.0 " ,
34
34
"telemetry" : " workspace:*" ,
35
35
"typechat" : " ^0.1.1"
36
36
},
37
37
"devDependencies" : {
38
38
"@types/async" : " ^3.2.24" ,
39
- "@types/debug" : " ^4.1.10 " ,
39
+ "@types/debug" : " ^4.1.12 " ,
40
40
"@types/jest" : " ^29.5.7" ,
41
41
"@types/node" : " ^18.18.7" ,
42
42
"dotenv" : " ^16.3.1" ,
Original file line number Diff line number Diff line change 35
35
"aiclient" : " workspace:*" ,
36
36
"chalk" : " ^5.3.0" ,
37
37
"common-utils" : " workspace:*" ,
38
- "debug" : " ^4.3.4 " ,
38
+ "debug" : " ^4.4.0 " ,
39
39
"default-agent-provider" : " workspace:*" ,
40
40
"dotenv" : " ^16.3.1" ,
41
41
"find-config" : " ^1.0.0" ,
49
49
"ws" : " ^8.17.1"
50
50
},
51
51
"devDependencies" : {
52
- "@types/debug" : " ^4.1.10 " ,
52
+ "@types/debug" : " ^4.1.12 " ,
53
53
"@types/find-config" : " 1.0.4" ,
54
54
"@types/jest" : " ^29.5.7" ,
55
55
"@types/node" : " ^18.18.7" ,
Original file line number Diff line number Diff line change 34
34
"async" : " ^3.2.5" ,
35
35
"chalk" : " ^5.3.0" ,
36
36
"common-utils" : " workspace:*" ,
37
- "debug" : " ^4.3.4 " ,
37
+ "debug" : " ^4.4.0 " ,
38
38
"telemetry" : " workspace:*" ,
39
39
"typechat" : " ^0.1.1"
40
40
},
41
41
"devDependencies" : {
42
42
"@types/async" : " ^3.2.24" ,
43
- "@types/debug" : " ^4.1.10 " ,
43
+ "@types/debug" : " ^4.1.12 " ,
44
44
"@types/jest" : " ^29.5.7" ,
45
45
"@types/node" : " ^18.18.7" ,
46
46
"jest" : " ^29.7.0" ,
Original file line number Diff line number Diff line change 28
28
"agent-cache" : " workspace:*" ,
29
29
"agent-dispatcher" : " workspace:*" ,
30
30
"chalk" : " ^5.3.0" ,
31
- "debug" : " ^4.3.4 "
31
+ "debug" : " ^4.4.0 "
32
32
},
33
33
"devDependencies" : {
34
- "@types/debug" : " ^4.1.10 " ,
34
+ "@types/debug" : " ^4.1.12 " ,
35
35
"@types/jest" : " ^29.5.7" ,
36
36
"@types/node" : " ^18.18.7" ,
37
37
"html-webpack-plugin" : " ^5.6.0" ,
Original file line number Diff line number Diff line change 52
52
"aiclient" : " workspace:*" ,
53
53
"chalk" : " ^5.3.0" ,
54
54
"common-utils" : " workspace:*" ,
55
- "debug" : " ^4.3.4 " ,
55
+ "debug" : " ^4.4.0 " ,
56
56
"default-agent-provider" : " workspace:*" ,
57
57
"dotenv" : " ^16.3.1" ,
58
58
"rimraf" : " ^5.0.5" ,
59
59
"ts-node" : " ^10.9.1" ,
60
60
"typechat" : " ^0.1.1"
61
61
},
62
62
"devDependencies" : {
63
- "@types/debug" : " ^4.1.10 " ,
63
+ "@types/debug" : " ^4.1.12 " ,
64
64
"@types/jest" : " ^29.5.7" ,
65
65
"@types/node" : " ^18.18.7" ,
66
66
"jest" : " ^29.7.0" ,
Original file line number Diff line number Diff line change 52
52
"body-parser" : " ^1.20.3" ,
53
53
"chalk" : " ^5.3.0" ,
54
54
"cors" : " ^2.8.5" ,
55
- "debug" : " ^4.3.4 " ,
55
+ "debug" : " ^4.4.0 " ,
56
56
"dotenv" : " ^16.3.1" ,
57
57
"open" : " ^7.0.4" ,
58
58
"ws" : " ^8.17.1"
59
59
},
60
60
"devDependencies" : {
61
61
"@types/body-parser" : " ^1.19.5" ,
62
62
"@types/cors" : " ^2.8.17" ,
63
- "@types/debug" : " ^4.1.10 " ,
63
+ "@types/debug" : " ^4.1.12 " ,
64
64
"@types/express" : " ^4.17.17" ,
65
65
"@types/mocha" : " ^10.0.6" ,
66
66
"@types/node" : " 18.x" ,
Original file line number Diff line number Diff line change 34
34
"@typeagent/agent-sdk" : " workspace:*" ,
35
35
"aiclient" : " workspace:*" ,
36
36
"chalk" : " ^5.3.0" ,
37
- "debug" : " ^4.3.4 " ,
37
+ "debug" : " ^4.4.0 " ,
38
38
"dotenv" : " ^16.3.1" ,
39
39
"exifreader" : " ^4.23.5" ,
40
40
"find-config" : " ^1.0.0" ,
43
43
"ws" : " ^8.17.1"
44
44
},
45
45
"devDependencies" : {
46
- "@types/debug" : " ^4.1.10 " ,
46
+ "@types/debug" : " ^4.1.12 " ,
47
47
"@types/find-config" : " 1.0.4" ,
48
48
"@types/jest" : " ^29.5.7" ,
49
49
"@types/node" : " ^18.18.7" ,
Original file line number Diff line number Diff line change 41
41
"chat-agent" : " workspace:*" ,
42
42
"code-agent" : " workspace:*" ,
43
43
"common-utils" : " workspace:*" ,
44
- "debug" : " ^4.3.4 " ,
44
+ "debug" : " ^4.4.0 " ,
45
45
"desktop-automation" : " workspace:*" ,
46
46
"email" : " workspace:*" ,
47
47
"exifreader" : " 4.23.5" ,
64
64
"ws" : " ^8.17.1"
65
65
},
66
66
"devDependencies" : {
67
- "@types/debug" : " ^4.1.10 " ,
67
+ "@types/debug" : " ^4.1.12 " ,
68
68
"@types/file-size" : " ^1.0.3" ,
69
69
"@types/glob" : " ^8.1.0" ,
70
70
"@types/jest" : " ^29.5.7" ,
Original file line number Diff line number Diff line change 41
41
"aiclient" : " workspace:*" ,
42
42
"chalk" : " ^5.3.0" ,
43
43
"common-utils" : " workspace:*" ,
44
- "debug" : " ^4.3.4 " ,
44
+ "debug" : " ^4.4.0 " ,
45
45
"exifreader" : " 4.23.5" ,
46
46
"file-size" : " ^1.0.0" ,
47
47
"glob" : " ^10.3.12" ,
54
54
"ws" : " ^8.17.1"
55
55
},
56
56
"devDependencies" : {
57
- "@types/debug" : " ^4.1.10 " ,
57
+ "@types/debug" : " ^4.1.12 " ,
58
58
"@types/file-size" : " ^1.0.3" ,
59
59
"@types/glob" : " ^8.1.0" ,
60
60
"@types/jest" : " ^29.5.7" ,
You can’t perform that action at this time.
0 commit comments