@elizaos/plugin-vision 2.0.0-alpha.1 → 2.0.0-alpha.2
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/LICENSE +21 -0
- package/dist/workers/florence2-worker.js +227 -768
- package/dist/workers/florence2-worker.js.map +3 -3
- package/dist/workers/ocr-worker.js +227 -768
- package/dist/workers/ocr-worker.js.map +3 -3
- package/package.json +6 -7
|
@@ -17669,9 +17669,7 @@ var init_action_docs = __esm(() => {
|
|
|
17669
17669
|
name: "{{name2}}",
|
|
17670
17670
|
content: {
|
|
17671
17671
|
text: "Hi! How can I help you today?",
|
|
17672
|
-
actions: [
|
|
17673
|
-
"REPLY"
|
|
17674
|
-
]
|
|
17672
|
+
actions: ["REPLY"]
|
|
17675
17673
|
}
|
|
17676
17674
|
}
|
|
17677
17675
|
],
|
|
@@ -17686,9 +17684,7 @@ var init_action_docs = __esm(() => {
|
|
|
17686
17684
|
name: "{{name2}}",
|
|
17687
17685
|
content: {
|
|
17688
17686
|
text: "I really like deep shades of blue. They remind me of the ocean and the night sky.",
|
|
17689
|
-
actions: [
|
|
17690
|
-
"REPLY"
|
|
17691
|
-
]
|
|
17687
|
+
actions: ["REPLY"]
|
|
17692
17688
|
}
|
|
17693
17689
|
}
|
|
17694
17690
|
],
|
|
@@ -17703,9 +17699,7 @@ var init_action_docs = __esm(() => {
|
|
|
17703
17699
|
name: "{{name2}}",
|
|
17704
17700
|
content: {
|
|
17705
17701
|
text: "Let me break that down for you in simple terms...",
|
|
17706
|
-
actions: [
|
|
17707
|
-
"REPLY"
|
|
17708
|
-
]
|
|
17702
|
+
actions: ["REPLY"]
|
|
17709
17703
|
}
|
|
17710
17704
|
}
|
|
17711
17705
|
],
|
|
@@ -17720,9 +17714,7 @@ var init_action_docs = __esm(() => {
|
|
|
17720
17714
|
name: "{{name2}}",
|
|
17721
17715
|
content: {
|
|
17722
17716
|
text: "Of course! Let's work through it step by step.",
|
|
17723
|
-
actions: [
|
|
17724
|
-
"REPLY"
|
|
17725
|
-
]
|
|
17717
|
+
actions: ["REPLY"]
|
|
17726
17718
|
}
|
|
17727
17719
|
}
|
|
17728
17720
|
]
|
|
@@ -17731,11 +17723,7 @@ var init_action_docs = __esm(() => {
|
|
|
17731
17723
|
{
|
|
17732
17724
|
name: "IGNORE",
|
|
17733
17725
|
description: "Call this action if ignoring the user. If the user is aggressive, creepy or is finished with the conversation, use this action. Or, if both you and the user have already said goodbye, use this action instead of saying bye again. Use IGNORE any time the conversation has naturally ended. Do not use IGNORE if the user has engaged directly, or if something went wrong and you need to tell them. Only ignore if the user should be ignored.",
|
|
17734
|
-
similes: [
|
|
17735
|
-
"STOP_TALKING",
|
|
17736
|
-
"STOP_CHATTING",
|
|
17737
|
-
"STOP_CONVERSATION"
|
|
17738
|
-
],
|
|
17726
|
+
similes: ["STOP_TALKING", "STOP_CHATTING", "STOP_CONVERSATION"],
|
|
17739
17727
|
parameters: [],
|
|
17740
17728
|
examples: [
|
|
17741
17729
|
[
|
|
@@ -17749,9 +17737,7 @@ var init_action_docs = __esm(() => {
|
|
|
17749
17737
|
name: "{{name2}}",
|
|
17750
17738
|
content: {
|
|
17751
17739
|
text: "",
|
|
17752
|
-
actions: [
|
|
17753
|
-
"IGNORE"
|
|
17754
|
-
]
|
|
17740
|
+
actions: ["IGNORE"]
|
|
17755
17741
|
}
|
|
17756
17742
|
}
|
|
17757
17743
|
],
|
|
@@ -17766,9 +17752,7 @@ var init_action_docs = __esm(() => {
|
|
|
17766
17752
|
name: "{{name2}}",
|
|
17767
17753
|
content: {
|
|
17768
17754
|
text: "",
|
|
17769
|
-
actions: [
|
|
17770
|
-
"IGNORE"
|
|
17771
|
-
]
|
|
17755
|
+
actions: ["IGNORE"]
|
|
17772
17756
|
}
|
|
17773
17757
|
}
|
|
17774
17758
|
],
|
|
@@ -17795,9 +17779,7 @@ var init_action_docs = __esm(() => {
|
|
|
17795
17779
|
name: "{{name2}}",
|
|
17796
17780
|
content: {
|
|
17797
17781
|
text: "",
|
|
17798
|
-
actions: [
|
|
17799
|
-
"IGNORE"
|
|
17800
|
-
]
|
|
17782
|
+
actions: ["IGNORE"]
|
|
17801
17783
|
}
|
|
17802
17784
|
}
|
|
17803
17785
|
],
|
|
@@ -17818,9 +17800,7 @@ var init_action_docs = __esm(() => {
|
|
|
17818
17800
|
name: "{{name1}}",
|
|
17819
17801
|
content: {
|
|
17820
17802
|
text: "",
|
|
17821
|
-
actions: [
|
|
17822
|
-
"IGNORE"
|
|
17823
|
-
]
|
|
17803
|
+
actions: ["IGNORE"]
|
|
17824
17804
|
}
|
|
17825
17805
|
}
|
|
17826
17806
|
],
|
|
@@ -17835,9 +17815,7 @@ var init_action_docs = __esm(() => {
|
|
|
17835
17815
|
name: "{{name2}}",
|
|
17836
17816
|
content: {
|
|
17837
17817
|
text: "thats inappropriate",
|
|
17838
|
-
actions: [
|
|
17839
|
-
"IGNORE"
|
|
17840
|
-
]
|
|
17818
|
+
actions: ["IGNORE"]
|
|
17841
17819
|
}
|
|
17842
17820
|
}
|
|
17843
17821
|
]
|
|
@@ -17846,13 +17824,7 @@ var init_action_docs = __esm(() => {
|
|
|
17846
17824
|
{
|
|
17847
17825
|
name: "NONE",
|
|
17848
17826
|
description: "Respond but perform no additional action. This is the default if the agent is speaking and not doing anything additional.",
|
|
17849
|
-
similes: [
|
|
17850
|
-
"NO_ACTION",
|
|
17851
|
-
"NO_RESPONSE",
|
|
17852
|
-
"NO_REACTION",
|
|
17853
|
-
"NOOP",
|
|
17854
|
-
"PASS"
|
|
17855
|
-
],
|
|
17827
|
+
similes: ["NO_ACTION", "NO_RESPONSE", "NO_REACTION", "NOOP", "PASS"],
|
|
17856
17828
|
parameters: [],
|
|
17857
17829
|
examples: [
|
|
17858
17830
|
[
|
|
@@ -17866,9 +17838,7 @@ var init_action_docs = __esm(() => {
|
|
|
17866
17838
|
name: "{{name2}}",
|
|
17867
17839
|
content: {
|
|
17868
17840
|
text: "oh hey",
|
|
17869
|
-
actions: [
|
|
17870
|
-
"NONE"
|
|
17871
|
-
]
|
|
17841
|
+
actions: ["NONE"]
|
|
17872
17842
|
}
|
|
17873
17843
|
}
|
|
17874
17844
|
],
|
|
@@ -17883,9 +17853,7 @@ var init_action_docs = __esm(() => {
|
|
|
17883
17853
|
name: "{{name2}}",
|
|
17884
17854
|
content: {
|
|
17885
17855
|
text: "yeah but its a pain to get into node.js",
|
|
17886
|
-
actions: [
|
|
17887
|
-
"NONE"
|
|
17888
|
-
]
|
|
17856
|
+
actions: ["NONE"]
|
|
17889
17857
|
}
|
|
17890
17858
|
}
|
|
17891
17859
|
],
|
|
@@ -17894,18 +17862,14 @@ var init_action_docs = __esm(() => {
|
|
|
17894
17862
|
name: "{{name1}}",
|
|
17895
17863
|
content: {
|
|
17896
17864
|
text: "u think aliens are real",
|
|
17897
|
-
actions: [
|
|
17898
|
-
"NONE"
|
|
17899
|
-
]
|
|
17865
|
+
actions: ["NONE"]
|
|
17900
17866
|
}
|
|
17901
17867
|
},
|
|
17902
17868
|
{
|
|
17903
17869
|
name: "{{name2}}",
|
|
17904
17870
|
content: {
|
|
17905
17871
|
text: "ya obviously",
|
|
17906
|
-
actions: [
|
|
17907
|
-
"NONE"
|
|
17908
|
-
]
|
|
17872
|
+
actions: ["NONE"]
|
|
17909
17873
|
}
|
|
17910
17874
|
}
|
|
17911
17875
|
],
|
|
@@ -17914,18 +17878,14 @@ var init_action_docs = __esm(() => {
|
|
|
17914
17878
|
name: "{{name1}}",
|
|
17915
17879
|
content: {
|
|
17916
17880
|
text: "drop a joke on me",
|
|
17917
|
-
actions: [
|
|
17918
|
-
"NONE"
|
|
17919
|
-
]
|
|
17881
|
+
actions: ["NONE"]
|
|
17920
17882
|
}
|
|
17921
17883
|
},
|
|
17922
17884
|
{
|
|
17923
17885
|
name: "{{name2}}",
|
|
17924
17886
|
content: {
|
|
17925
17887
|
text: "why dont scientists trust atoms cuz they make up everything lmao",
|
|
17926
|
-
actions: [
|
|
17927
|
-
"NONE"
|
|
17928
|
-
]
|
|
17888
|
+
actions: ["NONE"]
|
|
17929
17889
|
}
|
|
17930
17890
|
}
|
|
17931
17891
|
]
|
|
@@ -17949,15 +17909,9 @@ var init_action_docs = __esm(() => {
|
|
|
17949
17909
|
required: true,
|
|
17950
17910
|
schema: {
|
|
17951
17911
|
type: "string",
|
|
17952
|
-
enum: [
|
|
17953
|
-
"user",
|
|
17954
|
-
"room"
|
|
17955
|
-
]
|
|
17912
|
+
enum: ["user", "room"]
|
|
17956
17913
|
},
|
|
17957
|
-
examples: [
|
|
17958
|
-
"user",
|
|
17959
|
-
"room"
|
|
17960
|
-
]
|
|
17914
|
+
examples: ["user", "room"]
|
|
17961
17915
|
},
|
|
17962
17916
|
{
|
|
17963
17917
|
name: "source",
|
|
@@ -17966,10 +17920,7 @@ var init_action_docs = __esm(() => {
|
|
|
17966
17920
|
schema: {
|
|
17967
17921
|
type: "string"
|
|
17968
17922
|
},
|
|
17969
|
-
examples: [
|
|
17970
|
-
"telegram",
|
|
17971
|
-
"discord"
|
|
17972
|
-
]
|
|
17923
|
+
examples: ["telegram", "discord"]
|
|
17973
17924
|
},
|
|
17974
17925
|
{
|
|
17975
17926
|
name: "target",
|
|
@@ -17978,10 +17929,7 @@ var init_action_docs = __esm(() => {
|
|
|
17978
17929
|
schema: {
|
|
17979
17930
|
type: "string"
|
|
17980
17931
|
},
|
|
17981
|
-
examples: [
|
|
17982
|
-
"dev_guru",
|
|
17983
|
-
"announcements"
|
|
17984
|
-
]
|
|
17932
|
+
examples: ["dev_guru", "announcements"]
|
|
17985
17933
|
},
|
|
17986
17934
|
{
|
|
17987
17935
|
name: "text",
|
|
@@ -17990,10 +17938,7 @@ var init_action_docs = __esm(() => {
|
|
|
17990
17938
|
schema: {
|
|
17991
17939
|
type: "string"
|
|
17992
17940
|
},
|
|
17993
|
-
examples: [
|
|
17994
|
-
"Hello!",
|
|
17995
|
-
"Important announcement!"
|
|
17996
|
-
]
|
|
17941
|
+
examples: ["Hello!", "Important announcement!"]
|
|
17997
17942
|
}
|
|
17998
17943
|
],
|
|
17999
17944
|
examples: [
|
|
@@ -18008,9 +17953,7 @@ var init_action_docs = __esm(() => {
|
|
|
18008
17953
|
name: "{{name2}}",
|
|
18009
17954
|
content: {
|
|
18010
17955
|
text: "Message sent to dev_guru on telegram.",
|
|
18011
|
-
actions: [
|
|
18012
|
-
"SEND_MESSAGE"
|
|
18013
|
-
]
|
|
17956
|
+
actions: ["SEND_MESSAGE"]
|
|
18014
17957
|
}
|
|
18015
17958
|
}
|
|
18016
17959
|
],
|
|
@@ -18025,9 +17968,7 @@ var init_action_docs = __esm(() => {
|
|
|
18025
17968
|
name: "{{name2}}",
|
|
18026
17969
|
content: {
|
|
18027
17970
|
text: "Message sent to announcements.",
|
|
18028
|
-
actions: [
|
|
18029
|
-
"SEND_MESSAGE"
|
|
18030
|
-
]
|
|
17971
|
+
actions: ["SEND_MESSAGE"]
|
|
18031
17972
|
}
|
|
18032
17973
|
}
|
|
18033
17974
|
],
|
|
@@ -18042,9 +17983,7 @@ var init_action_docs = __esm(() => {
|
|
|
18042
17983
|
name: "{{name2}}",
|
|
18043
17984
|
content: {
|
|
18044
17985
|
text: "Message sent to Jimmy.",
|
|
18045
|
-
actions: [
|
|
18046
|
-
"SEND_MESSAGE"
|
|
18047
|
-
]
|
|
17986
|
+
actions: ["SEND_MESSAGE"]
|
|
18048
17987
|
}
|
|
18049
17988
|
}
|
|
18050
17989
|
]
|
|
@@ -18052,10 +17991,7 @@ var init_action_docs = __esm(() => {
|
|
|
18052
17991
|
exampleCalls: [
|
|
18053
17992
|
{
|
|
18054
17993
|
user: 'Send a message to @dev_guru on telegram saying "Hello!"',
|
|
18055
|
-
actions: [
|
|
18056
|
-
"REPLY",
|
|
18057
|
-
"SEND_MESSAGE"
|
|
18058
|
-
],
|
|
17994
|
+
actions: ["REPLY", "SEND_MESSAGE"],
|
|
18059
17995
|
params: {
|
|
18060
17996
|
SEND_MESSAGE: {
|
|
18061
17997
|
targetType: "user",
|
|
@@ -18096,10 +18032,7 @@ var init_action_docs = __esm(() => {
|
|
|
18096
18032
|
schema: {
|
|
18097
18033
|
type: "string"
|
|
18098
18034
|
},
|
|
18099
|
-
examples: [
|
|
18100
|
-
"Sarah Chen",
|
|
18101
|
-
"John Smith"
|
|
18102
|
-
]
|
|
18035
|
+
examples: ["Sarah Chen", "John Smith"]
|
|
18103
18036
|
},
|
|
18104
18037
|
{
|
|
18105
18038
|
name: "notes",
|
|
@@ -18108,9 +18041,7 @@ var init_action_docs = __esm(() => {
|
|
|
18108
18041
|
schema: {
|
|
18109
18042
|
type: "string"
|
|
18110
18043
|
},
|
|
18111
|
-
examples: [
|
|
18112
|
-
"Met at the AI meetup; interested in agents"
|
|
18113
|
-
]
|
|
18044
|
+
examples: ["Met at the AI meetup; interested in agents"]
|
|
18114
18045
|
}
|
|
18115
18046
|
],
|
|
18116
18047
|
examples: [
|
|
@@ -18161,11 +18092,7 @@ var init_action_docs = __esm(() => {
|
|
|
18161
18092
|
{
|
|
18162
18093
|
name: "UPDATE_CONTACT",
|
|
18163
18094
|
description: "Update an existing contact's details in the rolodex.",
|
|
18164
|
-
similes: [
|
|
18165
|
-
"EDIT_CONTACT",
|
|
18166
|
-
"MODIFY_CONTACT",
|
|
18167
|
-
"CHANGE_CONTACT_INFO"
|
|
18168
|
-
],
|
|
18095
|
+
similes: ["EDIT_CONTACT", "MODIFY_CONTACT", "CHANGE_CONTACT_INFO"],
|
|
18169
18096
|
parameters: [
|
|
18170
18097
|
{
|
|
18171
18098
|
name: "name",
|
|
@@ -18174,9 +18101,7 @@ var init_action_docs = __esm(() => {
|
|
|
18174
18101
|
schema: {
|
|
18175
18102
|
type: "string"
|
|
18176
18103
|
},
|
|
18177
|
-
examples: [
|
|
18178
|
-
"Sarah Chen"
|
|
18179
|
-
]
|
|
18104
|
+
examples: ["Sarah Chen"]
|
|
18180
18105
|
},
|
|
18181
18106
|
{
|
|
18182
18107
|
name: "updates",
|
|
@@ -18185,9 +18110,7 @@ var init_action_docs = __esm(() => {
|
|
|
18185
18110
|
schema: {
|
|
18186
18111
|
type: "string"
|
|
18187
18112
|
},
|
|
18188
|
-
examples: [
|
|
18189
|
-
'{"notes":"prefers email","tags":["friend"]}'
|
|
18190
|
-
]
|
|
18113
|
+
examples: ['{"notes":"prefers email","tags":["friend"]}']
|
|
18191
18114
|
}
|
|
18192
18115
|
],
|
|
18193
18116
|
examples: [
|
|
@@ -18225,9 +18148,7 @@ var init_action_docs = __esm(() => {
|
|
|
18225
18148
|
schema: {
|
|
18226
18149
|
type: "string"
|
|
18227
18150
|
},
|
|
18228
|
-
examples: [
|
|
18229
|
-
"Sarah Chen"
|
|
18230
|
-
]
|
|
18151
|
+
examples: ["Sarah Chen"]
|
|
18231
18152
|
}
|
|
18232
18153
|
],
|
|
18233
18154
|
examples: [
|
|
@@ -18281,10 +18202,7 @@ var init_action_docs = __esm(() => {
|
|
|
18281
18202
|
schema: {
|
|
18282
18203
|
type: "string"
|
|
18283
18204
|
},
|
|
18284
|
-
examples: [
|
|
18285
|
-
"sarah",
|
|
18286
|
-
"AI meetup"
|
|
18287
|
-
]
|
|
18205
|
+
examples: ["sarah", "AI meetup"]
|
|
18288
18206
|
}
|
|
18289
18207
|
],
|
|
18290
18208
|
examples: [
|
|
@@ -18327,9 +18245,7 @@ var init_action_docs = __esm(() => {
|
|
|
18327
18245
|
schema: {
|
|
18328
18246
|
type: "string"
|
|
18329
18247
|
},
|
|
18330
|
-
examples: [
|
|
18331
|
-
"Sarah Chen"
|
|
18332
|
-
]
|
|
18248
|
+
examples: ["Sarah Chen"]
|
|
18333
18249
|
},
|
|
18334
18250
|
{
|
|
18335
18251
|
name: "when",
|
|
@@ -18338,9 +18254,7 @@ var init_action_docs = __esm(() => {
|
|
|
18338
18254
|
schema: {
|
|
18339
18255
|
type: "string"
|
|
18340
18256
|
},
|
|
18341
|
-
examples: [
|
|
18342
|
-
"2026-02-01T09:00:00Z"
|
|
18343
|
-
]
|
|
18257
|
+
examples: ["2026-02-01T09:00:00Z"]
|
|
18344
18258
|
},
|
|
18345
18259
|
{
|
|
18346
18260
|
name: "reason",
|
|
@@ -18349,9 +18263,7 @@ var init_action_docs = __esm(() => {
|
|
|
18349
18263
|
schema: {
|
|
18350
18264
|
type: "string"
|
|
18351
18265
|
},
|
|
18352
|
-
examples: [
|
|
18353
|
-
"Check in about the agent framework demo"
|
|
18354
|
-
]
|
|
18266
|
+
examples: ["Check in about the agent framework demo"]
|
|
18355
18267
|
}
|
|
18356
18268
|
],
|
|
18357
18269
|
examples: [
|
|
@@ -18391,9 +18303,7 @@ var init_action_docs = __esm(() => {
|
|
|
18391
18303
|
schema: {
|
|
18392
18304
|
type: "string"
|
|
18393
18305
|
},
|
|
18394
|
-
examples: [
|
|
18395
|
-
"c0a8012e"
|
|
18396
|
-
]
|
|
18306
|
+
examples: ["c0a8012e"]
|
|
18397
18307
|
},
|
|
18398
18308
|
{
|
|
18399
18309
|
name: "option",
|
|
@@ -18402,10 +18312,7 @@ var init_action_docs = __esm(() => {
|
|
|
18402
18312
|
schema: {
|
|
18403
18313
|
type: "string"
|
|
18404
18314
|
},
|
|
18405
|
-
examples: [
|
|
18406
|
-
"APPROVE",
|
|
18407
|
-
"ABORT"
|
|
18408
|
-
]
|
|
18315
|
+
examples: ["APPROVE", "ABORT"]
|
|
18409
18316
|
}
|
|
18410
18317
|
],
|
|
18411
18318
|
examples: [
|
|
@@ -18420,9 +18327,7 @@ var init_action_docs = __esm(() => {
|
|
|
18420
18327
|
name: "{{name2}}",
|
|
18421
18328
|
content: {
|
|
18422
18329
|
text: "I've selected option 1 for the pending task.",
|
|
18423
|
-
actions: [
|
|
18424
|
-
"CHOOSE_OPTION"
|
|
18425
|
-
]
|
|
18330
|
+
actions: ["CHOOSE_OPTION"]
|
|
18426
18331
|
}
|
|
18427
18332
|
}
|
|
18428
18333
|
]
|
|
@@ -18449,9 +18354,7 @@ var init_action_docs = __esm(() => {
|
|
|
18449
18354
|
schema: {
|
|
18450
18355
|
type: "string"
|
|
18451
18356
|
},
|
|
18452
|
-
examples: [
|
|
18453
|
-
"00000000-0000-0000-0000-000000000000"
|
|
18454
|
-
]
|
|
18357
|
+
examples: ["00000000-0000-0000-0000-000000000000"]
|
|
18455
18358
|
}
|
|
18456
18359
|
],
|
|
18457
18360
|
examples: [
|
|
@@ -18466,9 +18369,7 @@ var init_action_docs = __esm(() => {
|
|
|
18466
18369
|
name: "{{name2}}",
|
|
18467
18370
|
content: {
|
|
18468
18371
|
text: "Sure, I will now follow this room and chime in",
|
|
18469
|
-
actions: [
|
|
18470
|
-
"FOLLOW_ROOM"
|
|
18471
|
-
]
|
|
18372
|
+
actions: ["FOLLOW_ROOM"]
|
|
18472
18373
|
}
|
|
18473
18374
|
}
|
|
18474
18375
|
],
|
|
@@ -18483,9 +18384,7 @@ var init_action_docs = __esm(() => {
|
|
|
18483
18384
|
name: "{{name2}}",
|
|
18484
18385
|
content: {
|
|
18485
18386
|
text: "you got it, i'm here",
|
|
18486
|
-
actions: [
|
|
18487
|
-
"FOLLOW_ROOM"
|
|
18488
|
-
]
|
|
18387
|
+
actions: ["FOLLOW_ROOM"]
|
|
18489
18388
|
}
|
|
18490
18389
|
}
|
|
18491
18390
|
]
|
|
@@ -18512,9 +18411,7 @@ var init_action_docs = __esm(() => {
|
|
|
18512
18411
|
schema: {
|
|
18513
18412
|
type: "string"
|
|
18514
18413
|
},
|
|
18515
|
-
examples: [
|
|
18516
|
-
"00000000-0000-0000-0000-000000000000"
|
|
18517
|
-
]
|
|
18414
|
+
examples: ["00000000-0000-0000-0000-000000000000"]
|
|
18518
18415
|
}
|
|
18519
18416
|
],
|
|
18520
18417
|
examples: [
|
|
@@ -18529,9 +18426,7 @@ var init_action_docs = __esm(() => {
|
|
|
18529
18426
|
name: "{{name2}}",
|
|
18530
18427
|
content: {
|
|
18531
18428
|
text: "Okay, I'll stop following this room",
|
|
18532
|
-
actions: [
|
|
18533
|
-
"UNFOLLOW_ROOM"
|
|
18534
|
-
]
|
|
18429
|
+
actions: ["UNFOLLOW_ROOM"]
|
|
18535
18430
|
}
|
|
18536
18431
|
}
|
|
18537
18432
|
]
|
|
@@ -18558,9 +18453,7 @@ var init_action_docs = __esm(() => {
|
|
|
18558
18453
|
schema: {
|
|
18559
18454
|
type: "string"
|
|
18560
18455
|
},
|
|
18561
|
-
examples: [
|
|
18562
|
-
"00000000-0000-0000-0000-000000000000"
|
|
18563
|
-
]
|
|
18456
|
+
examples: ["00000000-0000-0000-0000-000000000000"]
|
|
18564
18457
|
}
|
|
18565
18458
|
],
|
|
18566
18459
|
examples: [
|
|
@@ -18575,9 +18468,7 @@ var init_action_docs = __esm(() => {
|
|
|
18575
18468
|
name: "{{name2}}",
|
|
18576
18469
|
content: {
|
|
18577
18470
|
text: "Got it",
|
|
18578
|
-
actions: [
|
|
18579
|
-
"MUTE_ROOM"
|
|
18580
|
-
]
|
|
18471
|
+
actions: ["MUTE_ROOM"]
|
|
18581
18472
|
}
|
|
18582
18473
|
}
|
|
18583
18474
|
],
|
|
@@ -18592,9 +18483,7 @@ var init_action_docs = __esm(() => {
|
|
|
18592
18483
|
name: "{{name2}}",
|
|
18593
18484
|
content: {
|
|
18594
18485
|
text: "np going silent",
|
|
18595
|
-
actions: [
|
|
18596
|
-
"MUTE_ROOM"
|
|
18597
|
-
]
|
|
18486
|
+
actions: ["MUTE_ROOM"]
|
|
18598
18487
|
}
|
|
18599
18488
|
}
|
|
18600
18489
|
]
|
|
@@ -18621,9 +18510,7 @@ var init_action_docs = __esm(() => {
|
|
|
18621
18510
|
schema: {
|
|
18622
18511
|
type: "string"
|
|
18623
18512
|
},
|
|
18624
|
-
examples: [
|
|
18625
|
-
"00000000-0000-0000-0000-000000000000"
|
|
18626
|
-
]
|
|
18513
|
+
examples: ["00000000-0000-0000-0000-000000000000"]
|
|
18627
18514
|
}
|
|
18628
18515
|
],
|
|
18629
18516
|
examples: [
|
|
@@ -18638,9 +18525,7 @@ var init_action_docs = __esm(() => {
|
|
|
18638
18525
|
name: "{{name2}}",
|
|
18639
18526
|
content: {
|
|
18640
18527
|
text: "I've unmuted this room and will respond again",
|
|
18641
|
-
actions: [
|
|
18642
|
-
"UNMUTE_ROOM"
|
|
18643
|
-
]
|
|
18528
|
+
actions: ["UNMUTE_ROOM"]
|
|
18644
18529
|
}
|
|
18645
18530
|
}
|
|
18646
18531
|
]
|
|
@@ -18668,9 +18553,7 @@ var init_action_docs = __esm(() => {
|
|
|
18668
18553
|
schema: {
|
|
18669
18554
|
type: "string"
|
|
18670
18555
|
},
|
|
18671
|
-
examples: [
|
|
18672
|
-
'[{"key":"model","value":"gpt-5"}]'
|
|
18673
|
-
]
|
|
18556
|
+
examples: ['[{"key":"model","value":"gpt-5"}]']
|
|
18674
18557
|
}
|
|
18675
18558
|
],
|
|
18676
18559
|
examples: [
|
|
@@ -18685,9 +18568,7 @@ var init_action_docs = __esm(() => {
|
|
|
18685
18568
|
name: "{{name2}}",
|
|
18686
18569
|
content: {
|
|
18687
18570
|
text: "I've updated your language setting to French.",
|
|
18688
|
-
actions: [
|
|
18689
|
-
"UPDATE_SETTINGS"
|
|
18690
|
-
]
|
|
18571
|
+
actions: ["UPDATE_SETTINGS"]
|
|
18691
18572
|
}
|
|
18692
18573
|
}
|
|
18693
18574
|
]
|
|
@@ -18713,9 +18594,7 @@ var init_action_docs = __esm(() => {
|
|
|
18713
18594
|
schema: {
|
|
18714
18595
|
type: "string"
|
|
18715
18596
|
},
|
|
18716
|
-
examples: [
|
|
18717
|
-
"00000000-0000-0000-0000-000000000000"
|
|
18718
|
-
]
|
|
18597
|
+
examples: ["00000000-0000-0000-0000-000000000000"]
|
|
18719
18598
|
},
|
|
18720
18599
|
{
|
|
18721
18600
|
name: "role",
|
|
@@ -18724,10 +18603,7 @@ var init_action_docs = __esm(() => {
|
|
|
18724
18603
|
schema: {
|
|
18725
18604
|
type: "string"
|
|
18726
18605
|
},
|
|
18727
|
-
examples: [
|
|
18728
|
-
"admin",
|
|
18729
|
-
"member"
|
|
18730
|
-
]
|
|
18606
|
+
examples: ["admin", "member"]
|
|
18731
18607
|
}
|
|
18732
18608
|
],
|
|
18733
18609
|
examples: [
|
|
@@ -18742,9 +18618,7 @@ var init_action_docs = __esm(() => {
|
|
|
18742
18618
|
name: "{{name2}}",
|
|
18743
18619
|
content: {
|
|
18744
18620
|
text: "I've assigned the admin role to Sarah.",
|
|
18745
|
-
actions: [
|
|
18746
|
-
"UPDATE_ROLE"
|
|
18747
|
-
]
|
|
18621
|
+
actions: ["UPDATE_ROLE"]
|
|
18748
18622
|
}
|
|
18749
18623
|
}
|
|
18750
18624
|
]
|
|
@@ -18768,9 +18642,7 @@ var init_action_docs = __esm(() => {
|
|
|
18768
18642
|
schema: {
|
|
18769
18643
|
type: "string"
|
|
18770
18644
|
},
|
|
18771
|
-
examples: [
|
|
18772
|
-
"00000000-0000-0000-0000-000000000000"
|
|
18773
|
-
]
|
|
18645
|
+
examples: ["00000000-0000-0000-0000-000000000000"]
|
|
18774
18646
|
},
|
|
18775
18647
|
{
|
|
18776
18648
|
name: "updates",
|
|
@@ -18779,9 +18651,7 @@ var init_action_docs = __esm(() => {
|
|
|
18779
18651
|
schema: {
|
|
18780
18652
|
type: "string"
|
|
18781
18653
|
},
|
|
18782
|
-
examples: [
|
|
18783
|
-
'[{"name":"bio","value":"Loves Rust"}]'
|
|
18784
|
-
]
|
|
18654
|
+
examples: ['[{"name":"bio","value":"Loves Rust"}]']
|
|
18785
18655
|
}
|
|
18786
18656
|
],
|
|
18787
18657
|
examples: [
|
|
@@ -18796,9 +18666,7 @@ var init_action_docs = __esm(() => {
|
|
|
18796
18666
|
name: "{{name2}}",
|
|
18797
18667
|
content: {
|
|
18798
18668
|
text: "I've updated your profile bio.",
|
|
18799
|
-
actions: [
|
|
18800
|
-
"UPDATE_ENTITY"
|
|
18801
|
-
]
|
|
18669
|
+
actions: ["UPDATE_ENTITY"]
|
|
18802
18670
|
}
|
|
18803
18671
|
}
|
|
18804
18672
|
]
|
|
@@ -18824,9 +18692,7 @@ var init_action_docs = __esm(() => {
|
|
|
18824
18692
|
schema: {
|
|
18825
18693
|
type: "string"
|
|
18826
18694
|
},
|
|
18827
|
-
examples: [
|
|
18828
|
-
"A futuristic cityscape at sunset, cinematic lighting"
|
|
18829
|
-
]
|
|
18695
|
+
examples: ["A futuristic cityscape at sunset, cinematic lighting"]
|
|
18830
18696
|
}
|
|
18831
18697
|
],
|
|
18832
18698
|
examples: [
|
|
@@ -18841,9 +18707,7 @@ var init_action_docs = __esm(() => {
|
|
|
18841
18707
|
name: "{{name2}}",
|
|
18842
18708
|
content: {
|
|
18843
18709
|
text: "Sure, I'll create a futuristic city image for you. One moment...",
|
|
18844
|
-
actions: [
|
|
18845
|
-
"GENERATE_IMAGE"
|
|
18846
|
-
]
|
|
18710
|
+
actions: ["GENERATE_IMAGE"]
|
|
18847
18711
|
}
|
|
18848
18712
|
}
|
|
18849
18713
|
],
|
|
@@ -18858,9 +18722,7 @@ var init_action_docs = __esm(() => {
|
|
|
18858
18722
|
name: "{{name2}}",
|
|
18859
18723
|
content: {
|
|
18860
18724
|
text: "I'll create a visualization of a neural network for you, one sec...",
|
|
18861
|
-
actions: [
|
|
18862
|
-
"GENERATE_IMAGE"
|
|
18863
|
-
]
|
|
18725
|
+
actions: ["GENERATE_IMAGE"]
|
|
18864
18726
|
}
|
|
18865
18727
|
}
|
|
18866
18728
|
],
|
|
@@ -18875,9 +18737,7 @@ var init_action_docs = __esm(() => {
|
|
|
18875
18737
|
name: "{{name2}}",
|
|
18876
18738
|
content: {
|
|
18877
18739
|
text: "Creating an image to capture calmness for you, please wait a moment...",
|
|
18878
|
-
actions: [
|
|
18879
|
-
"GENERATE_IMAGE"
|
|
18880
|
-
]
|
|
18740
|
+
actions: ["GENERATE_IMAGE"]
|
|
18881
18741
|
}
|
|
18882
18742
|
}
|
|
18883
18743
|
]
|
|
@@ -18911,9 +18771,7 @@ var init_action_docs = __esm(() => {
|
|
|
18911
18771
|
name: "{{name2}}",
|
|
18912
18772
|
content: {
|
|
18913
18773
|
text: "Hi! How can I help you today?",
|
|
18914
|
-
actions: [
|
|
18915
|
-
"REPLY"
|
|
18916
|
-
]
|
|
18774
|
+
actions: ["REPLY"]
|
|
18917
18775
|
}
|
|
18918
18776
|
}
|
|
18919
18777
|
],
|
|
@@ -18928,9 +18786,7 @@ var init_action_docs = __esm(() => {
|
|
|
18928
18786
|
name: "{{name2}}",
|
|
18929
18787
|
content: {
|
|
18930
18788
|
text: "I really like deep shades of blue. They remind me of the ocean and the night sky.",
|
|
18931
|
-
actions: [
|
|
18932
|
-
"REPLY"
|
|
18933
|
-
]
|
|
18789
|
+
actions: ["REPLY"]
|
|
18934
18790
|
}
|
|
18935
18791
|
}
|
|
18936
18792
|
],
|
|
@@ -18945,9 +18801,7 @@ var init_action_docs = __esm(() => {
|
|
|
18945
18801
|
name: "{{name2}}",
|
|
18946
18802
|
content: {
|
|
18947
18803
|
text: "Let me break that down for you in simple terms...",
|
|
18948
|
-
actions: [
|
|
18949
|
-
"REPLY"
|
|
18950
|
-
]
|
|
18804
|
+
actions: ["REPLY"]
|
|
18951
18805
|
}
|
|
18952
18806
|
}
|
|
18953
18807
|
],
|
|
@@ -18962,9 +18816,7 @@ var init_action_docs = __esm(() => {
|
|
|
18962
18816
|
name: "{{name2}}",
|
|
18963
18817
|
content: {
|
|
18964
18818
|
text: "Of course! Let's work through it step by step.",
|
|
18965
|
-
actions: [
|
|
18966
|
-
"REPLY"
|
|
18967
|
-
]
|
|
18819
|
+
actions: ["REPLY"]
|
|
18968
18820
|
}
|
|
18969
18821
|
}
|
|
18970
18822
|
]
|
|
@@ -18973,11 +18825,7 @@ var init_action_docs = __esm(() => {
|
|
|
18973
18825
|
{
|
|
18974
18826
|
name: "IGNORE",
|
|
18975
18827
|
description: "Call this action if ignoring the user. If the user is aggressive, creepy or is finished with the conversation, use this action. Or, if both you and the user have already said goodbye, use this action instead of saying bye again. Use IGNORE any time the conversation has naturally ended. Do not use IGNORE if the user has engaged directly, or if something went wrong and you need to tell them. Only ignore if the user should be ignored.",
|
|
18976
|
-
similes: [
|
|
18977
|
-
"STOP_TALKING",
|
|
18978
|
-
"STOP_CHATTING",
|
|
18979
|
-
"STOP_CONVERSATION"
|
|
18980
|
-
],
|
|
18828
|
+
similes: ["STOP_TALKING", "STOP_CHATTING", "STOP_CONVERSATION"],
|
|
18981
18829
|
parameters: [],
|
|
18982
18830
|
examples: [
|
|
18983
18831
|
[
|
|
@@ -18991,9 +18839,7 @@ var init_action_docs = __esm(() => {
|
|
|
18991
18839
|
name: "{{name2}}",
|
|
18992
18840
|
content: {
|
|
18993
18841
|
text: "",
|
|
18994
|
-
actions: [
|
|
18995
|
-
"IGNORE"
|
|
18996
|
-
]
|
|
18842
|
+
actions: ["IGNORE"]
|
|
18997
18843
|
}
|
|
18998
18844
|
}
|
|
18999
18845
|
],
|
|
@@ -19008,9 +18854,7 @@ var init_action_docs = __esm(() => {
|
|
|
19008
18854
|
name: "{{name2}}",
|
|
19009
18855
|
content: {
|
|
19010
18856
|
text: "",
|
|
19011
|
-
actions: [
|
|
19012
|
-
"IGNORE"
|
|
19013
|
-
]
|
|
18857
|
+
actions: ["IGNORE"]
|
|
19014
18858
|
}
|
|
19015
18859
|
}
|
|
19016
18860
|
],
|
|
@@ -19037,9 +18881,7 @@ var init_action_docs = __esm(() => {
|
|
|
19037
18881
|
name: "{{name2}}",
|
|
19038
18882
|
content: {
|
|
19039
18883
|
text: "",
|
|
19040
|
-
actions: [
|
|
19041
|
-
"IGNORE"
|
|
19042
|
-
]
|
|
18884
|
+
actions: ["IGNORE"]
|
|
19043
18885
|
}
|
|
19044
18886
|
}
|
|
19045
18887
|
],
|
|
@@ -19060,9 +18902,7 @@ var init_action_docs = __esm(() => {
|
|
|
19060
18902
|
name: "{{name1}}",
|
|
19061
18903
|
content: {
|
|
19062
18904
|
text: "",
|
|
19063
|
-
actions: [
|
|
19064
|
-
"IGNORE"
|
|
19065
|
-
]
|
|
18905
|
+
actions: ["IGNORE"]
|
|
19066
18906
|
}
|
|
19067
18907
|
}
|
|
19068
18908
|
],
|
|
@@ -19077,9 +18917,7 @@ var init_action_docs = __esm(() => {
|
|
|
19077
18917
|
name: "{{name2}}",
|
|
19078
18918
|
content: {
|
|
19079
18919
|
text: "thats inappropriate",
|
|
19080
|
-
actions: [
|
|
19081
|
-
"IGNORE"
|
|
19082
|
-
]
|
|
18920
|
+
actions: ["IGNORE"]
|
|
19083
18921
|
}
|
|
19084
18922
|
}
|
|
19085
18923
|
]
|
|
@@ -19088,13 +18926,7 @@ var init_action_docs = __esm(() => {
|
|
|
19088
18926
|
{
|
|
19089
18927
|
name: "NONE",
|
|
19090
18928
|
description: "Respond but perform no additional action. This is the default if the agent is speaking and not doing anything additional.",
|
|
19091
|
-
similes: [
|
|
19092
|
-
"NO_ACTION",
|
|
19093
|
-
"NO_RESPONSE",
|
|
19094
|
-
"NO_REACTION",
|
|
19095
|
-
"NOOP",
|
|
19096
|
-
"PASS"
|
|
19097
|
-
],
|
|
18929
|
+
similes: ["NO_ACTION", "NO_RESPONSE", "NO_REACTION", "NOOP", "PASS"],
|
|
19098
18930
|
parameters: [],
|
|
19099
18931
|
examples: [
|
|
19100
18932
|
[
|
|
@@ -19108,9 +18940,7 @@ var init_action_docs = __esm(() => {
|
|
|
19108
18940
|
name: "{{name2}}",
|
|
19109
18941
|
content: {
|
|
19110
18942
|
text: "oh hey",
|
|
19111
|
-
actions: [
|
|
19112
|
-
"NONE"
|
|
19113
|
-
]
|
|
18943
|
+
actions: ["NONE"]
|
|
19114
18944
|
}
|
|
19115
18945
|
}
|
|
19116
18946
|
],
|
|
@@ -19125,9 +18955,7 @@ var init_action_docs = __esm(() => {
|
|
|
19125
18955
|
name: "{{name2}}",
|
|
19126
18956
|
content: {
|
|
19127
18957
|
text: "yeah but its a pain to get into node.js",
|
|
19128
|
-
actions: [
|
|
19129
|
-
"NONE"
|
|
19130
|
-
]
|
|
18958
|
+
actions: ["NONE"]
|
|
19131
18959
|
}
|
|
19132
18960
|
}
|
|
19133
18961
|
],
|
|
@@ -19136,18 +18964,14 @@ var init_action_docs = __esm(() => {
|
|
|
19136
18964
|
name: "{{name1}}",
|
|
19137
18965
|
content: {
|
|
19138
18966
|
text: "u think aliens are real",
|
|
19139
|
-
actions: [
|
|
19140
|
-
"NONE"
|
|
19141
|
-
]
|
|
18967
|
+
actions: ["NONE"]
|
|
19142
18968
|
}
|
|
19143
18969
|
},
|
|
19144
18970
|
{
|
|
19145
18971
|
name: "{{name2}}",
|
|
19146
18972
|
content: {
|
|
19147
18973
|
text: "ya obviously",
|
|
19148
|
-
actions: [
|
|
19149
|
-
"NONE"
|
|
19150
|
-
]
|
|
18974
|
+
actions: ["NONE"]
|
|
19151
18975
|
}
|
|
19152
18976
|
}
|
|
19153
18977
|
],
|
|
@@ -19156,18 +18980,14 @@ var init_action_docs = __esm(() => {
|
|
|
19156
18980
|
name: "{{name1}}",
|
|
19157
18981
|
content: {
|
|
19158
18982
|
text: "drop a joke on me",
|
|
19159
|
-
actions: [
|
|
19160
|
-
"NONE"
|
|
19161
|
-
]
|
|
18983
|
+
actions: ["NONE"]
|
|
19162
18984
|
}
|
|
19163
18985
|
},
|
|
19164
18986
|
{
|
|
19165
18987
|
name: "{{name2}}",
|
|
19166
18988
|
content: {
|
|
19167
18989
|
text: "why dont scientists trust atoms cuz they make up everything lmao",
|
|
19168
|
-
actions: [
|
|
19169
|
-
"NONE"
|
|
19170
|
-
]
|
|
18990
|
+
actions: ["NONE"]
|
|
19171
18991
|
}
|
|
19172
18992
|
}
|
|
19173
18993
|
]
|
|
@@ -19191,15 +19011,9 @@ var init_action_docs = __esm(() => {
|
|
|
19191
19011
|
required: true,
|
|
19192
19012
|
schema: {
|
|
19193
19013
|
type: "string",
|
|
19194
|
-
enum: [
|
|
19195
|
-
"user",
|
|
19196
|
-
"room"
|
|
19197
|
-
]
|
|
19014
|
+
enum: ["user", "room"]
|
|
19198
19015
|
},
|
|
19199
|
-
examples: [
|
|
19200
|
-
"user",
|
|
19201
|
-
"room"
|
|
19202
|
-
]
|
|
19016
|
+
examples: ["user", "room"]
|
|
19203
19017
|
},
|
|
19204
19018
|
{
|
|
19205
19019
|
name: "source",
|
|
@@ -19208,10 +19022,7 @@ var init_action_docs = __esm(() => {
|
|
|
19208
19022
|
schema: {
|
|
19209
19023
|
type: "string"
|
|
19210
19024
|
},
|
|
19211
|
-
examples: [
|
|
19212
|
-
"telegram",
|
|
19213
|
-
"discord"
|
|
19214
|
-
]
|
|
19025
|
+
examples: ["telegram", "discord"]
|
|
19215
19026
|
},
|
|
19216
19027
|
{
|
|
19217
19028
|
name: "target",
|
|
@@ -19220,10 +19031,7 @@ var init_action_docs = __esm(() => {
|
|
|
19220
19031
|
schema: {
|
|
19221
19032
|
type: "string"
|
|
19222
19033
|
},
|
|
19223
|
-
examples: [
|
|
19224
|
-
"dev_guru",
|
|
19225
|
-
"announcements"
|
|
19226
|
-
]
|
|
19034
|
+
examples: ["dev_guru", "announcements"]
|
|
19227
19035
|
},
|
|
19228
19036
|
{
|
|
19229
19037
|
name: "text",
|
|
@@ -19232,10 +19040,7 @@ var init_action_docs = __esm(() => {
|
|
|
19232
19040
|
schema: {
|
|
19233
19041
|
type: "string"
|
|
19234
19042
|
},
|
|
19235
|
-
examples: [
|
|
19236
|
-
"Hello!",
|
|
19237
|
-
"Important announcement!"
|
|
19238
|
-
]
|
|
19043
|
+
examples: ["Hello!", "Important announcement!"]
|
|
19239
19044
|
}
|
|
19240
19045
|
],
|
|
19241
19046
|
examples: [
|
|
@@ -19250,9 +19055,7 @@ var init_action_docs = __esm(() => {
|
|
|
19250
19055
|
name: "{{name2}}",
|
|
19251
19056
|
content: {
|
|
19252
19057
|
text: "Message sent to dev_guru on telegram.",
|
|
19253
|
-
actions: [
|
|
19254
|
-
"SEND_MESSAGE"
|
|
19255
|
-
]
|
|
19058
|
+
actions: ["SEND_MESSAGE"]
|
|
19256
19059
|
}
|
|
19257
19060
|
}
|
|
19258
19061
|
],
|
|
@@ -19267,9 +19070,7 @@ var init_action_docs = __esm(() => {
|
|
|
19267
19070
|
name: "{{name2}}",
|
|
19268
19071
|
content: {
|
|
19269
19072
|
text: "Message sent to announcements.",
|
|
19270
|
-
actions: [
|
|
19271
|
-
"SEND_MESSAGE"
|
|
19272
|
-
]
|
|
19073
|
+
actions: ["SEND_MESSAGE"]
|
|
19273
19074
|
}
|
|
19274
19075
|
}
|
|
19275
19076
|
],
|
|
@@ -19284,9 +19085,7 @@ var init_action_docs = __esm(() => {
|
|
|
19284
19085
|
name: "{{name2}}",
|
|
19285
19086
|
content: {
|
|
19286
19087
|
text: "Message sent to Jimmy.",
|
|
19287
|
-
actions: [
|
|
19288
|
-
"SEND_MESSAGE"
|
|
19289
|
-
]
|
|
19088
|
+
actions: ["SEND_MESSAGE"]
|
|
19290
19089
|
}
|
|
19291
19090
|
}
|
|
19292
19091
|
]
|
|
@@ -19294,10 +19093,7 @@ var init_action_docs = __esm(() => {
|
|
|
19294
19093
|
exampleCalls: [
|
|
19295
19094
|
{
|
|
19296
19095
|
user: 'Send a message to @dev_guru on telegram saying "Hello!"',
|
|
19297
|
-
actions: [
|
|
19298
|
-
"REPLY",
|
|
19299
|
-
"SEND_MESSAGE"
|
|
19300
|
-
],
|
|
19096
|
+
actions: ["REPLY", "SEND_MESSAGE"],
|
|
19301
19097
|
params: {
|
|
19302
19098
|
SEND_MESSAGE: {
|
|
19303
19099
|
targetType: "user",
|
|
@@ -19338,10 +19134,7 @@ var init_action_docs = __esm(() => {
|
|
|
19338
19134
|
schema: {
|
|
19339
19135
|
type: "string"
|
|
19340
19136
|
},
|
|
19341
|
-
examples: [
|
|
19342
|
-
"Sarah Chen",
|
|
19343
|
-
"John Smith"
|
|
19344
|
-
]
|
|
19137
|
+
examples: ["Sarah Chen", "John Smith"]
|
|
19345
19138
|
},
|
|
19346
19139
|
{
|
|
19347
19140
|
name: "notes",
|
|
@@ -19350,9 +19143,7 @@ var init_action_docs = __esm(() => {
|
|
|
19350
19143
|
schema: {
|
|
19351
19144
|
type: "string"
|
|
19352
19145
|
},
|
|
19353
|
-
examples: [
|
|
19354
|
-
"Met at the AI meetup; interested in agents"
|
|
19355
|
-
]
|
|
19146
|
+
examples: ["Met at the AI meetup; interested in agents"]
|
|
19356
19147
|
}
|
|
19357
19148
|
],
|
|
19358
19149
|
examples: [
|
|
@@ -19403,11 +19194,7 @@ var init_action_docs = __esm(() => {
|
|
|
19403
19194
|
{
|
|
19404
19195
|
name: "UPDATE_CONTACT",
|
|
19405
19196
|
description: "Update an existing contact's details in the rolodex.",
|
|
19406
|
-
similes: [
|
|
19407
|
-
"EDIT_CONTACT",
|
|
19408
|
-
"MODIFY_CONTACT",
|
|
19409
|
-
"CHANGE_CONTACT_INFO"
|
|
19410
|
-
],
|
|
19197
|
+
similes: ["EDIT_CONTACT", "MODIFY_CONTACT", "CHANGE_CONTACT_INFO"],
|
|
19411
19198
|
parameters: [
|
|
19412
19199
|
{
|
|
19413
19200
|
name: "name",
|
|
@@ -19416,9 +19203,7 @@ var init_action_docs = __esm(() => {
|
|
|
19416
19203
|
schema: {
|
|
19417
19204
|
type: "string"
|
|
19418
19205
|
},
|
|
19419
|
-
examples: [
|
|
19420
|
-
"Sarah Chen"
|
|
19421
|
-
]
|
|
19206
|
+
examples: ["Sarah Chen"]
|
|
19422
19207
|
},
|
|
19423
19208
|
{
|
|
19424
19209
|
name: "updates",
|
|
@@ -19427,9 +19212,7 @@ var init_action_docs = __esm(() => {
|
|
|
19427
19212
|
schema: {
|
|
19428
19213
|
type: "string"
|
|
19429
19214
|
},
|
|
19430
|
-
examples: [
|
|
19431
|
-
'{"notes":"prefers email","tags":["friend"]}'
|
|
19432
|
-
]
|
|
19215
|
+
examples: ['{"notes":"prefers email","tags":["friend"]}']
|
|
19433
19216
|
}
|
|
19434
19217
|
],
|
|
19435
19218
|
examples: [
|
|
@@ -19467,9 +19250,7 @@ var init_action_docs = __esm(() => {
|
|
|
19467
19250
|
schema: {
|
|
19468
19251
|
type: "string"
|
|
19469
19252
|
},
|
|
19470
|
-
examples: [
|
|
19471
|
-
"Sarah Chen"
|
|
19472
|
-
]
|
|
19253
|
+
examples: ["Sarah Chen"]
|
|
19473
19254
|
}
|
|
19474
19255
|
],
|
|
19475
19256
|
examples: [
|
|
@@ -19523,10 +19304,7 @@ var init_action_docs = __esm(() => {
|
|
|
19523
19304
|
schema: {
|
|
19524
19305
|
type: "string"
|
|
19525
19306
|
},
|
|
19526
|
-
examples: [
|
|
19527
|
-
"sarah",
|
|
19528
|
-
"AI meetup"
|
|
19529
|
-
]
|
|
19307
|
+
examples: ["sarah", "AI meetup"]
|
|
19530
19308
|
}
|
|
19531
19309
|
],
|
|
19532
19310
|
examples: [
|
|
@@ -19569,9 +19347,7 @@ var init_action_docs = __esm(() => {
|
|
|
19569
19347
|
schema: {
|
|
19570
19348
|
type: "string"
|
|
19571
19349
|
},
|
|
19572
|
-
examples: [
|
|
19573
|
-
"Sarah Chen"
|
|
19574
|
-
]
|
|
19350
|
+
examples: ["Sarah Chen"]
|
|
19575
19351
|
},
|
|
19576
19352
|
{
|
|
19577
19353
|
name: "when",
|
|
@@ -19580,9 +19356,7 @@ var init_action_docs = __esm(() => {
|
|
|
19580
19356
|
schema: {
|
|
19581
19357
|
type: "string"
|
|
19582
19358
|
},
|
|
19583
|
-
examples: [
|
|
19584
|
-
"2026-02-01T09:00:00Z"
|
|
19585
|
-
]
|
|
19359
|
+
examples: ["2026-02-01T09:00:00Z"]
|
|
19586
19360
|
},
|
|
19587
19361
|
{
|
|
19588
19362
|
name: "reason",
|
|
@@ -19591,9 +19365,7 @@ var init_action_docs = __esm(() => {
|
|
|
19591
19365
|
schema: {
|
|
19592
19366
|
type: "string"
|
|
19593
19367
|
},
|
|
19594
|
-
examples: [
|
|
19595
|
-
"Check in about the agent framework demo"
|
|
19596
|
-
]
|
|
19368
|
+
examples: ["Check in about the agent framework demo"]
|
|
19597
19369
|
}
|
|
19598
19370
|
],
|
|
19599
19371
|
examples: [
|
|
@@ -19633,9 +19405,7 @@ var init_action_docs = __esm(() => {
|
|
|
19633
19405
|
schema: {
|
|
19634
19406
|
type: "string"
|
|
19635
19407
|
},
|
|
19636
|
-
examples: [
|
|
19637
|
-
"c0a8012e"
|
|
19638
|
-
]
|
|
19408
|
+
examples: ["c0a8012e"]
|
|
19639
19409
|
},
|
|
19640
19410
|
{
|
|
19641
19411
|
name: "option",
|
|
@@ -19644,10 +19414,7 @@ var init_action_docs = __esm(() => {
|
|
|
19644
19414
|
schema: {
|
|
19645
19415
|
type: "string"
|
|
19646
19416
|
},
|
|
19647
|
-
examples: [
|
|
19648
|
-
"APPROVE",
|
|
19649
|
-
"ABORT"
|
|
19650
|
-
]
|
|
19417
|
+
examples: ["APPROVE", "ABORT"]
|
|
19651
19418
|
}
|
|
19652
19419
|
],
|
|
19653
19420
|
examples: [
|
|
@@ -19662,9 +19429,7 @@ var init_action_docs = __esm(() => {
|
|
|
19662
19429
|
name: "{{name2}}",
|
|
19663
19430
|
content: {
|
|
19664
19431
|
text: "I've selected option 1 for the pending task.",
|
|
19665
|
-
actions: [
|
|
19666
|
-
"CHOOSE_OPTION"
|
|
19667
|
-
]
|
|
19432
|
+
actions: ["CHOOSE_OPTION"]
|
|
19668
19433
|
}
|
|
19669
19434
|
}
|
|
19670
19435
|
]
|
|
@@ -19691,9 +19456,7 @@ var init_action_docs = __esm(() => {
|
|
|
19691
19456
|
schema: {
|
|
19692
19457
|
type: "string"
|
|
19693
19458
|
},
|
|
19694
|
-
examples: [
|
|
19695
|
-
"00000000-0000-0000-0000-000000000000"
|
|
19696
|
-
]
|
|
19459
|
+
examples: ["00000000-0000-0000-0000-000000000000"]
|
|
19697
19460
|
}
|
|
19698
19461
|
],
|
|
19699
19462
|
examples: [
|
|
@@ -19708,9 +19471,7 @@ var init_action_docs = __esm(() => {
|
|
|
19708
19471
|
name: "{{name2}}",
|
|
19709
19472
|
content: {
|
|
19710
19473
|
text: "Sure, I will now follow this room and chime in",
|
|
19711
|
-
actions: [
|
|
19712
|
-
"FOLLOW_ROOM"
|
|
19713
|
-
]
|
|
19474
|
+
actions: ["FOLLOW_ROOM"]
|
|
19714
19475
|
}
|
|
19715
19476
|
}
|
|
19716
19477
|
],
|
|
@@ -19725,9 +19486,7 @@ var init_action_docs = __esm(() => {
|
|
|
19725
19486
|
name: "{{name2}}",
|
|
19726
19487
|
content: {
|
|
19727
19488
|
text: "you got it, i'm here",
|
|
19728
|
-
actions: [
|
|
19729
|
-
"FOLLOW_ROOM"
|
|
19730
|
-
]
|
|
19489
|
+
actions: ["FOLLOW_ROOM"]
|
|
19731
19490
|
}
|
|
19732
19491
|
}
|
|
19733
19492
|
]
|
|
@@ -19754,9 +19513,7 @@ var init_action_docs = __esm(() => {
|
|
|
19754
19513
|
schema: {
|
|
19755
19514
|
type: "string"
|
|
19756
19515
|
},
|
|
19757
|
-
examples: [
|
|
19758
|
-
"00000000-0000-0000-0000-000000000000"
|
|
19759
|
-
]
|
|
19516
|
+
examples: ["00000000-0000-0000-0000-000000000000"]
|
|
19760
19517
|
}
|
|
19761
19518
|
],
|
|
19762
19519
|
examples: [
|
|
@@ -19771,9 +19528,7 @@ var init_action_docs = __esm(() => {
|
|
|
19771
19528
|
name: "{{name2}}",
|
|
19772
19529
|
content: {
|
|
19773
19530
|
text: "Okay, I'll stop following this room",
|
|
19774
|
-
actions: [
|
|
19775
|
-
"UNFOLLOW_ROOM"
|
|
19776
|
-
]
|
|
19531
|
+
actions: ["UNFOLLOW_ROOM"]
|
|
19777
19532
|
}
|
|
19778
19533
|
}
|
|
19779
19534
|
]
|
|
@@ -19800,9 +19555,7 @@ var init_action_docs = __esm(() => {
|
|
|
19800
19555
|
schema: {
|
|
19801
19556
|
type: "string"
|
|
19802
19557
|
},
|
|
19803
|
-
examples: [
|
|
19804
|
-
"00000000-0000-0000-0000-000000000000"
|
|
19805
|
-
]
|
|
19558
|
+
examples: ["00000000-0000-0000-0000-000000000000"]
|
|
19806
19559
|
}
|
|
19807
19560
|
],
|
|
19808
19561
|
examples: [
|
|
@@ -19817,9 +19570,7 @@ var init_action_docs = __esm(() => {
|
|
|
19817
19570
|
name: "{{name2}}",
|
|
19818
19571
|
content: {
|
|
19819
19572
|
text: "Got it",
|
|
19820
|
-
actions: [
|
|
19821
|
-
"MUTE_ROOM"
|
|
19822
|
-
]
|
|
19573
|
+
actions: ["MUTE_ROOM"]
|
|
19823
19574
|
}
|
|
19824
19575
|
}
|
|
19825
19576
|
],
|
|
@@ -19834,9 +19585,7 @@ var init_action_docs = __esm(() => {
|
|
|
19834
19585
|
name: "{{name2}}",
|
|
19835
19586
|
content: {
|
|
19836
19587
|
text: "np going silent",
|
|
19837
|
-
actions: [
|
|
19838
|
-
"MUTE_ROOM"
|
|
19839
|
-
]
|
|
19588
|
+
actions: ["MUTE_ROOM"]
|
|
19840
19589
|
}
|
|
19841
19590
|
}
|
|
19842
19591
|
]
|
|
@@ -19863,9 +19612,7 @@ var init_action_docs = __esm(() => {
|
|
|
19863
19612
|
schema: {
|
|
19864
19613
|
type: "string"
|
|
19865
19614
|
},
|
|
19866
|
-
examples: [
|
|
19867
|
-
"00000000-0000-0000-0000-000000000000"
|
|
19868
|
-
]
|
|
19615
|
+
examples: ["00000000-0000-0000-0000-000000000000"]
|
|
19869
19616
|
}
|
|
19870
19617
|
],
|
|
19871
19618
|
examples: [
|
|
@@ -19880,9 +19627,7 @@ var init_action_docs = __esm(() => {
|
|
|
19880
19627
|
name: "{{name2}}",
|
|
19881
19628
|
content: {
|
|
19882
19629
|
text: "I've unmuted this room and will respond again",
|
|
19883
|
-
actions: [
|
|
19884
|
-
"UNMUTE_ROOM"
|
|
19885
|
-
]
|
|
19630
|
+
actions: ["UNMUTE_ROOM"]
|
|
19886
19631
|
}
|
|
19887
19632
|
}
|
|
19888
19633
|
]
|
|
@@ -19910,9 +19655,7 @@ var init_action_docs = __esm(() => {
|
|
|
19910
19655
|
schema: {
|
|
19911
19656
|
type: "string"
|
|
19912
19657
|
},
|
|
19913
|
-
examples: [
|
|
19914
|
-
'[{"key":"model","value":"gpt-5"}]'
|
|
19915
|
-
]
|
|
19658
|
+
examples: ['[{"key":"model","value":"gpt-5"}]']
|
|
19916
19659
|
}
|
|
19917
19660
|
],
|
|
19918
19661
|
examples: [
|
|
@@ -19927,9 +19670,7 @@ var init_action_docs = __esm(() => {
|
|
|
19927
19670
|
name: "{{name2}}",
|
|
19928
19671
|
content: {
|
|
19929
19672
|
text: "I've updated your language setting to French.",
|
|
19930
|
-
actions: [
|
|
19931
|
-
"UPDATE_SETTINGS"
|
|
19932
|
-
]
|
|
19673
|
+
actions: ["UPDATE_SETTINGS"]
|
|
19933
19674
|
}
|
|
19934
19675
|
}
|
|
19935
19676
|
]
|
|
@@ -19955,9 +19696,7 @@ var init_action_docs = __esm(() => {
|
|
|
19955
19696
|
schema: {
|
|
19956
19697
|
type: "string"
|
|
19957
19698
|
},
|
|
19958
|
-
examples: [
|
|
19959
|
-
"00000000-0000-0000-0000-000000000000"
|
|
19960
|
-
]
|
|
19699
|
+
examples: ["00000000-0000-0000-0000-000000000000"]
|
|
19961
19700
|
},
|
|
19962
19701
|
{
|
|
19963
19702
|
name: "role",
|
|
@@ -19966,10 +19705,7 @@ var init_action_docs = __esm(() => {
|
|
|
19966
19705
|
schema: {
|
|
19967
19706
|
type: "string"
|
|
19968
19707
|
},
|
|
19969
|
-
examples: [
|
|
19970
|
-
"admin",
|
|
19971
|
-
"member"
|
|
19972
|
-
]
|
|
19708
|
+
examples: ["admin", "member"]
|
|
19973
19709
|
}
|
|
19974
19710
|
],
|
|
19975
19711
|
examples: [
|
|
@@ -19984,9 +19720,7 @@ var init_action_docs = __esm(() => {
|
|
|
19984
19720
|
name: "{{name2}}",
|
|
19985
19721
|
content: {
|
|
19986
19722
|
text: "I've assigned the admin role to Sarah.",
|
|
19987
|
-
actions: [
|
|
19988
|
-
"UPDATE_ROLE"
|
|
19989
|
-
]
|
|
19723
|
+
actions: ["UPDATE_ROLE"]
|
|
19990
19724
|
}
|
|
19991
19725
|
}
|
|
19992
19726
|
]
|
|
@@ -20010,9 +19744,7 @@ var init_action_docs = __esm(() => {
|
|
|
20010
19744
|
schema: {
|
|
20011
19745
|
type: "string"
|
|
20012
19746
|
},
|
|
20013
|
-
examples: [
|
|
20014
|
-
"00000000-0000-0000-0000-000000000000"
|
|
20015
|
-
]
|
|
19747
|
+
examples: ["00000000-0000-0000-0000-000000000000"]
|
|
20016
19748
|
},
|
|
20017
19749
|
{
|
|
20018
19750
|
name: "updates",
|
|
@@ -20021,9 +19753,7 @@ var init_action_docs = __esm(() => {
|
|
|
20021
19753
|
schema: {
|
|
20022
19754
|
type: "string"
|
|
20023
19755
|
},
|
|
20024
|
-
examples: [
|
|
20025
|
-
'[{"name":"bio","value":"Loves Rust"}]'
|
|
20026
|
-
]
|
|
19756
|
+
examples: ['[{"name":"bio","value":"Loves Rust"}]']
|
|
20027
19757
|
}
|
|
20028
19758
|
],
|
|
20029
19759
|
examples: [
|
|
@@ -20038,9 +19768,7 @@ var init_action_docs = __esm(() => {
|
|
|
20038
19768
|
name: "{{name2}}",
|
|
20039
19769
|
content: {
|
|
20040
19770
|
text: "I've updated your profile bio.",
|
|
20041
|
-
actions: [
|
|
20042
|
-
"UPDATE_ENTITY"
|
|
20043
|
-
]
|
|
19771
|
+
actions: ["UPDATE_ENTITY"]
|
|
20044
19772
|
}
|
|
20045
19773
|
}
|
|
20046
19774
|
]
|
|
@@ -20066,9 +19794,7 @@ var init_action_docs = __esm(() => {
|
|
|
20066
19794
|
schema: {
|
|
20067
19795
|
type: "string"
|
|
20068
19796
|
},
|
|
20069
|
-
examples: [
|
|
20070
|
-
"A futuristic cityscape at sunset, cinematic lighting"
|
|
20071
|
-
]
|
|
19797
|
+
examples: ["A futuristic cityscape at sunset, cinematic lighting"]
|
|
20072
19798
|
}
|
|
20073
19799
|
],
|
|
20074
19800
|
examples: [
|
|
@@ -20083,9 +19809,7 @@ var init_action_docs = __esm(() => {
|
|
|
20083
19809
|
name: "{{name2}}",
|
|
20084
19810
|
content: {
|
|
20085
19811
|
text: "Sure, I'll create a futuristic city image for you. One moment...",
|
|
20086
|
-
actions: [
|
|
20087
|
-
"GENERATE_IMAGE"
|
|
20088
|
-
]
|
|
19812
|
+
actions: ["GENERATE_IMAGE"]
|
|
20089
19813
|
}
|
|
20090
19814
|
}
|
|
20091
19815
|
],
|
|
@@ -20100,9 +19824,7 @@ var init_action_docs = __esm(() => {
|
|
|
20100
19824
|
name: "{{name2}}",
|
|
20101
19825
|
content: {
|
|
20102
19826
|
text: "I'll create a visualization of a neural network for you, one sec...",
|
|
20103
|
-
actions: [
|
|
20104
|
-
"GENERATE_IMAGE"
|
|
20105
|
-
]
|
|
19827
|
+
actions: ["GENERATE_IMAGE"]
|
|
20106
19828
|
}
|
|
20107
19829
|
}
|
|
20108
19830
|
],
|
|
@@ -20117,9 +19839,7 @@ var init_action_docs = __esm(() => {
|
|
|
20117
19839
|
name: "{{name2}}",
|
|
20118
19840
|
content: {
|
|
20119
19841
|
text: "Creating an image to capture calmness for you, please wait a moment...",
|
|
20120
|
-
actions: [
|
|
20121
|
-
"GENERATE_IMAGE"
|
|
20122
|
-
]
|
|
19842
|
+
actions: ["GENERATE_IMAGE"]
|
|
20123
19843
|
}
|
|
20124
19844
|
}
|
|
20125
19845
|
]
|
|
@@ -20140,62 +19860,37 @@ var init_action_docs = __esm(() => {
|
|
|
20140
19860
|
name: "BROWSER_CLICK",
|
|
20141
19861
|
description: "Click on an element on the webpage",
|
|
20142
19862
|
parameters: [],
|
|
20143
|
-
similes: [
|
|
20144
|
-
"CLICK_ELEMENT",
|
|
20145
|
-
"TAP",
|
|
20146
|
-
"PRESS_BUTTON"
|
|
20147
|
-
]
|
|
19863
|
+
similes: ["CLICK_ELEMENT", "TAP", "PRESS_BUTTON"]
|
|
20148
19864
|
},
|
|
20149
19865
|
{
|
|
20150
19866
|
name: "BROWSER_EXTRACT",
|
|
20151
19867
|
description: "Extract data from the webpage",
|
|
20152
19868
|
parameters: [],
|
|
20153
|
-
similes: [
|
|
20154
|
-
"EXTRACT_DATA",
|
|
20155
|
-
"GET_TEXT",
|
|
20156
|
-
"SCRAPE"
|
|
20157
|
-
]
|
|
19869
|
+
similes: ["EXTRACT_DATA", "GET_TEXT", "SCRAPE"]
|
|
20158
19870
|
},
|
|
20159
19871
|
{
|
|
20160
19872
|
name: "BROWSER_NAVIGATE",
|
|
20161
19873
|
description: "Navigate the browser to a specified URL",
|
|
20162
19874
|
parameters: [],
|
|
20163
|
-
similes: [
|
|
20164
|
-
"GO_TO_URL",
|
|
20165
|
-
"OPEN_WEBSITE",
|
|
20166
|
-
"VISIT_PAGE",
|
|
20167
|
-
"NAVIGATE_TO"
|
|
20168
|
-
]
|
|
19875
|
+
similes: ["GO_TO_URL", "OPEN_WEBSITE", "VISIT_PAGE", "NAVIGATE_TO"]
|
|
20169
19876
|
},
|
|
20170
19877
|
{
|
|
20171
19878
|
name: "BROWSER_SCREENSHOT",
|
|
20172
19879
|
description: "Take a screenshot of the current page",
|
|
20173
19880
|
parameters: [],
|
|
20174
|
-
similes: [
|
|
20175
|
-
"TAKE_SCREENSHOT",
|
|
20176
|
-
"CAPTURE_PAGE",
|
|
20177
|
-
"SCREENSHOT"
|
|
20178
|
-
]
|
|
19881
|
+
similes: ["TAKE_SCREENSHOT", "CAPTURE_PAGE", "SCREENSHOT"]
|
|
20179
19882
|
},
|
|
20180
19883
|
{
|
|
20181
19884
|
name: "BROWSER_SELECT",
|
|
20182
19885
|
description: "Select an option from a dropdown on the webpage",
|
|
20183
19886
|
parameters: [],
|
|
20184
|
-
similes: [
|
|
20185
|
-
"SELECT_OPTION",
|
|
20186
|
-
"CHOOSE",
|
|
20187
|
-
"PICK"
|
|
20188
|
-
]
|
|
19887
|
+
similes: ["SELECT_OPTION", "CHOOSE", "PICK"]
|
|
20189
19888
|
},
|
|
20190
19889
|
{
|
|
20191
19890
|
name: "BROWSER_TYPE",
|
|
20192
19891
|
description: "Type text into an input field on the webpage",
|
|
20193
19892
|
parameters: [],
|
|
20194
|
-
similes: [
|
|
20195
|
-
"TYPE_TEXT",
|
|
20196
|
-
"INPUT",
|
|
20197
|
-
"ENTER_TEXT"
|
|
20198
|
-
]
|
|
19893
|
+
similes: ["TYPE_TEXT", "INPUT", "ENTER_TEXT"]
|
|
20199
19894
|
},
|
|
20200
19895
|
{
|
|
20201
19896
|
name: "CALL_MCP_TOOL",
|
|
@@ -20218,11 +19913,7 @@ var init_action_docs = __esm(() => {
|
|
|
20218
19913
|
name: "CANCEL_TASK",
|
|
20219
19914
|
description: "Cancel a task.",
|
|
20220
19915
|
parameters: [],
|
|
20221
|
-
similes: [
|
|
20222
|
-
"DELETE_TASK",
|
|
20223
|
-
"REMOVE_TASK",
|
|
20224
|
-
"ABORT_TASK"
|
|
20225
|
-
]
|
|
19916
|
+
similes: ["DELETE_TASK", "REMOVE_TASK", "ABORT_TASK"]
|
|
20226
19917
|
},
|
|
20227
19918
|
{
|
|
20228
19919
|
name: "CHECK_PORTFOLIO",
|
|
@@ -20267,51 +19958,31 @@ var init_action_docs = __esm(() => {
|
|
|
20267
19958
|
name: "COMPUTERUSE_CLICK",
|
|
20268
19959
|
description: "Clicks a UI element on the computer using a ComputerUse selector.",
|
|
20269
19960
|
parameters: [],
|
|
20270
|
-
similes: [
|
|
20271
|
-
"CLICK_UI",
|
|
20272
|
-
"CLICK_ELEMENT",
|
|
20273
|
-
"TAP_UI"
|
|
20274
|
-
]
|
|
19961
|
+
similes: ["CLICK_UI", "CLICK_ELEMENT", "TAP_UI"]
|
|
20275
19962
|
},
|
|
20276
19963
|
{
|
|
20277
19964
|
name: "COMPUTERUSE_GET_APPLICATIONS",
|
|
20278
19965
|
description: "Lists currently running applications on the target machine.",
|
|
20279
19966
|
parameters: [],
|
|
20280
|
-
similes: [
|
|
20281
|
-
"LIST_APPS",
|
|
20282
|
-
"LIST_APPLICATIONS",
|
|
20283
|
-
"SHOW_RUNNING_APPS"
|
|
20284
|
-
]
|
|
19967
|
+
similes: ["LIST_APPS", "LIST_APPLICATIONS", "SHOW_RUNNING_APPS"]
|
|
20285
19968
|
},
|
|
20286
19969
|
{
|
|
20287
19970
|
name: "COMPUTERUSE_GET_WINDOW_TREE",
|
|
20288
19971
|
description: "Gets the UI tree for a running application (useful for understanding what is currently on screen).",
|
|
20289
19972
|
parameters: [],
|
|
20290
|
-
similes: [
|
|
20291
|
-
"GET_UI_TREE",
|
|
20292
|
-
"WINDOW_TREE",
|
|
20293
|
-
"DUMP_UI_TREE"
|
|
20294
|
-
]
|
|
19973
|
+
similes: ["GET_UI_TREE", "WINDOW_TREE", "DUMP_UI_TREE"]
|
|
20295
19974
|
},
|
|
20296
19975
|
{
|
|
20297
19976
|
name: "COMPUTERUSE_OPEN_APPLICATION",
|
|
20298
19977
|
description: "Opens an application on the target machine (local or MCP).",
|
|
20299
19978
|
parameters: [],
|
|
20300
|
-
similes: [
|
|
20301
|
-
"OPEN_APP",
|
|
20302
|
-
"LAUNCH_APP",
|
|
20303
|
-
"START_APPLICATION"
|
|
20304
|
-
]
|
|
19979
|
+
similes: ["OPEN_APP", "LAUNCH_APP", "START_APPLICATION"]
|
|
20305
19980
|
},
|
|
20306
19981
|
{
|
|
20307
19982
|
name: "COMPUTERUSE_TYPE",
|
|
20308
19983
|
description: "Types text into a UI element on the computer using a ComputerUse selector (optionally clearing the field).",
|
|
20309
19984
|
parameters: [],
|
|
20310
|
-
similes: [
|
|
20311
|
-
"TYPE_UI",
|
|
20312
|
-
"ENTER_TEXT",
|
|
20313
|
-
"FILL_FIELD"
|
|
20314
|
-
]
|
|
19985
|
+
similes: ["TYPE_UI", "ENTER_TEXT", "FILL_FIELD"]
|
|
20315
19986
|
},
|
|
20316
19987
|
{
|
|
20317
19988
|
name: "CONFIGURE_STRATEGY",
|
|
@@ -20347,9 +20018,7 @@ var init_action_docs = __esm(() => {
|
|
|
20347
20018
|
schema: {
|
|
20348
20019
|
type: "string"
|
|
20349
20020
|
},
|
|
20350
|
-
examples: [
|
|
20351
|
-
"example"
|
|
20352
|
-
]
|
|
20021
|
+
examples: ["example"]
|
|
20353
20022
|
},
|
|
20354
20023
|
{
|
|
20355
20024
|
name: "fromRef",
|
|
@@ -20358,9 +20027,7 @@ var init_action_docs = __esm(() => {
|
|
|
20358
20027
|
schema: {
|
|
20359
20028
|
type: "string"
|
|
20360
20029
|
},
|
|
20361
|
-
examples: [
|
|
20362
|
-
"example"
|
|
20363
|
-
]
|
|
20030
|
+
examples: ["example"]
|
|
20364
20031
|
},
|
|
20365
20032
|
{
|
|
20366
20033
|
name: "owner",
|
|
@@ -20369,9 +20036,7 @@ var init_action_docs = __esm(() => {
|
|
|
20369
20036
|
schema: {
|
|
20370
20037
|
type: "string"
|
|
20371
20038
|
},
|
|
20372
|
-
examples: [
|
|
20373
|
-
"octocat"
|
|
20374
|
-
]
|
|
20039
|
+
examples: ["octocat"]
|
|
20375
20040
|
},
|
|
20376
20041
|
{
|
|
20377
20042
|
name: "repo",
|
|
@@ -20380,17 +20045,13 @@ var init_action_docs = __esm(() => {
|
|
|
20380
20045
|
schema: {
|
|
20381
20046
|
type: "string"
|
|
20382
20047
|
},
|
|
20383
|
-
examples: [
|
|
20384
|
-
"my-repo"
|
|
20385
|
-
]
|
|
20048
|
+
examples: ["my-repo"]
|
|
20386
20049
|
}
|
|
20387
20050
|
],
|
|
20388
20051
|
exampleCalls: [
|
|
20389
20052
|
{
|
|
20390
20053
|
user: "Use CREATE_GITHUB_BRANCH with the provided parameters.",
|
|
20391
|
-
actions: [
|
|
20392
|
-
"CREATE_GITHUB_BRANCH"
|
|
20393
|
-
],
|
|
20054
|
+
actions: ["CREATE_GITHUB_BRANCH"],
|
|
20394
20055
|
params: {
|
|
20395
20056
|
CREATE_GITHUB_BRANCH: {
|
|
20396
20057
|
branchName: "example",
|
|
@@ -20413,9 +20074,7 @@ var init_action_docs = __esm(() => {
|
|
|
20413
20074
|
schema: {
|
|
20414
20075
|
type: "string"
|
|
20415
20076
|
},
|
|
20416
|
-
examples: [
|
|
20417
|
-
"Implements dark mode and updates docs."
|
|
20418
|
-
]
|
|
20077
|
+
examples: ["Implements dark mode and updates docs."]
|
|
20419
20078
|
},
|
|
20420
20079
|
{
|
|
20421
20080
|
name: "issueNumber",
|
|
@@ -20424,9 +20083,7 @@ var init_action_docs = __esm(() => {
|
|
|
20424
20083
|
schema: {
|
|
20425
20084
|
type: "number"
|
|
20426
20085
|
},
|
|
20427
|
-
examples: [
|
|
20428
|
-
1
|
|
20429
|
-
]
|
|
20086
|
+
examples: [1]
|
|
20430
20087
|
},
|
|
20431
20088
|
{
|
|
20432
20089
|
name: "owner",
|
|
@@ -20435,9 +20092,7 @@ var init_action_docs = __esm(() => {
|
|
|
20435
20092
|
schema: {
|
|
20436
20093
|
type: "string"
|
|
20437
20094
|
},
|
|
20438
|
-
examples: [
|
|
20439
|
-
"octocat"
|
|
20440
|
-
]
|
|
20095
|
+
examples: ["octocat"]
|
|
20441
20096
|
},
|
|
20442
20097
|
{
|
|
20443
20098
|
name: "repo",
|
|
@@ -20446,17 +20101,13 @@ var init_action_docs = __esm(() => {
|
|
|
20446
20101
|
schema: {
|
|
20447
20102
|
type: "string"
|
|
20448
20103
|
},
|
|
20449
|
-
examples: [
|
|
20450
|
-
"my-repo"
|
|
20451
|
-
]
|
|
20104
|
+
examples: ["my-repo"]
|
|
20452
20105
|
}
|
|
20453
20106
|
],
|
|
20454
20107
|
exampleCalls: [
|
|
20455
20108
|
{
|
|
20456
20109
|
user: "Use CREATE_GITHUB_COMMENT with the provided parameters.",
|
|
20457
|
-
actions: [
|
|
20458
|
-
"CREATE_GITHUB_COMMENT"
|
|
20459
|
-
],
|
|
20110
|
+
actions: ["CREATE_GITHUB_COMMENT"],
|
|
20460
20111
|
params: {
|
|
20461
20112
|
CREATE_GITHUB_COMMENT: {
|
|
20462
20113
|
body: "Implements dark mode and updates docs.",
|
|
@@ -20479,9 +20130,7 @@ var init_action_docs = __esm(() => {
|
|
|
20479
20130
|
schema: {
|
|
20480
20131
|
type: "string"
|
|
20481
20132
|
},
|
|
20482
|
-
examples: [
|
|
20483
|
-
"example"
|
|
20484
|
-
]
|
|
20133
|
+
examples: ["example"]
|
|
20485
20134
|
},
|
|
20486
20135
|
{
|
|
20487
20136
|
name: "body",
|
|
@@ -20490,9 +20139,7 @@ var init_action_docs = __esm(() => {
|
|
|
20490
20139
|
schema: {
|
|
20491
20140
|
type: "string"
|
|
20492
20141
|
},
|
|
20493
|
-
examples: [
|
|
20494
|
-
"Implements dark mode and updates docs."
|
|
20495
|
-
]
|
|
20142
|
+
examples: ["Implements dark mode and updates docs."]
|
|
20496
20143
|
},
|
|
20497
20144
|
{
|
|
20498
20145
|
name: "labels",
|
|
@@ -20501,9 +20148,7 @@ var init_action_docs = __esm(() => {
|
|
|
20501
20148
|
schema: {
|
|
20502
20149
|
type: "string"
|
|
20503
20150
|
},
|
|
20504
|
-
examples: [
|
|
20505
|
-
"example"
|
|
20506
|
-
]
|
|
20151
|
+
examples: ["example"]
|
|
20507
20152
|
},
|
|
20508
20153
|
{
|
|
20509
20154
|
name: "owner",
|
|
@@ -20512,9 +20157,7 @@ var init_action_docs = __esm(() => {
|
|
|
20512
20157
|
schema: {
|
|
20513
20158
|
type: "string"
|
|
20514
20159
|
},
|
|
20515
|
-
examples: [
|
|
20516
|
-
"octocat"
|
|
20517
|
-
]
|
|
20160
|
+
examples: ["octocat"]
|
|
20518
20161
|
},
|
|
20519
20162
|
{
|
|
20520
20163
|
name: "repo",
|
|
@@ -20523,9 +20166,7 @@ var init_action_docs = __esm(() => {
|
|
|
20523
20166
|
schema: {
|
|
20524
20167
|
type: "string"
|
|
20525
20168
|
},
|
|
20526
|
-
examples: [
|
|
20527
|
-
"my-repo"
|
|
20528
|
-
]
|
|
20169
|
+
examples: ["my-repo"]
|
|
20529
20170
|
},
|
|
20530
20171
|
{
|
|
20531
20172
|
name: "title",
|
|
@@ -20534,17 +20175,13 @@ var init_action_docs = __esm(() => {
|
|
|
20534
20175
|
schema: {
|
|
20535
20176
|
type: "string"
|
|
20536
20177
|
},
|
|
20537
|
-
examples: [
|
|
20538
|
-
"Add dark mode support"
|
|
20539
|
-
]
|
|
20178
|
+
examples: ["Add dark mode support"]
|
|
20540
20179
|
}
|
|
20541
20180
|
],
|
|
20542
20181
|
exampleCalls: [
|
|
20543
20182
|
{
|
|
20544
20183
|
user: "Use CREATE_GITHUB_ISSUE with the provided parameters.",
|
|
20545
|
-
actions: [
|
|
20546
|
-
"CREATE_GITHUB_ISSUE"
|
|
20547
|
-
],
|
|
20184
|
+
actions: ["CREATE_GITHUB_ISSUE"],
|
|
20548
20185
|
params: {
|
|
20549
20186
|
CREATE_GITHUB_ISSUE: {
|
|
20550
20187
|
assignees: "example",
|
|
@@ -20569,9 +20206,7 @@ var init_action_docs = __esm(() => {
|
|
|
20569
20206
|
schema: {
|
|
20570
20207
|
type: "string"
|
|
20571
20208
|
},
|
|
20572
|
-
examples: [
|
|
20573
|
-
"main"
|
|
20574
|
-
]
|
|
20209
|
+
examples: ["main"]
|
|
20575
20210
|
},
|
|
20576
20211
|
{
|
|
20577
20212
|
name: "body",
|
|
@@ -20580,9 +20215,7 @@ var init_action_docs = __esm(() => {
|
|
|
20580
20215
|
schema: {
|
|
20581
20216
|
type: "string"
|
|
20582
20217
|
},
|
|
20583
|
-
examples: [
|
|
20584
|
-
"Implements dark mode and updates docs."
|
|
20585
|
-
]
|
|
20218
|
+
examples: ["Implements dark mode and updates docs."]
|
|
20586
20219
|
},
|
|
20587
20220
|
{
|
|
20588
20221
|
name: "draft",
|
|
@@ -20591,9 +20224,7 @@ var init_action_docs = __esm(() => {
|
|
|
20591
20224
|
schema: {
|
|
20592
20225
|
type: "boolean"
|
|
20593
20226
|
},
|
|
20594
|
-
examples: [
|
|
20595
|
-
false
|
|
20596
|
-
]
|
|
20227
|
+
examples: [false]
|
|
20597
20228
|
},
|
|
20598
20229
|
{
|
|
20599
20230
|
name: "head",
|
|
@@ -20602,9 +20233,7 @@ var init_action_docs = __esm(() => {
|
|
|
20602
20233
|
schema: {
|
|
20603
20234
|
type: "string"
|
|
20604
20235
|
},
|
|
20605
|
-
examples: [
|
|
20606
|
-
"feature/dark-mode"
|
|
20607
|
-
]
|
|
20236
|
+
examples: ["feature/dark-mode"]
|
|
20608
20237
|
},
|
|
20609
20238
|
{
|
|
20610
20239
|
name: "owner",
|
|
@@ -20613,9 +20242,7 @@ var init_action_docs = __esm(() => {
|
|
|
20613
20242
|
schema: {
|
|
20614
20243
|
type: "string"
|
|
20615
20244
|
},
|
|
20616
|
-
examples: [
|
|
20617
|
-
"octocat"
|
|
20618
|
-
]
|
|
20245
|
+
examples: ["octocat"]
|
|
20619
20246
|
},
|
|
20620
20247
|
{
|
|
20621
20248
|
name: "repo",
|
|
@@ -20624,9 +20251,7 @@ var init_action_docs = __esm(() => {
|
|
|
20624
20251
|
schema: {
|
|
20625
20252
|
type: "string"
|
|
20626
20253
|
},
|
|
20627
|
-
examples: [
|
|
20628
|
-
"my-repo"
|
|
20629
|
-
]
|
|
20254
|
+
examples: ["my-repo"]
|
|
20630
20255
|
},
|
|
20631
20256
|
{
|
|
20632
20257
|
name: "title",
|
|
@@ -20635,17 +20260,13 @@ var init_action_docs = __esm(() => {
|
|
|
20635
20260
|
schema: {
|
|
20636
20261
|
type: "string"
|
|
20637
20262
|
},
|
|
20638
|
-
examples: [
|
|
20639
|
-
"Add dark mode support"
|
|
20640
|
-
]
|
|
20263
|
+
examples: ["Add dark mode support"]
|
|
20641
20264
|
}
|
|
20642
20265
|
],
|
|
20643
20266
|
exampleCalls: [
|
|
20644
20267
|
{
|
|
20645
20268
|
user: "Use CREATE_GITHUB_PULL_REQUEST with the provided parameters.",
|
|
20646
|
-
actions: [
|
|
20647
|
-
"CREATE_GITHUB_PULL_REQUEST"
|
|
20648
|
-
],
|
|
20269
|
+
actions: ["CREATE_GITHUB_PULL_REQUEST"],
|
|
20649
20270
|
params: {
|
|
20650
20271
|
CREATE_GITHUB_PULL_REQUEST: {
|
|
20651
20272
|
base: "main",
|
|
@@ -20671,9 +20292,7 @@ var init_action_docs = __esm(() => {
|
|
|
20671
20292
|
schema: {
|
|
20672
20293
|
type: "string"
|
|
20673
20294
|
},
|
|
20674
|
-
examples: [
|
|
20675
|
-
"example"
|
|
20676
|
-
]
|
|
20295
|
+
examples: ["example"]
|
|
20677
20296
|
}
|
|
20678
20297
|
],
|
|
20679
20298
|
similes: [
|
|
@@ -20685,9 +20304,7 @@ var init_action_docs = __esm(() => {
|
|
|
20685
20304
|
exampleCalls: [
|
|
20686
20305
|
{
|
|
20687
20306
|
user: "Use CREATE_LINEAR_COMMENT with the provided parameters.",
|
|
20688
|
-
actions: [
|
|
20689
|
-
"CREATE_LINEAR_COMMENT"
|
|
20690
|
-
],
|
|
20307
|
+
actions: ["CREATE_LINEAR_COMMENT"],
|
|
20691
20308
|
params: {
|
|
20692
20309
|
CREATE_LINEAR_COMMENT: {
|
|
20693
20310
|
name: "example"
|
|
@@ -20700,22 +20317,13 @@ var init_action_docs = __esm(() => {
|
|
|
20700
20317
|
name: "CREATE_LINEAR_ISSUE",
|
|
20701
20318
|
description: "Create a new issue in Linear",
|
|
20702
20319
|
parameters: [],
|
|
20703
|
-
similes: [
|
|
20704
|
-
"create-linear-issue",
|
|
20705
|
-
"new-linear-issue",
|
|
20706
|
-
"add-linear-issue"
|
|
20707
|
-
]
|
|
20320
|
+
similes: ["create-linear-issue", "new-linear-issue", "add-linear-issue"]
|
|
20708
20321
|
},
|
|
20709
20322
|
{
|
|
20710
20323
|
name: "CREATE_TASK",
|
|
20711
20324
|
description: "Create an orchestrated background task to be executed by a selected agent provider.",
|
|
20712
20325
|
parameters: [],
|
|
20713
|
-
similes: [
|
|
20714
|
-
"START_TASK",
|
|
20715
|
-
"SPAWN_TASK",
|
|
20716
|
-
"NEW_TASK",
|
|
20717
|
-
"BEGIN_TASK"
|
|
20718
|
-
]
|
|
20326
|
+
similes: ["START_TASK", "SPAWN_TASK", "NEW_TASK", "BEGIN_TASK"]
|
|
20719
20327
|
},
|
|
20720
20328
|
{
|
|
20721
20329
|
name: "DELETE_LINEAR_ISSUE",
|
|
@@ -20747,10 +20355,7 @@ var init_action_docs = __esm(() => {
|
|
|
20747
20355
|
name: "FORM_RESTORE",
|
|
20748
20356
|
description: "Restore a previously stashed form session",
|
|
20749
20357
|
parameters: [],
|
|
20750
|
-
similes: [
|
|
20751
|
-
"RESUME_FORM",
|
|
20752
|
-
"CONTINUE_FORM"
|
|
20753
|
-
]
|
|
20358
|
+
similes: ["RESUME_FORM", "CONTINUE_FORM"]
|
|
20754
20359
|
},
|
|
20755
20360
|
{
|
|
20756
20361
|
name: "GET_LINEAR_ACTIVITY",
|
|
@@ -20774,9 +20379,7 @@ var init_action_docs = __esm(() => {
|
|
|
20774
20379
|
schema: {
|
|
20775
20380
|
type: "string"
|
|
20776
20381
|
},
|
|
20777
|
-
examples: [
|
|
20778
|
-
"example"
|
|
20779
|
-
]
|
|
20382
|
+
examples: ["example"]
|
|
20780
20383
|
}
|
|
20781
20384
|
],
|
|
20782
20385
|
similes: [
|
|
@@ -20789,9 +20392,7 @@ var init_action_docs = __esm(() => {
|
|
|
20789
20392
|
exampleCalls: [
|
|
20790
20393
|
{
|
|
20791
20394
|
user: "Use GET_LINEAR_ISSUE with the provided parameters.",
|
|
20792
|
-
actions: [
|
|
20793
|
-
"GET_LINEAR_ISSUE"
|
|
20794
|
-
],
|
|
20395
|
+
actions: ["GET_LINEAR_ISSUE"],
|
|
20795
20396
|
params: {
|
|
20796
20397
|
GET_LINEAR_ISSUE: {
|
|
20797
20398
|
name: "example"
|
|
@@ -20822,9 +20423,7 @@ var init_action_docs = __esm(() => {
|
|
|
20822
20423
|
schema: {
|
|
20823
20424
|
type: "string"
|
|
20824
20425
|
},
|
|
20825
|
-
examples: [
|
|
20826
|
-
"example"
|
|
20827
|
-
]
|
|
20426
|
+
examples: ["example"]
|
|
20828
20427
|
}
|
|
20829
20428
|
],
|
|
20830
20429
|
similes: [
|
|
@@ -20836,9 +20435,7 @@ var init_action_docs = __esm(() => {
|
|
|
20836
20435
|
exampleCalls: [
|
|
20837
20436
|
{
|
|
20838
20437
|
user: "Use LIST_LINEAR_PROJECTS with the provided parameters.",
|
|
20839
|
-
actions: [
|
|
20840
|
-
"LIST_LINEAR_PROJECTS"
|
|
20841
|
-
],
|
|
20438
|
+
actions: ["LIST_LINEAR_PROJECTS"],
|
|
20842
20439
|
params: {
|
|
20843
20440
|
LIST_LINEAR_PROJECTS: {
|
|
20844
20441
|
toLowerCase: "example"
|
|
@@ -20862,12 +20459,7 @@ var init_action_docs = __esm(() => {
|
|
|
20862
20459
|
name: "LIST_TASKS",
|
|
20863
20460
|
description: "List tasks managed by the orchestrator.",
|
|
20864
20461
|
parameters: [],
|
|
20865
|
-
similes: [
|
|
20866
|
-
"SHOW_TASKS",
|
|
20867
|
-
"GET_TASKS",
|
|
20868
|
-
"TASKS",
|
|
20869
|
-
"VIEW_TASKS"
|
|
20870
|
-
]
|
|
20462
|
+
similes: ["SHOW_TASKS", "GET_TASKS", "TASKS", "VIEW_TASKS"]
|
|
20871
20463
|
},
|
|
20872
20464
|
{
|
|
20873
20465
|
name: "lp_management",
|
|
@@ -20895,107 +20487,67 @@ var init_action_docs = __esm(() => {
|
|
|
20895
20487
|
name: "MC_ATTACK",
|
|
20896
20488
|
description: "Attack an entity by numeric entityId (from MC_WORLD_STATE.nearbyEntities).",
|
|
20897
20489
|
parameters: [],
|
|
20898
|
-
similes: [
|
|
20899
|
-
"MINECRAFT_ATTACK",
|
|
20900
|
-
"HIT_ENTITY"
|
|
20901
|
-
]
|
|
20490
|
+
similes: ["MINECRAFT_ATTACK", "HIT_ENTITY"]
|
|
20902
20491
|
},
|
|
20903
20492
|
{
|
|
20904
20493
|
name: "MC_CHAT",
|
|
20905
20494
|
description: "Send a chat message in Minecraft as the bot",
|
|
20906
20495
|
parameters: [],
|
|
20907
|
-
similes: [
|
|
20908
|
-
"MINECRAFT_CHAT",
|
|
20909
|
-
"SAY_IN_MINECRAFT",
|
|
20910
|
-
"CHAT"
|
|
20911
|
-
]
|
|
20496
|
+
similes: ["MINECRAFT_CHAT", "SAY_IN_MINECRAFT", "CHAT"]
|
|
20912
20497
|
},
|
|
20913
20498
|
{
|
|
20914
20499
|
name: "MC_CONNECT",
|
|
20915
20500
|
description: "Connect the Mineflayer bot to a Minecraft server",
|
|
20916
20501
|
parameters: [],
|
|
20917
|
-
similes: [
|
|
20918
|
-
"MINECRAFT_CONNECT",
|
|
20919
|
-
"JOIN_SERVER",
|
|
20920
|
-
"CONNECT_TO_MINECRAFT"
|
|
20921
|
-
]
|
|
20502
|
+
similes: ["MINECRAFT_CONNECT", "JOIN_SERVER", "CONNECT_TO_MINECRAFT"]
|
|
20922
20503
|
},
|
|
20923
20504
|
{
|
|
20924
20505
|
name: "MC_CONTROL",
|
|
20925
20506
|
description: "Set a control state (e.g. forward/back/left/right/jump/sprint/sneak). Provide JSON {control,state,durationMs?} or 'forward true 1000'.",
|
|
20926
20507
|
parameters: [],
|
|
20927
|
-
similes: [
|
|
20928
|
-
"MINECRAFT_CONTROL",
|
|
20929
|
-
"SET_CONTROL_STATE"
|
|
20930
|
-
]
|
|
20508
|
+
similes: ["MINECRAFT_CONTROL", "SET_CONTROL_STATE"]
|
|
20931
20509
|
},
|
|
20932
20510
|
{
|
|
20933
20511
|
name: "MC_DIG",
|
|
20934
20512
|
description: `Dig/break the block at (x y z). Provide coordinates like '10 64 -20' or JSON {"x":10,"y":64,"z":-20}.`,
|
|
20935
20513
|
parameters: [],
|
|
20936
|
-
similes: [
|
|
20937
|
-
"MINECRAFT_DIG",
|
|
20938
|
-
"MINE_BLOCK",
|
|
20939
|
-
"BREAK_BLOCK"
|
|
20940
|
-
]
|
|
20514
|
+
similes: ["MINECRAFT_DIG", "MINE_BLOCK", "BREAK_BLOCK"]
|
|
20941
20515
|
},
|
|
20942
20516
|
{
|
|
20943
20517
|
name: "MC_DISCONNECT",
|
|
20944
20518
|
description: "Disconnect the Mineflayer bot from the Minecraft server",
|
|
20945
20519
|
parameters: [],
|
|
20946
|
-
similes: [
|
|
20947
|
-
"MINECRAFT_DISCONNECT",
|
|
20948
|
-
"LEAVE_SERVER",
|
|
20949
|
-
"QUIT_MINECRAFT"
|
|
20950
|
-
]
|
|
20520
|
+
similes: ["MINECRAFT_DISCONNECT", "LEAVE_SERVER", "QUIT_MINECRAFT"]
|
|
20951
20521
|
},
|
|
20952
20522
|
{
|
|
20953
20523
|
name: "MC_GOTO",
|
|
20954
20524
|
description: `Pathfind to a target (x y z). Provide coordinates like '10 64 -20' or JSON {"x":10,"y":64,"z":-20}.`,
|
|
20955
20525
|
parameters: [],
|
|
20956
|
-
similes: [
|
|
20957
|
-
"MINECRAFT_GOTO",
|
|
20958
|
-
"WALK_TO",
|
|
20959
|
-
"MOVE_TO_COORDS"
|
|
20960
|
-
]
|
|
20526
|
+
similes: ["MINECRAFT_GOTO", "WALK_TO", "MOVE_TO_COORDS"]
|
|
20961
20527
|
},
|
|
20962
20528
|
{
|
|
20963
20529
|
name: "MC_LOOK",
|
|
20964
20530
|
description: "Look to yaw/pitch (radians). Provide 'yaw pitch' or JSON {yaw,pitch}.",
|
|
20965
20531
|
parameters: [],
|
|
20966
|
-
similes: [
|
|
20967
|
-
"MINECRAFT_LOOK",
|
|
20968
|
-
"TURN_HEAD"
|
|
20969
|
-
]
|
|
20532
|
+
similes: ["MINECRAFT_LOOK", "TURN_HEAD"]
|
|
20970
20533
|
},
|
|
20971
20534
|
{
|
|
20972
20535
|
name: "MC_PLACE",
|
|
20973
20536
|
description: "Place the currently-held block onto a reference block face. Provide 'x y z face' (face=up/down/north/south/east/west) or JSON {x,y,z,face}.",
|
|
20974
20537
|
parameters: [],
|
|
20975
|
-
similes: [
|
|
20976
|
-
"MINECRAFT_PLACE",
|
|
20977
|
-
"PLACE_BLOCK"
|
|
20978
|
-
]
|
|
20538
|
+
similes: ["MINECRAFT_PLACE", "PLACE_BLOCK"]
|
|
20979
20539
|
},
|
|
20980
20540
|
{
|
|
20981
20541
|
name: "MC_SCAN",
|
|
20982
20542
|
description: 'Scan nearby blocks. Optional JSON input: {"blocks":["oak_log"],"radius":16,"maxResults":32}. If omitted, scans for any non-air blocks.',
|
|
20983
20543
|
parameters: [],
|
|
20984
|
-
similes: [
|
|
20985
|
-
"MINECRAFT_SCAN",
|
|
20986
|
-
"FIND_BLOCKS",
|
|
20987
|
-
"SCAN_BLOCKS"
|
|
20988
|
-
]
|
|
20544
|
+
similes: ["MINECRAFT_SCAN", "FIND_BLOCKS", "SCAN_BLOCKS"]
|
|
20989
20545
|
},
|
|
20990
20546
|
{
|
|
20991
20547
|
name: "MC_STOP",
|
|
20992
20548
|
description: "Stop pathfinding / movement goals.",
|
|
20993
20549
|
parameters: [],
|
|
20994
|
-
similes: [
|
|
20995
|
-
"MINECRAFT_STOP",
|
|
20996
|
-
"STOP_PATHFINDER",
|
|
20997
|
-
"STOP_MOVING"
|
|
20998
|
-
]
|
|
20550
|
+
similes: ["MINECRAFT_STOP", "STOP_PATHFINDER", "STOP_MOVING"]
|
|
20999
20551
|
},
|
|
21000
20552
|
{
|
|
21001
20553
|
name: "MC_WAYPOINT_DELETE",
|
|
@@ -21021,21 +20573,13 @@ var init_action_docs = __esm(() => {
|
|
|
21021
20573
|
name: "MC_WAYPOINT_LIST",
|
|
21022
20574
|
description: "List saved waypoints.",
|
|
21023
20575
|
parameters: [],
|
|
21024
|
-
similes: [
|
|
21025
|
-
"MINECRAFT_WAYPOINT_LIST",
|
|
21026
|
-
"LIST_WAYPOINTS",
|
|
21027
|
-
"SHOW_WAYPOINTS"
|
|
21028
|
-
]
|
|
20576
|
+
similes: ["MINECRAFT_WAYPOINT_LIST", "LIST_WAYPOINTS", "SHOW_WAYPOINTS"]
|
|
21029
20577
|
},
|
|
21030
20578
|
{
|
|
21031
20579
|
name: "MC_WAYPOINT_SET",
|
|
21032
20580
|
description: "Save the bot's current position as a named waypoint (message text is the name).",
|
|
21033
20581
|
parameters: [],
|
|
21034
|
-
similes: [
|
|
21035
|
-
"MINECRAFT_WAYPOINT_SET",
|
|
21036
|
-
"SET_WAYPOINT",
|
|
21037
|
-
"SAVE_WAYPOINT"
|
|
21038
|
-
]
|
|
20582
|
+
similes: ["MINECRAFT_WAYPOINT_SET", "SET_WAYPOINT", "SAVE_WAYPOINT"]
|
|
21039
20583
|
},
|
|
21040
20584
|
{
|
|
21041
20585
|
name: "MERGE_GITHUB_PULL_REQUEST",
|
|
@@ -21048,9 +20592,7 @@ var init_action_docs = __esm(() => {
|
|
|
21048
20592
|
schema: {
|
|
21049
20593
|
type: "string"
|
|
21050
20594
|
},
|
|
21051
|
-
examples: [
|
|
21052
|
-
"example"
|
|
21053
|
-
]
|
|
20595
|
+
examples: ["example"]
|
|
21054
20596
|
},
|
|
21055
20597
|
{
|
|
21056
20598
|
name: "commitTitle",
|
|
@@ -21059,9 +20601,7 @@ var init_action_docs = __esm(() => {
|
|
|
21059
20601
|
schema: {
|
|
21060
20602
|
type: "string"
|
|
21061
20603
|
},
|
|
21062
|
-
examples: [
|
|
21063
|
-
"example"
|
|
21064
|
-
]
|
|
20604
|
+
examples: ["example"]
|
|
21065
20605
|
},
|
|
21066
20606
|
{
|
|
21067
20607
|
name: "mergeMethod",
|
|
@@ -21070,9 +20610,7 @@ var init_action_docs = __esm(() => {
|
|
|
21070
20610
|
schema: {
|
|
21071
20611
|
type: "string"
|
|
21072
20612
|
},
|
|
21073
|
-
examples: [
|
|
21074
|
-
"example"
|
|
21075
|
-
]
|
|
20613
|
+
examples: ["example"]
|
|
21076
20614
|
},
|
|
21077
20615
|
{
|
|
21078
20616
|
name: "owner",
|
|
@@ -21081,9 +20619,7 @@ var init_action_docs = __esm(() => {
|
|
|
21081
20619
|
schema: {
|
|
21082
20620
|
type: "string"
|
|
21083
20621
|
},
|
|
21084
|
-
examples: [
|
|
21085
|
-
"octocat"
|
|
21086
|
-
]
|
|
20622
|
+
examples: ["octocat"]
|
|
21087
20623
|
},
|
|
21088
20624
|
{
|
|
21089
20625
|
name: "pullNumber",
|
|
@@ -21092,9 +20628,7 @@ var init_action_docs = __esm(() => {
|
|
|
21092
20628
|
schema: {
|
|
21093
20629
|
type: "number"
|
|
21094
20630
|
},
|
|
21095
|
-
examples: [
|
|
21096
|
-
1
|
|
21097
|
-
]
|
|
20631
|
+
examples: [1]
|
|
21098
20632
|
},
|
|
21099
20633
|
{
|
|
21100
20634
|
name: "repo",
|
|
@@ -21103,17 +20637,13 @@ var init_action_docs = __esm(() => {
|
|
|
21103
20637
|
schema: {
|
|
21104
20638
|
type: "string"
|
|
21105
20639
|
},
|
|
21106
|
-
examples: [
|
|
21107
|
-
"my-repo"
|
|
21108
|
-
]
|
|
20640
|
+
examples: ["my-repo"]
|
|
21109
20641
|
}
|
|
21110
20642
|
],
|
|
21111
20643
|
exampleCalls: [
|
|
21112
20644
|
{
|
|
21113
20645
|
user: "Use MERGE_GITHUB_PULL_REQUEST with the provided parameters.",
|
|
21114
|
-
actions: [
|
|
21115
|
-
"MERGE_GITHUB_PULL_REQUEST"
|
|
21116
|
-
],
|
|
20646
|
+
actions: ["MERGE_GITHUB_PULL_REQUEST"],
|
|
21117
20647
|
params: {
|
|
21118
20648
|
MERGE_GITHUB_PULL_REQUEST: {
|
|
21119
20649
|
commitMessage: "example",
|
|
@@ -21131,10 +20661,7 @@ var init_action_docs = __esm(() => {
|
|
|
21131
20661
|
name: "PAUSE_TASK",
|
|
21132
20662
|
description: "Pause a running task.",
|
|
21133
20663
|
parameters: [],
|
|
21134
|
-
similes: [
|
|
21135
|
-
"STOP_TASK",
|
|
21136
|
-
"HALT_TASK"
|
|
21137
|
-
]
|
|
20664
|
+
similes: ["STOP_TASK", "HALT_TASK"]
|
|
21138
20665
|
},
|
|
21139
20666
|
{
|
|
21140
20667
|
name: "POLYMARKET_CHECK_ORDER_SCORING",
|
|
@@ -21267,9 +20794,7 @@ var init_action_docs = __esm(() => {
|
|
|
21267
20794
|
schema: {
|
|
21268
20795
|
type: "string"
|
|
21269
20796
|
},
|
|
21270
|
-
examples: [
|
|
21271
|
-
"example"
|
|
21272
|
-
]
|
|
20797
|
+
examples: ["example"]
|
|
21273
20798
|
},
|
|
21274
20799
|
{
|
|
21275
20800
|
name: "mediaId",
|
|
@@ -21278,9 +20803,7 @@ var init_action_docs = __esm(() => {
|
|
|
21278
20803
|
schema: {
|
|
21279
20804
|
type: "number"
|
|
21280
20805
|
},
|
|
21281
|
-
examples: [
|
|
21282
|
-
1
|
|
21283
|
-
]
|
|
20806
|
+
examples: [1]
|
|
21284
20807
|
}
|
|
21285
20808
|
],
|
|
21286
20809
|
similes: [
|
|
@@ -21292,9 +20815,7 @@ var init_action_docs = __esm(() => {
|
|
|
21292
20815
|
exampleCalls: [
|
|
21293
20816
|
{
|
|
21294
20817
|
user: "Use POST_INSTAGRAM_COMMENT with the provided parameters.",
|
|
21295
|
-
actions: [
|
|
21296
|
-
"POST_INSTAGRAM_COMMENT"
|
|
21297
|
-
],
|
|
20818
|
+
actions: ["POST_INSTAGRAM_COMMENT"],
|
|
21298
20819
|
params: {
|
|
21299
20820
|
POST_INSTAGRAM_COMMENT: {
|
|
21300
20821
|
commentText: "example",
|
|
@@ -21320,9 +20841,7 @@ var init_action_docs = __esm(() => {
|
|
|
21320
20841
|
schema: {
|
|
21321
20842
|
type: "string"
|
|
21322
20843
|
},
|
|
21323
|
-
examples: [
|
|
21324
|
-
"example"
|
|
21325
|
-
]
|
|
20844
|
+
examples: ["example"]
|
|
21326
20845
|
},
|
|
21327
20846
|
{
|
|
21328
20847
|
name: "authorName",
|
|
@@ -21331,9 +20850,7 @@ var init_action_docs = __esm(() => {
|
|
|
21331
20850
|
schema: {
|
|
21332
20851
|
type: "string"
|
|
21333
20852
|
},
|
|
21334
|
-
examples: [
|
|
21335
|
-
"example"
|
|
21336
|
-
]
|
|
20853
|
+
examples: ["example"]
|
|
21337
20854
|
},
|
|
21338
20855
|
{
|
|
21339
20856
|
name: "branch",
|
|
@@ -21342,9 +20859,7 @@ var init_action_docs = __esm(() => {
|
|
|
21342
20859
|
schema: {
|
|
21343
20860
|
type: "string"
|
|
21344
20861
|
},
|
|
21345
|
-
examples: [
|
|
21346
|
-
"main"
|
|
21347
|
-
]
|
|
20862
|
+
examples: ["main"]
|
|
21348
20863
|
},
|
|
21349
20864
|
{
|
|
21350
20865
|
name: "files",
|
|
@@ -21353,9 +20868,7 @@ var init_action_docs = __esm(() => {
|
|
|
21353
20868
|
schema: {
|
|
21354
20869
|
type: "string"
|
|
21355
20870
|
},
|
|
21356
|
-
examples: [
|
|
21357
|
-
"example"
|
|
21358
|
-
]
|
|
20871
|
+
examples: ["example"]
|
|
21359
20872
|
},
|
|
21360
20873
|
{
|
|
21361
20874
|
name: "message",
|
|
@@ -21364,9 +20877,7 @@ var init_action_docs = __esm(() => {
|
|
|
21364
20877
|
schema: {
|
|
21365
20878
|
type: "string"
|
|
21366
20879
|
},
|
|
21367
|
-
examples: [
|
|
21368
|
-
"Hello! How can I help?"
|
|
21369
|
-
]
|
|
20880
|
+
examples: ["Hello! How can I help?"]
|
|
21370
20881
|
},
|
|
21371
20882
|
{
|
|
21372
20883
|
name: "owner",
|
|
@@ -21375,9 +20886,7 @@ var init_action_docs = __esm(() => {
|
|
|
21375
20886
|
schema: {
|
|
21376
20887
|
type: "string"
|
|
21377
20888
|
},
|
|
21378
|
-
examples: [
|
|
21379
|
-
"octocat"
|
|
21380
|
-
]
|
|
20889
|
+
examples: ["octocat"]
|
|
21381
20890
|
},
|
|
21382
20891
|
{
|
|
21383
20892
|
name: "repo",
|
|
@@ -21386,17 +20895,13 @@ var init_action_docs = __esm(() => {
|
|
|
21386
20895
|
schema: {
|
|
21387
20896
|
type: "string"
|
|
21388
20897
|
},
|
|
21389
|
-
examples: [
|
|
21390
|
-
"my-repo"
|
|
21391
|
-
]
|
|
20898
|
+
examples: ["my-repo"]
|
|
21392
20899
|
}
|
|
21393
20900
|
],
|
|
21394
20901
|
exampleCalls: [
|
|
21395
20902
|
{
|
|
21396
20903
|
user: "Use PUSH_GITHUB_CODE with the provided parameters.",
|
|
21397
|
-
actions: [
|
|
21398
|
-
"PUSH_GITHUB_CODE"
|
|
21399
|
-
],
|
|
20904
|
+
actions: ["PUSH_GITHUB_CODE"],
|
|
21400
20905
|
params: {
|
|
21401
20906
|
PUSH_GITHUB_CODE: {
|
|
21402
20907
|
authorEmail: "example",
|
|
@@ -21445,11 +20950,7 @@ var init_action_docs = __esm(() => {
|
|
|
21445
20950
|
name: "RESUME_TASK",
|
|
21446
20951
|
description: "Resume a paused task.",
|
|
21447
20952
|
parameters: [],
|
|
21448
|
-
similes: [
|
|
21449
|
-
"CONTINUE_TASK",
|
|
21450
|
-
"RESTART_TASK",
|
|
21451
|
-
"RUN_TASK"
|
|
21452
|
-
]
|
|
20953
|
+
similes: ["CONTINUE_TASK", "RESTART_TASK", "RUN_TASK"]
|
|
21453
20954
|
},
|
|
21454
20955
|
{
|
|
21455
20956
|
name: "REVIEW_GITHUB_PULL_REQUEST",
|
|
@@ -21462,9 +20963,7 @@ var init_action_docs = __esm(() => {
|
|
|
21462
20963
|
schema: {
|
|
21463
20964
|
type: "string"
|
|
21464
20965
|
},
|
|
21465
|
-
examples: [
|
|
21466
|
-
"Implements dark mode and updates docs."
|
|
21467
|
-
]
|
|
20966
|
+
examples: ["Implements dark mode and updates docs."]
|
|
21468
20967
|
},
|
|
21469
20968
|
{
|
|
21470
20969
|
name: "event",
|
|
@@ -21473,9 +20972,7 @@ var init_action_docs = __esm(() => {
|
|
|
21473
20972
|
schema: {
|
|
21474
20973
|
type: "string"
|
|
21475
20974
|
},
|
|
21476
|
-
examples: [
|
|
21477
|
-
"example"
|
|
21478
|
-
]
|
|
20975
|
+
examples: ["example"]
|
|
21479
20976
|
},
|
|
21480
20977
|
{
|
|
21481
20978
|
name: "owner",
|
|
@@ -21484,9 +20981,7 @@ var init_action_docs = __esm(() => {
|
|
|
21484
20981
|
schema: {
|
|
21485
20982
|
type: "string"
|
|
21486
20983
|
},
|
|
21487
|
-
examples: [
|
|
21488
|
-
"octocat"
|
|
21489
|
-
]
|
|
20984
|
+
examples: ["octocat"]
|
|
21490
20985
|
},
|
|
21491
20986
|
{
|
|
21492
20987
|
name: "pullNumber",
|
|
@@ -21495,9 +20990,7 @@ var init_action_docs = __esm(() => {
|
|
|
21495
20990
|
schema: {
|
|
21496
20991
|
type: "number"
|
|
21497
20992
|
},
|
|
21498
|
-
examples: [
|
|
21499
|
-
1
|
|
21500
|
-
]
|
|
20993
|
+
examples: [1]
|
|
21501
20994
|
},
|
|
21502
20995
|
{
|
|
21503
20996
|
name: "repo",
|
|
@@ -21506,17 +20999,13 @@ var init_action_docs = __esm(() => {
|
|
|
21506
20999
|
schema: {
|
|
21507
21000
|
type: "string"
|
|
21508
21001
|
},
|
|
21509
|
-
examples: [
|
|
21510
|
-
"my-repo"
|
|
21511
|
-
]
|
|
21002
|
+
examples: ["my-repo"]
|
|
21512
21003
|
}
|
|
21513
21004
|
],
|
|
21514
21005
|
exampleCalls: [
|
|
21515
21006
|
{
|
|
21516
21007
|
user: "Use REVIEW_GITHUB_PULL_REQUEST with the provided parameters.",
|
|
21517
|
-
actions: [
|
|
21518
|
-
"REVIEW_GITHUB_PULL_REQUEST"
|
|
21519
|
-
],
|
|
21008
|
+
actions: ["REVIEW_GITHUB_PULL_REQUEST"],
|
|
21520
21009
|
params: {
|
|
21521
21010
|
REVIEW_GITHUB_PULL_REQUEST: {
|
|
21522
21011
|
body: "Implements dark mode and updates docs.",
|
|
@@ -21533,11 +21022,7 @@ var init_action_docs = __esm(() => {
|
|
|
21533
21022
|
name: "RUN_BACKTEST",
|
|
21534
21023
|
description: "Get information about backtesting strategies",
|
|
21535
21024
|
parameters: [],
|
|
21536
|
-
similes: [
|
|
21537
|
-
"BACKTEST",
|
|
21538
|
-
"TEST_STRATEGY",
|
|
21539
|
-
"SIMULATE_TRADING"
|
|
21540
|
-
]
|
|
21025
|
+
similes: ["BACKTEST", "TEST_STRATEGY", "SIMULATE_TRADING"]
|
|
21541
21026
|
},
|
|
21542
21027
|
{
|
|
21543
21028
|
name: "SCHEDULE_MEETING",
|
|
@@ -21575,9 +21060,7 @@ var init_action_docs = __esm(() => {
|
|
|
21575
21060
|
schema: {
|
|
21576
21061
|
type: "string"
|
|
21577
21062
|
},
|
|
21578
|
-
examples: [
|
|
21579
|
-
"example"
|
|
21580
|
-
]
|
|
21063
|
+
examples: ["example"]
|
|
21581
21064
|
}
|
|
21582
21065
|
],
|
|
21583
21066
|
similes: [
|
|
@@ -21589,9 +21072,7 @@ var init_action_docs = __esm(() => {
|
|
|
21589
21072
|
exampleCalls: [
|
|
21590
21073
|
{
|
|
21591
21074
|
user: "Use SEARCH_LINEAR_ISSUES with the provided parameters.",
|
|
21592
|
-
actions: [
|
|
21593
|
-
"SEARCH_LINEAR_ISSUES"
|
|
21594
|
-
],
|
|
21075
|
+
actions: ["SEARCH_LINEAR_ISSUES"],
|
|
21595
21076
|
params: {
|
|
21596
21077
|
SEARCH_LINEAR_ISSUES: {
|
|
21597
21078
|
name: "example"
|
|
@@ -21604,10 +21085,7 @@ var init_action_docs = __esm(() => {
|
|
|
21604
21085
|
name: "SEARCH_TASKS",
|
|
21605
21086
|
description: "Search tasks by query.",
|
|
21606
21087
|
parameters: [],
|
|
21607
|
-
similes: [
|
|
21608
|
-
"FIND_TASK",
|
|
21609
|
-
"LOOKUP_TASK"
|
|
21610
|
-
]
|
|
21088
|
+
similes: ["FIND_TASK", "LOOKUP_TASK"]
|
|
21611
21089
|
},
|
|
21612
21090
|
{
|
|
21613
21091
|
name: "SEND_INSTAGRAM_DM",
|
|
@@ -21620,9 +21098,7 @@ var init_action_docs = __esm(() => {
|
|
|
21620
21098
|
schema: {
|
|
21621
21099
|
type: "string"
|
|
21622
21100
|
},
|
|
21623
|
-
examples: [
|
|
21624
|
-
"example"
|
|
21625
|
-
]
|
|
21101
|
+
examples: ["example"]
|
|
21626
21102
|
},
|
|
21627
21103
|
{
|
|
21628
21104
|
name: "threadId",
|
|
@@ -21631,9 +21107,7 @@ var init_action_docs = __esm(() => {
|
|
|
21631
21107
|
schema: {
|
|
21632
21108
|
type: "string"
|
|
21633
21109
|
},
|
|
21634
|
-
examples: [
|
|
21635
|
-
"example"
|
|
21636
|
-
]
|
|
21110
|
+
examples: ["example"]
|
|
21637
21111
|
}
|
|
21638
21112
|
],
|
|
21639
21113
|
similes: [
|
|
@@ -21646,9 +21120,7 @@ var init_action_docs = __esm(() => {
|
|
|
21646
21120
|
exampleCalls: [
|
|
21647
21121
|
{
|
|
21648
21122
|
user: "Use SEND_INSTAGRAM_DM with the provided parameters.",
|
|
21649
|
-
actions: [
|
|
21650
|
-
"SEND_INSTAGRAM_DM"
|
|
21651
|
-
],
|
|
21123
|
+
actions: ["SEND_INSTAGRAM_DM"],
|
|
21652
21124
|
params: {
|
|
21653
21125
|
SEND_INSTAGRAM_DM: {
|
|
21654
21126
|
responseText: "example",
|
|
@@ -21695,12 +21167,7 @@ var init_action_docs = __esm(() => {
|
|
|
21695
21167
|
name: "SWITCH_TASK",
|
|
21696
21168
|
description: "Switch the current task context to a different task.",
|
|
21697
21169
|
parameters: [],
|
|
21698
|
-
similes: [
|
|
21699
|
-
"SELECT_TASK",
|
|
21700
|
-
"SET_TASK",
|
|
21701
|
-
"CHANGE_TASK",
|
|
21702
|
-
"GO_TO_TASK"
|
|
21703
|
-
]
|
|
21170
|
+
similes: ["SELECT_TASK", "SET_TASK", "CHANGE_TASK", "GO_TO_TASK"]
|
|
21704
21171
|
}
|
|
21705
21172
|
]
|
|
21706
21173
|
};
|
|
@@ -22190,11 +21657,7 @@ Message Sender: Lisa (user-789)`,
|
|
|
22190
21657
|
{
|
|
22191
21658
|
name: "LONG_TERM_MEMORY_EXTRACTION",
|
|
22192
21659
|
description: "Extracts long-term facts about users from conversations. Identifies and stores persistent information like preferences, interests, and personal details.",
|
|
22193
|
-
similes: [
|
|
22194
|
-
"MEMORY_EXTRACTION",
|
|
22195
|
-
"FACT_LEARNING",
|
|
22196
|
-
"USER_PROFILING"
|
|
22197
|
-
],
|
|
21660
|
+
similes: ["MEMORY_EXTRACTION", "FACT_LEARNING", "USER_PROFILING"],
|
|
22198
21661
|
alwaysRun: true,
|
|
22199
21662
|
examples: []
|
|
22200
21663
|
}
|
|
@@ -22426,11 +21889,7 @@ Message Sender: Lisa (user-789)`,
|
|
|
22426
21889
|
{
|
|
22427
21890
|
name: "LONG_TERM_MEMORY_EXTRACTION",
|
|
22428
21891
|
description: "Extracts long-term facts about users from conversations. Identifies and stores persistent information like preferences, interests, and personal details.",
|
|
22429
|
-
similes: [
|
|
22430
|
-
"MEMORY_EXTRACTION",
|
|
22431
|
-
"FACT_LEARNING",
|
|
22432
|
-
"USER_PROFILING"
|
|
22433
|
-
],
|
|
21892
|
+
similes: ["MEMORY_EXTRACTION", "FACT_LEARNING", "USER_PROFILING"],
|
|
22434
21893
|
alwaysRun: true,
|
|
22435
21894
|
examples: []
|
|
22436
21895
|
}
|
|
@@ -55982,6 +55441,12 @@ var init_events_pb = __esm(() => {
|
|
|
55982
55441
|
})(ControlMessageAction ||= {});
|
|
55983
55442
|
ControlMessageActionSchema = /* @__PURE__ */ enumDesc(file_eliza_v1_events, 4);
|
|
55984
55443
|
});
|
|
55444
|
+
var file_eliza_v1_payment;
|
|
55445
|
+
var init_payment_pb = __esm(() => {
|
|
55446
|
+
init_codegenv1();
|
|
55447
|
+
init_wkt();
|
|
55448
|
+
file_eliza_v1_payment = /* @__PURE__ */ fileDesc("ChZlbGl6YS92MS9wYXltZW50LnByb3RvEghlbGl6YS52MSKpAQoXUGF5bWVudENvbmZpZ0RlZmluaXRpb24SDwoHbmV0d29yaxgBIAEoCRIXCg9hc3NldF9uYW1lc3BhY2UYAiABKAkSFwoPYXNzZXRfcmVmZXJlbmNlGAMgASgJEhcKD3BheW1lbnRfYWRkcmVzcxgEIAEoCRIOCgZzeW1ib2wYBSABKAkSFQoIY2hhaW5faWQYBiABKAlIAIgBAUILCglfY2hhaW5faWQiPQoKWDQwMkNvbmZpZxIWCg5wcmljZV9pbl9jZW50cxgBIAEoDRIXCg9wYXltZW50X2NvbmZpZ3MYAiADKAkivwIKC1g0MDJBY2NlcHRzEg4KBnNjaGVtZRgBIAEoCRIPCgduZXR3b3JrGAIgASgJEhsKE21heF9hbW91bnRfcmVxdWlyZWQYAyABKAkSEAoIcmVzb3VyY2UYBCABKAkSEwoLZGVzY3JpcHRpb24YBSABKAkSEQoJbWltZV90eXBlGAYgASgJEg4KBnBheV90bxgHIAEoCRIbChNtYXhfdGltZW91dF9zZWNvbmRzGAggASgNEg0KBWFzc2V0GAkgASgJEjMKDW91dHB1dF9zY2hlbWEYCiABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0SACIAQESKwoFZXh0cmEYCyABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0SAGIAQFCEAoOX291dHB1dF9zY2hlbWFCCAoGX2V4dHJhIogBCgxYNDAyUmVzcG9uc2USFAoMeDQwMl92ZXJzaW9uGAEgASgNEhIKBWVycm9yGAIgASgJSACIAQESJgoHYWNjZXB0cxgDIAMoCzIVLmVsaXphLnYxLlg0MDJBY2NlcHRzEhIKBXBheWVyGAQgASgJSAGIAQFCCAoGX2Vycm9yQggKBl9wYXllckKPAQoMY29tLmVsaXphLnYxQgxQYXltZW50UHJvdG9QAVowZ2l0aHViLmNvbS9lbGl6YW9zL2VsaXphL2dlbi9nby9lbGl6YS92MTtlbGl6YXYxogIDRVhYqgIIRWxpemEuVjHKAghFbGl6YVxWMeICFEVsaXphXFYxXEdQQk1ldGFkYXRh6gIJRWxpemE6OlYxYgZwcm90bzM", [file_google_protobuf_struct]);
|
|
55449
|
+
});
|
|
55985
55450
|
var file_eliza_v1_service;
|
|
55986
55451
|
var ServiceManifestSchema;
|
|
55987
55452
|
var ServiceErrorSchema;
|
|
@@ -56014,12 +55479,6 @@ var init_service_pb = __esm(() => {
|
|
|
56014
55479
|
})(ServiceType ||= {});
|
|
56015
55480
|
ServiceTypeSchema = /* @__PURE__ */ enumDesc(file_eliza_v1_service, 0);
|
|
56016
55481
|
});
|
|
56017
|
-
var file_eliza_v1_payment;
|
|
56018
|
-
var init_payment_pb = __esm(() => {
|
|
56019
|
-
init_codegenv1();
|
|
56020
|
-
init_wkt();
|
|
56021
|
-
file_eliza_v1_payment = /* @__PURE__ */ fileDesc("ChZlbGl6YS92MS9wYXltZW50LnByb3RvEghlbGl6YS52MSKpAQoXUGF5bWVudENvbmZpZ0RlZmluaXRpb24SDwoHbmV0d29yaxgBIAEoCRIXCg9hc3NldF9uYW1lc3BhY2UYAiABKAkSFwoPYXNzZXRfcmVmZXJlbmNlGAMgASgJEhcKD3BheW1lbnRfYWRkcmVzcxgEIAEoCRIOCgZzeW1ib2wYBSABKAkSFQoIY2hhaW5faWQYBiABKAlIAIgBAUILCglfY2hhaW5faWQiPQoKWDQwMkNvbmZpZxIWCg5wcmljZV9pbl9jZW50cxgBIAEoDRIXCg9wYXltZW50X2NvbmZpZ3MYAiADKAkivwIKC1g0MDJBY2NlcHRzEg4KBnNjaGVtZRgBIAEoCRIPCgduZXR3b3JrGAIgASgJEhsKE21heF9hbW91bnRfcmVxdWlyZWQYAyABKAkSEAoIcmVzb3VyY2UYBCABKAkSEwoLZGVzY3JpcHRpb24YBSABKAkSEQoJbWltZV90eXBlGAYgASgJEg4KBnBheV90bxgHIAEoCRIbChNtYXhfdGltZW91dF9zZWNvbmRzGAggASgNEg0KBWFzc2V0GAkgASgJEjMKDW91dHB1dF9zY2hlbWEYCiABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0SACIAQESKwoFZXh0cmEYCyABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0SAGIAQFCEAoOX291dHB1dF9zY2hlbWFCCAoGX2V4dHJhIogBCgxYNDAyUmVzcG9uc2USFAoMeDQwMl92ZXJzaW9uGAEgASgNEhIKBWVycm9yGAIgASgJSACIAQESJgoHYWNjZXB0cxgDIAMoCzIVLmVsaXphLnYxLlg0MDJBY2NlcHRzEhIKBXBheWVyGAQgASgJSAGIAQFCCAoGX2Vycm9yQggKBl9wYXllckKPAQoMY29tLmVsaXphLnYxQgxQYXltZW50UHJvdG9QAVowZ2l0aHViLmNvbS9lbGl6YW9zL2VsaXphL2dlbi9nby9lbGl6YS92MTtlbGl6YXYxogIDRVhYqgIIRWxpemEuVjHKAghFbGl6YVxWMeICFEVsaXphXFYxXEdQQk1ldGFkYXRh6gIJRWxpemE6OlYxYgZwcm90bzM", [file_google_protobuf_struct]);
|
|
56022
|
-
});
|
|
56023
55482
|
var file_eliza_v1_plugin;
|
|
56024
55483
|
var RouteManifestSchema;
|
|
56025
55484
|
var JSONSchemaDefinitionSchema;
|
|
@@ -56034,10 +55493,10 @@ var init_plugin_pb2 = __esm(() => {
|
|
|
56034
55493
|
init_codegenv1();
|
|
56035
55494
|
init_agent_pb();
|
|
56036
55495
|
init_components_pb();
|
|
55496
|
+
init_payment_pb();
|
|
56037
55497
|
init_service_pb();
|
|
56038
55498
|
init_wkt();
|
|
56039
|
-
|
|
56040
|
-
file_eliza_v1_plugin = /* @__PURE__ */ fileDesc("ChVlbGl6YS92MS9wbHVnaW4ucHJvdG8SCGVsaXphLnYxIoMCCg1Sb3V0ZU1hbmlmZXN0EiQKBm1ldGhvZBgBIAEoDjIULmVsaXphLnYxLkh0dHBNZXRob2QSDAoEcGF0aBgCIAEoCRIRCgRuYW1lGAMgASgJSACIAQESEwoGcHVibGljGAQgASgISAGIAQESGQoMaXNfbXVsdGlwYXJ0GAUgASgISAKIAQESFgoJZmlsZV9wYXRoGAYgASgJSAOIAQESJwoEeDQwMhgHIAEoCzIULmVsaXphLnYxLlg0MDJDb25maWdIBIgBAUIHCgVfbmFtZUIJCgdfcHVibGljQg8KDV9pc19tdWx0aXBhcnRCDAoKX2ZpbGVfcGF0aEIHCgVfeDQwMiLKAgoUSlNPTlNjaGVtYURlZmluaXRpb24SDAoEdHlwZRgBIAEoCRJCCgpwcm9wZXJ0aWVzGAIgAygLMi4uZWxpemEudjEuSlNPTlNjaGVtYURlZmluaXRpb24uUHJvcGVydGllc0VudHJ5EjIKBWl0ZW1zGAMgASgLMh4uZWxpemEudjEuSlNPTlNjaGVtYURlZmluaXRpb25IAIgBARIQCghyZXF1aXJlZBgEIAMoCRITCgtlbnVtX3ZhbHVlcxgFIAMoCRIYCgtkZXNjcmlwdGlvbhgGIAEoCUgBiAEBGlEKD1Byb3BlcnRpZXNFbnRyeRILCgNrZXkYASABKAkSLQoFdmFsdWUYAiABKAsyHi5lbGl6YS52MS5KU09OU2NoZW1hRGVmaW5pdGlvbjoCOAFCCAoGX2l0ZW1zQg4KDF9kZXNjcmlwdGlvbiJXChdDb21wb25lbnRUeXBlRGVmaW5pdGlvbhIMCgRuYW1lGAEgASgJEi4KBnNjaGVtYRgCIAEoCzIeLmVsaXphLnYxLkpTT05TY2hlbWFEZWZpbml0aW9uIrQFCg5QbHVnaW5NYW5pZmVzdBIMCgRuYW1lGAEgASgJEhMKC2Rlc2NyaXB0aW9uGAIgASgJEjQKBmNvbmZpZxgDIAMoCzIkLmVsaXphLnYxLlBsdWdpbk1hbmlmZXN0LkNvbmZpZ0VudHJ5EikKB2FjdGlvbnMYBCADKAsyGC5lbGl6YS52MS5BY3Rpb25NYW5pZmVzdBItCglwcm92aWRlcnMYBSADKAsyGi5lbGl6YS52MS5Qcm92aWRlck1hbmlmZXN0Ei8KCmV2YWx1YXRvcnMYBiADKAsyGy5lbGl6YS52MS5FdmFsdWF0b3JNYW5pZmVzdBIrCghzZXJ2aWNlcxgHIAMoCzIZLmVsaXphLnYxLlNlcnZpY2VNYW5pZmVzdBInCgZyb3V0ZXMYCCADKAsyFy5lbGl6YS52MS5Sb3V0ZU1hbmlmZXN0EjoKD2NvbXBvbmVudF90eXBlcxgJIAMoCzIhLmVsaXphLnYxLkNvbXBvbmVudFR5cGVEZWZpbml0aW9uEjQKBmV2ZW50cxgKIAMoCzIkLmVsaXphLnYxLlBsdWdpbk1hbmlmZXN0LkV2ZW50c0VudHJ5EhQKDGRlcGVuZGVuY2llcxgLIAMoCRIZChF0ZXN0X2RlcGVuZGVuY2llcxgMIAMoCRIVCghwcmlvcml0eRgNIAEoBUgAiAEBEicKBnNjaGVtYRgOIAEoCzIXLmdvb2dsZS5wcm90b2J1Zi5TdHJ1Y3QaLQoLQ29uZmlnRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4ARpJCgtFdmVudHNFbnRyeRILCgNrZXkYASABKAkSKQoFdmFsdWUYAiABKAsyGi5lbGl6YS52MS5FdmVudEhhbmRsZXJMaXN0OgI4AUILCglfcHJpb3JpdHkiJAoQRXZlbnRIYW5kbGVyTGlzdBIQCghoYW5kbGVycxgBIAMoCSJPChRQcm9qZWN0QWdlbnRNYW5pZmVzdBImCgljaGFyYWN0ZXIYASABKAsyEy5lbGl6YS52MS5DaGFyYWN0ZXISDwoHcGx1Z2lucxgCIAMoCSJBCg9Qcm9qZWN0TWFuaWZlc3QSLgoGYWdlbnRzGAEgAygLMh4uZWxpemEudjEuUHJvamVjdEFnZW50TWFuaWZlc3QqsAEKCkh0dHBNZXRob2QSGwoXSFRUUF9NRVRIT0RfVU5TUEVDSUZJRUQQABITCg9IVFRQX01FVEhPRF9HRVQQARIUChBIVFRQX01FVEhPRF9QT1NUEAISEwoPSFRUUF9NRVRIT0RfUFVUEAMSFQoRSFRUUF9NRVRIT0RfUEFUQ0gQBBIWChJIVFRQX01FVEhPRF9ERUxFVEUQBRIWChJIVFRQX01FVEhPRF9TVEFUSUMQBkKOAQoMY29tLmVsaXphLnYxQgtQbHVnaW5Qcm90b1ABWjBnaXRodWIuY29tL2VsaXphb3MvZWxpemEvZ2VuL2dvL2VsaXphL3YxO2VsaXphdjGiAgNFWFiqAghFbGl6YS5WMcoCCEVsaXphXFYx4gIURWxpemFcVjFcR1BCTWV0YWRhdGHqAglFbGl6YTo6VjFiBnByb3RvMw", [file_eliza_v1_agent, file_eliza_v1_components, file_eliza_v1_service, file_google_protobuf_struct, file_eliza_v1_payment]);
|
|
55499
|
+
file_eliza_v1_plugin = /* @__PURE__ */ fileDesc("ChVlbGl6YS92MS9wbHVnaW4ucHJvdG8SCGVsaXphLnYxIoMCCg1Sb3V0ZU1hbmlmZXN0EiQKBm1ldGhvZBgBIAEoDjIULmVsaXphLnYxLkh0dHBNZXRob2QSDAoEcGF0aBgCIAEoCRIRCgRuYW1lGAMgASgJSACIAQESEwoGcHVibGljGAQgASgISAGIAQESGQoMaXNfbXVsdGlwYXJ0GAUgASgISAKIAQESFgoJZmlsZV9wYXRoGAYgASgJSAOIAQESJwoEeDQwMhgHIAEoCzIULmVsaXphLnYxLlg0MDJDb25maWdIBIgBAUIHCgVfbmFtZUIJCgdfcHVibGljQg8KDV9pc19tdWx0aXBhcnRCDAoKX2ZpbGVfcGF0aEIHCgVfeDQwMiLKAgoUSlNPTlNjaGVtYURlZmluaXRpb24SDAoEdHlwZRgBIAEoCRJCCgpwcm9wZXJ0aWVzGAIgAygLMi4uZWxpemEudjEuSlNPTlNjaGVtYURlZmluaXRpb24uUHJvcGVydGllc0VudHJ5EjIKBWl0ZW1zGAMgASgLMh4uZWxpemEudjEuSlNPTlNjaGVtYURlZmluaXRpb25IAIgBARIQCghyZXF1aXJlZBgEIAMoCRITCgtlbnVtX3ZhbHVlcxgFIAMoCRIYCgtkZXNjcmlwdGlvbhgGIAEoCUgBiAEBGlEKD1Byb3BlcnRpZXNFbnRyeRILCgNrZXkYASABKAkSLQoFdmFsdWUYAiABKAsyHi5lbGl6YS52MS5KU09OU2NoZW1hRGVmaW5pdGlvbjoCOAFCCAoGX2l0ZW1zQg4KDF9kZXNjcmlwdGlvbiJXChdDb21wb25lbnRUeXBlRGVmaW5pdGlvbhIMCgRuYW1lGAEgASgJEi4KBnNjaGVtYRgCIAEoCzIeLmVsaXphLnYxLkpTT05TY2hlbWFEZWZpbml0aW9uIrQFCg5QbHVnaW5NYW5pZmVzdBIMCgRuYW1lGAEgASgJEhMKC2Rlc2NyaXB0aW9uGAIgASgJEjQKBmNvbmZpZxgDIAMoCzIkLmVsaXphLnYxLlBsdWdpbk1hbmlmZXN0LkNvbmZpZ0VudHJ5EikKB2FjdGlvbnMYBCADKAsyGC5lbGl6YS52MS5BY3Rpb25NYW5pZmVzdBItCglwcm92aWRlcnMYBSADKAsyGi5lbGl6YS52MS5Qcm92aWRlck1hbmlmZXN0Ei8KCmV2YWx1YXRvcnMYBiADKAsyGy5lbGl6YS52MS5FdmFsdWF0b3JNYW5pZmVzdBIrCghzZXJ2aWNlcxgHIAMoCzIZLmVsaXphLnYxLlNlcnZpY2VNYW5pZmVzdBInCgZyb3V0ZXMYCCADKAsyFy5lbGl6YS52MS5Sb3V0ZU1hbmlmZXN0EjoKD2NvbXBvbmVudF90eXBlcxgJIAMoCzIhLmVsaXphLnYxLkNvbXBvbmVudFR5cGVEZWZpbml0aW9uEjQKBmV2ZW50cxgKIAMoCzIkLmVsaXphLnYxLlBsdWdpbk1hbmlmZXN0LkV2ZW50c0VudHJ5EhQKDGRlcGVuZGVuY2llcxgLIAMoCRIZChF0ZXN0X2RlcGVuZGVuY2llcxgMIAMoCRIVCghwcmlvcml0eRgNIAEoBUgAiAEBEicKBnNjaGVtYRgOIAEoCzIXLmdvb2dsZS5wcm90b2J1Zi5TdHJ1Y3QaLQoLQ29uZmlnRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4ARpJCgtFdmVudHNFbnRyeRILCgNrZXkYASABKAkSKQoFdmFsdWUYAiABKAsyGi5lbGl6YS52MS5FdmVudEhhbmRsZXJMaXN0OgI4AUILCglfcHJpb3JpdHkiJAoQRXZlbnRIYW5kbGVyTGlzdBIQCghoYW5kbGVycxgBIAMoCSJPChRQcm9qZWN0QWdlbnRNYW5pZmVzdBImCgljaGFyYWN0ZXIYASABKAsyEy5lbGl6YS52MS5DaGFyYWN0ZXISDwoHcGx1Z2lucxgCIAMoCSJBCg9Qcm9qZWN0TWFuaWZlc3QSLgoGYWdlbnRzGAEgAygLMh4uZWxpemEudjEuUHJvamVjdEFnZW50TWFuaWZlc3QqsAEKCkh0dHBNZXRob2QSGwoXSFRUUF9NRVRIT0RfVU5TUEVDSUZJRUQQABITCg9IVFRQX01FVEhPRF9HRVQQARIUChBIVFRQX01FVEhPRF9QT1NUEAISEwoPSFRUUF9NRVRIT0RfUFVUEAMSFQoRSFRUUF9NRVRIT0RfUEFUQ0gQBBIWChJIVFRQX01FVEhPRF9ERUxFVEUQBRIWChJIVFRQX01FVEhPRF9TVEFUSUMQBkKOAQoMY29tLmVsaXphLnYxQgtQbHVnaW5Qcm90b1ABWjBnaXRodWIuY29tL2VsaXphb3MvZWxpemEvZ2VuL2dvL2VsaXphL3YxO2VsaXphdjGiAgNFWFiqAghFbGl6YS5WMcoCCEVsaXphXFYx4gIURWxpemFcVjFcR1BCTWV0YWRhdGHqAglFbGl6YTo6VjFiBnByb3RvMw", [file_eliza_v1_agent, file_eliza_v1_components, file_eliza_v1_payment, file_eliza_v1_service, file_google_protobuf_struct]);
|
|
56041
55500
|
RouteManifestSchema = /* @__PURE__ */ messageDesc2(file_eliza_v1_plugin, 0);
|
|
56042
55501
|
JSONSchemaDefinitionSchema = /* @__PURE__ */ messageDesc2(file_eliza_v1_plugin, 1);
|
|
56043
55502
|
ComponentTypeDefinitionSchema = /* @__PURE__ */ messageDesc2(file_eliza_v1_plugin, 2);
|
|
@@ -112321,5 +111780,5 @@ if (import_node_worker_threads2.parentPort) {
|
|
|
112321
111780
|
});
|
|
112322
111781
|
}
|
|
112323
111782
|
|
|
112324
|
-
//# debugId=
|
|
111783
|
+
//# debugId=973C7616067304C964756E2164756E21
|
|
112325
111784
|
//# sourceMappingURL=florence2-worker.js.map
|