@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
|
@@ -25208,9 +25208,7 @@ var init_action_docs = __esm(() => {
|
|
|
25208
25208
|
name: "{{name2}}",
|
|
25209
25209
|
content: {
|
|
25210
25210
|
text: "Hi! How can I help you today?",
|
|
25211
|
-
actions: [
|
|
25212
|
-
"REPLY"
|
|
25213
|
-
]
|
|
25211
|
+
actions: ["REPLY"]
|
|
25214
25212
|
}
|
|
25215
25213
|
}
|
|
25216
25214
|
],
|
|
@@ -25225,9 +25223,7 @@ var init_action_docs = __esm(() => {
|
|
|
25225
25223
|
name: "{{name2}}",
|
|
25226
25224
|
content: {
|
|
25227
25225
|
text: "I really like deep shades of blue. They remind me of the ocean and the night sky.",
|
|
25228
|
-
actions: [
|
|
25229
|
-
"REPLY"
|
|
25230
|
-
]
|
|
25226
|
+
actions: ["REPLY"]
|
|
25231
25227
|
}
|
|
25232
25228
|
}
|
|
25233
25229
|
],
|
|
@@ -25242,9 +25238,7 @@ var init_action_docs = __esm(() => {
|
|
|
25242
25238
|
name: "{{name2}}",
|
|
25243
25239
|
content: {
|
|
25244
25240
|
text: "Let me break that down for you in simple terms...",
|
|
25245
|
-
actions: [
|
|
25246
|
-
"REPLY"
|
|
25247
|
-
]
|
|
25241
|
+
actions: ["REPLY"]
|
|
25248
25242
|
}
|
|
25249
25243
|
}
|
|
25250
25244
|
],
|
|
@@ -25259,9 +25253,7 @@ var init_action_docs = __esm(() => {
|
|
|
25259
25253
|
name: "{{name2}}",
|
|
25260
25254
|
content: {
|
|
25261
25255
|
text: "Of course! Let's work through it step by step.",
|
|
25262
|
-
actions: [
|
|
25263
|
-
"REPLY"
|
|
25264
|
-
]
|
|
25256
|
+
actions: ["REPLY"]
|
|
25265
25257
|
}
|
|
25266
25258
|
}
|
|
25267
25259
|
]
|
|
@@ -25270,11 +25262,7 @@ var init_action_docs = __esm(() => {
|
|
|
25270
25262
|
{
|
|
25271
25263
|
name: "IGNORE",
|
|
25272
25264
|
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.",
|
|
25273
|
-
similes: [
|
|
25274
|
-
"STOP_TALKING",
|
|
25275
|
-
"STOP_CHATTING",
|
|
25276
|
-
"STOP_CONVERSATION"
|
|
25277
|
-
],
|
|
25265
|
+
similes: ["STOP_TALKING", "STOP_CHATTING", "STOP_CONVERSATION"],
|
|
25278
25266
|
parameters: [],
|
|
25279
25267
|
examples: [
|
|
25280
25268
|
[
|
|
@@ -25288,9 +25276,7 @@ var init_action_docs = __esm(() => {
|
|
|
25288
25276
|
name: "{{name2}}",
|
|
25289
25277
|
content: {
|
|
25290
25278
|
text: "",
|
|
25291
|
-
actions: [
|
|
25292
|
-
"IGNORE"
|
|
25293
|
-
]
|
|
25279
|
+
actions: ["IGNORE"]
|
|
25294
25280
|
}
|
|
25295
25281
|
}
|
|
25296
25282
|
],
|
|
@@ -25305,9 +25291,7 @@ var init_action_docs = __esm(() => {
|
|
|
25305
25291
|
name: "{{name2}}",
|
|
25306
25292
|
content: {
|
|
25307
25293
|
text: "",
|
|
25308
|
-
actions: [
|
|
25309
|
-
"IGNORE"
|
|
25310
|
-
]
|
|
25294
|
+
actions: ["IGNORE"]
|
|
25311
25295
|
}
|
|
25312
25296
|
}
|
|
25313
25297
|
],
|
|
@@ -25334,9 +25318,7 @@ var init_action_docs = __esm(() => {
|
|
|
25334
25318
|
name: "{{name2}}",
|
|
25335
25319
|
content: {
|
|
25336
25320
|
text: "",
|
|
25337
|
-
actions: [
|
|
25338
|
-
"IGNORE"
|
|
25339
|
-
]
|
|
25321
|
+
actions: ["IGNORE"]
|
|
25340
25322
|
}
|
|
25341
25323
|
}
|
|
25342
25324
|
],
|
|
@@ -25357,9 +25339,7 @@ var init_action_docs = __esm(() => {
|
|
|
25357
25339
|
name: "{{name1}}",
|
|
25358
25340
|
content: {
|
|
25359
25341
|
text: "",
|
|
25360
|
-
actions: [
|
|
25361
|
-
"IGNORE"
|
|
25362
|
-
]
|
|
25342
|
+
actions: ["IGNORE"]
|
|
25363
25343
|
}
|
|
25364
25344
|
}
|
|
25365
25345
|
],
|
|
@@ -25374,9 +25354,7 @@ var init_action_docs = __esm(() => {
|
|
|
25374
25354
|
name: "{{name2}}",
|
|
25375
25355
|
content: {
|
|
25376
25356
|
text: "thats inappropriate",
|
|
25377
|
-
actions: [
|
|
25378
|
-
"IGNORE"
|
|
25379
|
-
]
|
|
25357
|
+
actions: ["IGNORE"]
|
|
25380
25358
|
}
|
|
25381
25359
|
}
|
|
25382
25360
|
]
|
|
@@ -25385,13 +25363,7 @@ var init_action_docs = __esm(() => {
|
|
|
25385
25363
|
{
|
|
25386
25364
|
name: "NONE",
|
|
25387
25365
|
description: "Respond but perform no additional action. This is the default if the agent is speaking and not doing anything additional.",
|
|
25388
|
-
similes: [
|
|
25389
|
-
"NO_ACTION",
|
|
25390
|
-
"NO_RESPONSE",
|
|
25391
|
-
"NO_REACTION",
|
|
25392
|
-
"NOOP",
|
|
25393
|
-
"PASS"
|
|
25394
|
-
],
|
|
25366
|
+
similes: ["NO_ACTION", "NO_RESPONSE", "NO_REACTION", "NOOP", "PASS"],
|
|
25395
25367
|
parameters: [],
|
|
25396
25368
|
examples: [
|
|
25397
25369
|
[
|
|
@@ -25405,9 +25377,7 @@ var init_action_docs = __esm(() => {
|
|
|
25405
25377
|
name: "{{name2}}",
|
|
25406
25378
|
content: {
|
|
25407
25379
|
text: "oh hey",
|
|
25408
|
-
actions: [
|
|
25409
|
-
"NONE"
|
|
25410
|
-
]
|
|
25380
|
+
actions: ["NONE"]
|
|
25411
25381
|
}
|
|
25412
25382
|
}
|
|
25413
25383
|
],
|
|
@@ -25422,9 +25392,7 @@ var init_action_docs = __esm(() => {
|
|
|
25422
25392
|
name: "{{name2}}",
|
|
25423
25393
|
content: {
|
|
25424
25394
|
text: "yeah but its a pain to get into node.js",
|
|
25425
|
-
actions: [
|
|
25426
|
-
"NONE"
|
|
25427
|
-
]
|
|
25395
|
+
actions: ["NONE"]
|
|
25428
25396
|
}
|
|
25429
25397
|
}
|
|
25430
25398
|
],
|
|
@@ -25433,18 +25401,14 @@ var init_action_docs = __esm(() => {
|
|
|
25433
25401
|
name: "{{name1}}",
|
|
25434
25402
|
content: {
|
|
25435
25403
|
text: "u think aliens are real",
|
|
25436
|
-
actions: [
|
|
25437
|
-
"NONE"
|
|
25438
|
-
]
|
|
25404
|
+
actions: ["NONE"]
|
|
25439
25405
|
}
|
|
25440
25406
|
},
|
|
25441
25407
|
{
|
|
25442
25408
|
name: "{{name2}}",
|
|
25443
25409
|
content: {
|
|
25444
25410
|
text: "ya obviously",
|
|
25445
|
-
actions: [
|
|
25446
|
-
"NONE"
|
|
25447
|
-
]
|
|
25411
|
+
actions: ["NONE"]
|
|
25448
25412
|
}
|
|
25449
25413
|
}
|
|
25450
25414
|
],
|
|
@@ -25453,18 +25417,14 @@ var init_action_docs = __esm(() => {
|
|
|
25453
25417
|
name: "{{name1}}",
|
|
25454
25418
|
content: {
|
|
25455
25419
|
text: "drop a joke on me",
|
|
25456
|
-
actions: [
|
|
25457
|
-
"NONE"
|
|
25458
|
-
]
|
|
25420
|
+
actions: ["NONE"]
|
|
25459
25421
|
}
|
|
25460
25422
|
},
|
|
25461
25423
|
{
|
|
25462
25424
|
name: "{{name2}}",
|
|
25463
25425
|
content: {
|
|
25464
25426
|
text: "why dont scientists trust atoms cuz they make up everything lmao",
|
|
25465
|
-
actions: [
|
|
25466
|
-
"NONE"
|
|
25467
|
-
]
|
|
25427
|
+
actions: ["NONE"]
|
|
25468
25428
|
}
|
|
25469
25429
|
}
|
|
25470
25430
|
]
|
|
@@ -25488,15 +25448,9 @@ var init_action_docs = __esm(() => {
|
|
|
25488
25448
|
required: true,
|
|
25489
25449
|
schema: {
|
|
25490
25450
|
type: "string",
|
|
25491
|
-
enum: [
|
|
25492
|
-
"user",
|
|
25493
|
-
"room"
|
|
25494
|
-
]
|
|
25451
|
+
enum: ["user", "room"]
|
|
25495
25452
|
},
|
|
25496
|
-
examples: [
|
|
25497
|
-
"user",
|
|
25498
|
-
"room"
|
|
25499
|
-
]
|
|
25453
|
+
examples: ["user", "room"]
|
|
25500
25454
|
},
|
|
25501
25455
|
{
|
|
25502
25456
|
name: "source",
|
|
@@ -25505,10 +25459,7 @@ var init_action_docs = __esm(() => {
|
|
|
25505
25459
|
schema: {
|
|
25506
25460
|
type: "string"
|
|
25507
25461
|
},
|
|
25508
|
-
examples: [
|
|
25509
|
-
"telegram",
|
|
25510
|
-
"discord"
|
|
25511
|
-
]
|
|
25462
|
+
examples: ["telegram", "discord"]
|
|
25512
25463
|
},
|
|
25513
25464
|
{
|
|
25514
25465
|
name: "target",
|
|
@@ -25517,10 +25468,7 @@ var init_action_docs = __esm(() => {
|
|
|
25517
25468
|
schema: {
|
|
25518
25469
|
type: "string"
|
|
25519
25470
|
},
|
|
25520
|
-
examples: [
|
|
25521
|
-
"dev_guru",
|
|
25522
|
-
"announcements"
|
|
25523
|
-
]
|
|
25471
|
+
examples: ["dev_guru", "announcements"]
|
|
25524
25472
|
},
|
|
25525
25473
|
{
|
|
25526
25474
|
name: "text",
|
|
@@ -25529,10 +25477,7 @@ var init_action_docs = __esm(() => {
|
|
|
25529
25477
|
schema: {
|
|
25530
25478
|
type: "string"
|
|
25531
25479
|
},
|
|
25532
|
-
examples: [
|
|
25533
|
-
"Hello!",
|
|
25534
|
-
"Important announcement!"
|
|
25535
|
-
]
|
|
25480
|
+
examples: ["Hello!", "Important announcement!"]
|
|
25536
25481
|
}
|
|
25537
25482
|
],
|
|
25538
25483
|
examples: [
|
|
@@ -25547,9 +25492,7 @@ var init_action_docs = __esm(() => {
|
|
|
25547
25492
|
name: "{{name2}}",
|
|
25548
25493
|
content: {
|
|
25549
25494
|
text: "Message sent to dev_guru on telegram.",
|
|
25550
|
-
actions: [
|
|
25551
|
-
"SEND_MESSAGE"
|
|
25552
|
-
]
|
|
25495
|
+
actions: ["SEND_MESSAGE"]
|
|
25553
25496
|
}
|
|
25554
25497
|
}
|
|
25555
25498
|
],
|
|
@@ -25564,9 +25507,7 @@ var init_action_docs = __esm(() => {
|
|
|
25564
25507
|
name: "{{name2}}",
|
|
25565
25508
|
content: {
|
|
25566
25509
|
text: "Message sent to announcements.",
|
|
25567
|
-
actions: [
|
|
25568
|
-
"SEND_MESSAGE"
|
|
25569
|
-
]
|
|
25510
|
+
actions: ["SEND_MESSAGE"]
|
|
25570
25511
|
}
|
|
25571
25512
|
}
|
|
25572
25513
|
],
|
|
@@ -25581,9 +25522,7 @@ var init_action_docs = __esm(() => {
|
|
|
25581
25522
|
name: "{{name2}}",
|
|
25582
25523
|
content: {
|
|
25583
25524
|
text: "Message sent to Jimmy.",
|
|
25584
|
-
actions: [
|
|
25585
|
-
"SEND_MESSAGE"
|
|
25586
|
-
]
|
|
25525
|
+
actions: ["SEND_MESSAGE"]
|
|
25587
25526
|
}
|
|
25588
25527
|
}
|
|
25589
25528
|
]
|
|
@@ -25591,10 +25530,7 @@ var init_action_docs = __esm(() => {
|
|
|
25591
25530
|
exampleCalls: [
|
|
25592
25531
|
{
|
|
25593
25532
|
user: 'Send a message to @dev_guru on telegram saying "Hello!"',
|
|
25594
|
-
actions: [
|
|
25595
|
-
"REPLY",
|
|
25596
|
-
"SEND_MESSAGE"
|
|
25597
|
-
],
|
|
25533
|
+
actions: ["REPLY", "SEND_MESSAGE"],
|
|
25598
25534
|
params: {
|
|
25599
25535
|
SEND_MESSAGE: {
|
|
25600
25536
|
targetType: "user",
|
|
@@ -25635,10 +25571,7 @@ var init_action_docs = __esm(() => {
|
|
|
25635
25571
|
schema: {
|
|
25636
25572
|
type: "string"
|
|
25637
25573
|
},
|
|
25638
|
-
examples: [
|
|
25639
|
-
"Sarah Chen",
|
|
25640
|
-
"John Smith"
|
|
25641
|
-
]
|
|
25574
|
+
examples: ["Sarah Chen", "John Smith"]
|
|
25642
25575
|
},
|
|
25643
25576
|
{
|
|
25644
25577
|
name: "notes",
|
|
@@ -25647,9 +25580,7 @@ var init_action_docs = __esm(() => {
|
|
|
25647
25580
|
schema: {
|
|
25648
25581
|
type: "string"
|
|
25649
25582
|
},
|
|
25650
|
-
examples: [
|
|
25651
|
-
"Met at the AI meetup; interested in agents"
|
|
25652
|
-
]
|
|
25583
|
+
examples: ["Met at the AI meetup; interested in agents"]
|
|
25653
25584
|
}
|
|
25654
25585
|
],
|
|
25655
25586
|
examples: [
|
|
@@ -25700,11 +25631,7 @@ var init_action_docs = __esm(() => {
|
|
|
25700
25631
|
{
|
|
25701
25632
|
name: "UPDATE_CONTACT",
|
|
25702
25633
|
description: "Update an existing contact's details in the rolodex.",
|
|
25703
|
-
similes: [
|
|
25704
|
-
"EDIT_CONTACT",
|
|
25705
|
-
"MODIFY_CONTACT",
|
|
25706
|
-
"CHANGE_CONTACT_INFO"
|
|
25707
|
-
],
|
|
25634
|
+
similes: ["EDIT_CONTACT", "MODIFY_CONTACT", "CHANGE_CONTACT_INFO"],
|
|
25708
25635
|
parameters: [
|
|
25709
25636
|
{
|
|
25710
25637
|
name: "name",
|
|
@@ -25713,9 +25640,7 @@ var init_action_docs = __esm(() => {
|
|
|
25713
25640
|
schema: {
|
|
25714
25641
|
type: "string"
|
|
25715
25642
|
},
|
|
25716
|
-
examples: [
|
|
25717
|
-
"Sarah Chen"
|
|
25718
|
-
]
|
|
25643
|
+
examples: ["Sarah Chen"]
|
|
25719
25644
|
},
|
|
25720
25645
|
{
|
|
25721
25646
|
name: "updates",
|
|
@@ -25724,9 +25649,7 @@ var init_action_docs = __esm(() => {
|
|
|
25724
25649
|
schema: {
|
|
25725
25650
|
type: "string"
|
|
25726
25651
|
},
|
|
25727
|
-
examples: [
|
|
25728
|
-
'{"notes":"prefers email","tags":["friend"]}'
|
|
25729
|
-
]
|
|
25652
|
+
examples: ['{"notes":"prefers email","tags":["friend"]}']
|
|
25730
25653
|
}
|
|
25731
25654
|
],
|
|
25732
25655
|
examples: [
|
|
@@ -25764,9 +25687,7 @@ var init_action_docs = __esm(() => {
|
|
|
25764
25687
|
schema: {
|
|
25765
25688
|
type: "string"
|
|
25766
25689
|
},
|
|
25767
|
-
examples: [
|
|
25768
|
-
"Sarah Chen"
|
|
25769
|
-
]
|
|
25690
|
+
examples: ["Sarah Chen"]
|
|
25770
25691
|
}
|
|
25771
25692
|
],
|
|
25772
25693
|
examples: [
|
|
@@ -25820,10 +25741,7 @@ var init_action_docs = __esm(() => {
|
|
|
25820
25741
|
schema: {
|
|
25821
25742
|
type: "string"
|
|
25822
25743
|
},
|
|
25823
|
-
examples: [
|
|
25824
|
-
"sarah",
|
|
25825
|
-
"AI meetup"
|
|
25826
|
-
]
|
|
25744
|
+
examples: ["sarah", "AI meetup"]
|
|
25827
25745
|
}
|
|
25828
25746
|
],
|
|
25829
25747
|
examples: [
|
|
@@ -25866,9 +25784,7 @@ var init_action_docs = __esm(() => {
|
|
|
25866
25784
|
schema: {
|
|
25867
25785
|
type: "string"
|
|
25868
25786
|
},
|
|
25869
|
-
examples: [
|
|
25870
|
-
"Sarah Chen"
|
|
25871
|
-
]
|
|
25787
|
+
examples: ["Sarah Chen"]
|
|
25872
25788
|
},
|
|
25873
25789
|
{
|
|
25874
25790
|
name: "when",
|
|
@@ -25877,9 +25793,7 @@ var init_action_docs = __esm(() => {
|
|
|
25877
25793
|
schema: {
|
|
25878
25794
|
type: "string"
|
|
25879
25795
|
},
|
|
25880
|
-
examples: [
|
|
25881
|
-
"2026-02-01T09:00:00Z"
|
|
25882
|
-
]
|
|
25796
|
+
examples: ["2026-02-01T09:00:00Z"]
|
|
25883
25797
|
},
|
|
25884
25798
|
{
|
|
25885
25799
|
name: "reason",
|
|
@@ -25888,9 +25802,7 @@ var init_action_docs = __esm(() => {
|
|
|
25888
25802
|
schema: {
|
|
25889
25803
|
type: "string"
|
|
25890
25804
|
},
|
|
25891
|
-
examples: [
|
|
25892
|
-
"Check in about the agent framework demo"
|
|
25893
|
-
]
|
|
25805
|
+
examples: ["Check in about the agent framework demo"]
|
|
25894
25806
|
}
|
|
25895
25807
|
],
|
|
25896
25808
|
examples: [
|
|
@@ -25930,9 +25842,7 @@ var init_action_docs = __esm(() => {
|
|
|
25930
25842
|
schema: {
|
|
25931
25843
|
type: "string"
|
|
25932
25844
|
},
|
|
25933
|
-
examples: [
|
|
25934
|
-
"c0a8012e"
|
|
25935
|
-
]
|
|
25845
|
+
examples: ["c0a8012e"]
|
|
25936
25846
|
},
|
|
25937
25847
|
{
|
|
25938
25848
|
name: "option",
|
|
@@ -25941,10 +25851,7 @@ var init_action_docs = __esm(() => {
|
|
|
25941
25851
|
schema: {
|
|
25942
25852
|
type: "string"
|
|
25943
25853
|
},
|
|
25944
|
-
examples: [
|
|
25945
|
-
"APPROVE",
|
|
25946
|
-
"ABORT"
|
|
25947
|
-
]
|
|
25854
|
+
examples: ["APPROVE", "ABORT"]
|
|
25948
25855
|
}
|
|
25949
25856
|
],
|
|
25950
25857
|
examples: [
|
|
@@ -25959,9 +25866,7 @@ var init_action_docs = __esm(() => {
|
|
|
25959
25866
|
name: "{{name2}}",
|
|
25960
25867
|
content: {
|
|
25961
25868
|
text: "I've selected option 1 for the pending task.",
|
|
25962
|
-
actions: [
|
|
25963
|
-
"CHOOSE_OPTION"
|
|
25964
|
-
]
|
|
25869
|
+
actions: ["CHOOSE_OPTION"]
|
|
25965
25870
|
}
|
|
25966
25871
|
}
|
|
25967
25872
|
]
|
|
@@ -25988,9 +25893,7 @@ var init_action_docs = __esm(() => {
|
|
|
25988
25893
|
schema: {
|
|
25989
25894
|
type: "string"
|
|
25990
25895
|
},
|
|
25991
|
-
examples: [
|
|
25992
|
-
"00000000-0000-0000-0000-000000000000"
|
|
25993
|
-
]
|
|
25896
|
+
examples: ["00000000-0000-0000-0000-000000000000"]
|
|
25994
25897
|
}
|
|
25995
25898
|
],
|
|
25996
25899
|
examples: [
|
|
@@ -26005,9 +25908,7 @@ var init_action_docs = __esm(() => {
|
|
|
26005
25908
|
name: "{{name2}}",
|
|
26006
25909
|
content: {
|
|
26007
25910
|
text: "Sure, I will now follow this room and chime in",
|
|
26008
|
-
actions: [
|
|
26009
|
-
"FOLLOW_ROOM"
|
|
26010
|
-
]
|
|
25911
|
+
actions: ["FOLLOW_ROOM"]
|
|
26011
25912
|
}
|
|
26012
25913
|
}
|
|
26013
25914
|
],
|
|
@@ -26022,9 +25923,7 @@ var init_action_docs = __esm(() => {
|
|
|
26022
25923
|
name: "{{name2}}",
|
|
26023
25924
|
content: {
|
|
26024
25925
|
text: "you got it, i'm here",
|
|
26025
|
-
actions: [
|
|
26026
|
-
"FOLLOW_ROOM"
|
|
26027
|
-
]
|
|
25926
|
+
actions: ["FOLLOW_ROOM"]
|
|
26028
25927
|
}
|
|
26029
25928
|
}
|
|
26030
25929
|
]
|
|
@@ -26051,9 +25950,7 @@ var init_action_docs = __esm(() => {
|
|
|
26051
25950
|
schema: {
|
|
26052
25951
|
type: "string"
|
|
26053
25952
|
},
|
|
26054
|
-
examples: [
|
|
26055
|
-
"00000000-0000-0000-0000-000000000000"
|
|
26056
|
-
]
|
|
25953
|
+
examples: ["00000000-0000-0000-0000-000000000000"]
|
|
26057
25954
|
}
|
|
26058
25955
|
],
|
|
26059
25956
|
examples: [
|
|
@@ -26068,9 +25965,7 @@ var init_action_docs = __esm(() => {
|
|
|
26068
25965
|
name: "{{name2}}",
|
|
26069
25966
|
content: {
|
|
26070
25967
|
text: "Okay, I'll stop following this room",
|
|
26071
|
-
actions: [
|
|
26072
|
-
"UNFOLLOW_ROOM"
|
|
26073
|
-
]
|
|
25968
|
+
actions: ["UNFOLLOW_ROOM"]
|
|
26074
25969
|
}
|
|
26075
25970
|
}
|
|
26076
25971
|
]
|
|
@@ -26097,9 +25992,7 @@ var init_action_docs = __esm(() => {
|
|
|
26097
25992
|
schema: {
|
|
26098
25993
|
type: "string"
|
|
26099
25994
|
},
|
|
26100
|
-
examples: [
|
|
26101
|
-
"00000000-0000-0000-0000-000000000000"
|
|
26102
|
-
]
|
|
25995
|
+
examples: ["00000000-0000-0000-0000-000000000000"]
|
|
26103
25996
|
}
|
|
26104
25997
|
],
|
|
26105
25998
|
examples: [
|
|
@@ -26114,9 +26007,7 @@ var init_action_docs = __esm(() => {
|
|
|
26114
26007
|
name: "{{name2}}",
|
|
26115
26008
|
content: {
|
|
26116
26009
|
text: "Got it",
|
|
26117
|
-
actions: [
|
|
26118
|
-
"MUTE_ROOM"
|
|
26119
|
-
]
|
|
26010
|
+
actions: ["MUTE_ROOM"]
|
|
26120
26011
|
}
|
|
26121
26012
|
}
|
|
26122
26013
|
],
|
|
@@ -26131,9 +26022,7 @@ var init_action_docs = __esm(() => {
|
|
|
26131
26022
|
name: "{{name2}}",
|
|
26132
26023
|
content: {
|
|
26133
26024
|
text: "np going silent",
|
|
26134
|
-
actions: [
|
|
26135
|
-
"MUTE_ROOM"
|
|
26136
|
-
]
|
|
26025
|
+
actions: ["MUTE_ROOM"]
|
|
26137
26026
|
}
|
|
26138
26027
|
}
|
|
26139
26028
|
]
|
|
@@ -26160,9 +26049,7 @@ var init_action_docs = __esm(() => {
|
|
|
26160
26049
|
schema: {
|
|
26161
26050
|
type: "string"
|
|
26162
26051
|
},
|
|
26163
|
-
examples: [
|
|
26164
|
-
"00000000-0000-0000-0000-000000000000"
|
|
26165
|
-
]
|
|
26052
|
+
examples: ["00000000-0000-0000-0000-000000000000"]
|
|
26166
26053
|
}
|
|
26167
26054
|
],
|
|
26168
26055
|
examples: [
|
|
@@ -26177,9 +26064,7 @@ var init_action_docs = __esm(() => {
|
|
|
26177
26064
|
name: "{{name2}}",
|
|
26178
26065
|
content: {
|
|
26179
26066
|
text: "I've unmuted this room and will respond again",
|
|
26180
|
-
actions: [
|
|
26181
|
-
"UNMUTE_ROOM"
|
|
26182
|
-
]
|
|
26067
|
+
actions: ["UNMUTE_ROOM"]
|
|
26183
26068
|
}
|
|
26184
26069
|
}
|
|
26185
26070
|
]
|
|
@@ -26207,9 +26092,7 @@ var init_action_docs = __esm(() => {
|
|
|
26207
26092
|
schema: {
|
|
26208
26093
|
type: "string"
|
|
26209
26094
|
},
|
|
26210
|
-
examples: [
|
|
26211
|
-
'[{"key":"model","value":"gpt-5"}]'
|
|
26212
|
-
]
|
|
26095
|
+
examples: ['[{"key":"model","value":"gpt-5"}]']
|
|
26213
26096
|
}
|
|
26214
26097
|
],
|
|
26215
26098
|
examples: [
|
|
@@ -26224,9 +26107,7 @@ var init_action_docs = __esm(() => {
|
|
|
26224
26107
|
name: "{{name2}}",
|
|
26225
26108
|
content: {
|
|
26226
26109
|
text: "I've updated your language setting to French.",
|
|
26227
|
-
actions: [
|
|
26228
|
-
"UPDATE_SETTINGS"
|
|
26229
|
-
]
|
|
26110
|
+
actions: ["UPDATE_SETTINGS"]
|
|
26230
26111
|
}
|
|
26231
26112
|
}
|
|
26232
26113
|
]
|
|
@@ -26252,9 +26133,7 @@ var init_action_docs = __esm(() => {
|
|
|
26252
26133
|
schema: {
|
|
26253
26134
|
type: "string"
|
|
26254
26135
|
},
|
|
26255
|
-
examples: [
|
|
26256
|
-
"00000000-0000-0000-0000-000000000000"
|
|
26257
|
-
]
|
|
26136
|
+
examples: ["00000000-0000-0000-0000-000000000000"]
|
|
26258
26137
|
},
|
|
26259
26138
|
{
|
|
26260
26139
|
name: "role",
|
|
@@ -26263,10 +26142,7 @@ var init_action_docs = __esm(() => {
|
|
|
26263
26142
|
schema: {
|
|
26264
26143
|
type: "string"
|
|
26265
26144
|
},
|
|
26266
|
-
examples: [
|
|
26267
|
-
"admin",
|
|
26268
|
-
"member"
|
|
26269
|
-
]
|
|
26145
|
+
examples: ["admin", "member"]
|
|
26270
26146
|
}
|
|
26271
26147
|
],
|
|
26272
26148
|
examples: [
|
|
@@ -26281,9 +26157,7 @@ var init_action_docs = __esm(() => {
|
|
|
26281
26157
|
name: "{{name2}}",
|
|
26282
26158
|
content: {
|
|
26283
26159
|
text: "I've assigned the admin role to Sarah.",
|
|
26284
|
-
actions: [
|
|
26285
|
-
"UPDATE_ROLE"
|
|
26286
|
-
]
|
|
26160
|
+
actions: ["UPDATE_ROLE"]
|
|
26287
26161
|
}
|
|
26288
26162
|
}
|
|
26289
26163
|
]
|
|
@@ -26307,9 +26181,7 @@ var init_action_docs = __esm(() => {
|
|
|
26307
26181
|
schema: {
|
|
26308
26182
|
type: "string"
|
|
26309
26183
|
},
|
|
26310
|
-
examples: [
|
|
26311
|
-
"00000000-0000-0000-0000-000000000000"
|
|
26312
|
-
]
|
|
26184
|
+
examples: ["00000000-0000-0000-0000-000000000000"]
|
|
26313
26185
|
},
|
|
26314
26186
|
{
|
|
26315
26187
|
name: "updates",
|
|
@@ -26318,9 +26190,7 @@ var init_action_docs = __esm(() => {
|
|
|
26318
26190
|
schema: {
|
|
26319
26191
|
type: "string"
|
|
26320
26192
|
},
|
|
26321
|
-
examples: [
|
|
26322
|
-
'[{"name":"bio","value":"Loves Rust"}]'
|
|
26323
|
-
]
|
|
26193
|
+
examples: ['[{"name":"bio","value":"Loves Rust"}]']
|
|
26324
26194
|
}
|
|
26325
26195
|
],
|
|
26326
26196
|
examples: [
|
|
@@ -26335,9 +26205,7 @@ var init_action_docs = __esm(() => {
|
|
|
26335
26205
|
name: "{{name2}}",
|
|
26336
26206
|
content: {
|
|
26337
26207
|
text: "I've updated your profile bio.",
|
|
26338
|
-
actions: [
|
|
26339
|
-
"UPDATE_ENTITY"
|
|
26340
|
-
]
|
|
26208
|
+
actions: ["UPDATE_ENTITY"]
|
|
26341
26209
|
}
|
|
26342
26210
|
}
|
|
26343
26211
|
]
|
|
@@ -26363,9 +26231,7 @@ var init_action_docs = __esm(() => {
|
|
|
26363
26231
|
schema: {
|
|
26364
26232
|
type: "string"
|
|
26365
26233
|
},
|
|
26366
|
-
examples: [
|
|
26367
|
-
"A futuristic cityscape at sunset, cinematic lighting"
|
|
26368
|
-
]
|
|
26234
|
+
examples: ["A futuristic cityscape at sunset, cinematic lighting"]
|
|
26369
26235
|
}
|
|
26370
26236
|
],
|
|
26371
26237
|
examples: [
|
|
@@ -26380,9 +26246,7 @@ var init_action_docs = __esm(() => {
|
|
|
26380
26246
|
name: "{{name2}}",
|
|
26381
26247
|
content: {
|
|
26382
26248
|
text: "Sure, I'll create a futuristic city image for you. One moment...",
|
|
26383
|
-
actions: [
|
|
26384
|
-
"GENERATE_IMAGE"
|
|
26385
|
-
]
|
|
26249
|
+
actions: ["GENERATE_IMAGE"]
|
|
26386
26250
|
}
|
|
26387
26251
|
}
|
|
26388
26252
|
],
|
|
@@ -26397,9 +26261,7 @@ var init_action_docs = __esm(() => {
|
|
|
26397
26261
|
name: "{{name2}}",
|
|
26398
26262
|
content: {
|
|
26399
26263
|
text: "I'll create a visualization of a neural network for you, one sec...",
|
|
26400
|
-
actions: [
|
|
26401
|
-
"GENERATE_IMAGE"
|
|
26402
|
-
]
|
|
26264
|
+
actions: ["GENERATE_IMAGE"]
|
|
26403
26265
|
}
|
|
26404
26266
|
}
|
|
26405
26267
|
],
|
|
@@ -26414,9 +26276,7 @@ var init_action_docs = __esm(() => {
|
|
|
26414
26276
|
name: "{{name2}}",
|
|
26415
26277
|
content: {
|
|
26416
26278
|
text: "Creating an image to capture calmness for you, please wait a moment...",
|
|
26417
|
-
actions: [
|
|
26418
|
-
"GENERATE_IMAGE"
|
|
26419
|
-
]
|
|
26279
|
+
actions: ["GENERATE_IMAGE"]
|
|
26420
26280
|
}
|
|
26421
26281
|
}
|
|
26422
26282
|
]
|
|
@@ -26450,9 +26310,7 @@ var init_action_docs = __esm(() => {
|
|
|
26450
26310
|
name: "{{name2}}",
|
|
26451
26311
|
content: {
|
|
26452
26312
|
text: "Hi! How can I help you today?",
|
|
26453
|
-
actions: [
|
|
26454
|
-
"REPLY"
|
|
26455
|
-
]
|
|
26313
|
+
actions: ["REPLY"]
|
|
26456
26314
|
}
|
|
26457
26315
|
}
|
|
26458
26316
|
],
|
|
@@ -26467,9 +26325,7 @@ var init_action_docs = __esm(() => {
|
|
|
26467
26325
|
name: "{{name2}}",
|
|
26468
26326
|
content: {
|
|
26469
26327
|
text: "I really like deep shades of blue. They remind me of the ocean and the night sky.",
|
|
26470
|
-
actions: [
|
|
26471
|
-
"REPLY"
|
|
26472
|
-
]
|
|
26328
|
+
actions: ["REPLY"]
|
|
26473
26329
|
}
|
|
26474
26330
|
}
|
|
26475
26331
|
],
|
|
@@ -26484,9 +26340,7 @@ var init_action_docs = __esm(() => {
|
|
|
26484
26340
|
name: "{{name2}}",
|
|
26485
26341
|
content: {
|
|
26486
26342
|
text: "Let me break that down for you in simple terms...",
|
|
26487
|
-
actions: [
|
|
26488
|
-
"REPLY"
|
|
26489
|
-
]
|
|
26343
|
+
actions: ["REPLY"]
|
|
26490
26344
|
}
|
|
26491
26345
|
}
|
|
26492
26346
|
],
|
|
@@ -26501,9 +26355,7 @@ var init_action_docs = __esm(() => {
|
|
|
26501
26355
|
name: "{{name2}}",
|
|
26502
26356
|
content: {
|
|
26503
26357
|
text: "Of course! Let's work through it step by step.",
|
|
26504
|
-
actions: [
|
|
26505
|
-
"REPLY"
|
|
26506
|
-
]
|
|
26358
|
+
actions: ["REPLY"]
|
|
26507
26359
|
}
|
|
26508
26360
|
}
|
|
26509
26361
|
]
|
|
@@ -26512,11 +26364,7 @@ var init_action_docs = __esm(() => {
|
|
|
26512
26364
|
{
|
|
26513
26365
|
name: "IGNORE",
|
|
26514
26366
|
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.",
|
|
26515
|
-
similes: [
|
|
26516
|
-
"STOP_TALKING",
|
|
26517
|
-
"STOP_CHATTING",
|
|
26518
|
-
"STOP_CONVERSATION"
|
|
26519
|
-
],
|
|
26367
|
+
similes: ["STOP_TALKING", "STOP_CHATTING", "STOP_CONVERSATION"],
|
|
26520
26368
|
parameters: [],
|
|
26521
26369
|
examples: [
|
|
26522
26370
|
[
|
|
@@ -26530,9 +26378,7 @@ var init_action_docs = __esm(() => {
|
|
|
26530
26378
|
name: "{{name2}}",
|
|
26531
26379
|
content: {
|
|
26532
26380
|
text: "",
|
|
26533
|
-
actions: [
|
|
26534
|
-
"IGNORE"
|
|
26535
|
-
]
|
|
26381
|
+
actions: ["IGNORE"]
|
|
26536
26382
|
}
|
|
26537
26383
|
}
|
|
26538
26384
|
],
|
|
@@ -26547,9 +26393,7 @@ var init_action_docs = __esm(() => {
|
|
|
26547
26393
|
name: "{{name2}}",
|
|
26548
26394
|
content: {
|
|
26549
26395
|
text: "",
|
|
26550
|
-
actions: [
|
|
26551
|
-
"IGNORE"
|
|
26552
|
-
]
|
|
26396
|
+
actions: ["IGNORE"]
|
|
26553
26397
|
}
|
|
26554
26398
|
}
|
|
26555
26399
|
],
|
|
@@ -26576,9 +26420,7 @@ var init_action_docs = __esm(() => {
|
|
|
26576
26420
|
name: "{{name2}}",
|
|
26577
26421
|
content: {
|
|
26578
26422
|
text: "",
|
|
26579
|
-
actions: [
|
|
26580
|
-
"IGNORE"
|
|
26581
|
-
]
|
|
26423
|
+
actions: ["IGNORE"]
|
|
26582
26424
|
}
|
|
26583
26425
|
}
|
|
26584
26426
|
],
|
|
@@ -26599,9 +26441,7 @@ var init_action_docs = __esm(() => {
|
|
|
26599
26441
|
name: "{{name1}}",
|
|
26600
26442
|
content: {
|
|
26601
26443
|
text: "",
|
|
26602
|
-
actions: [
|
|
26603
|
-
"IGNORE"
|
|
26604
|
-
]
|
|
26444
|
+
actions: ["IGNORE"]
|
|
26605
26445
|
}
|
|
26606
26446
|
}
|
|
26607
26447
|
],
|
|
@@ -26616,9 +26456,7 @@ var init_action_docs = __esm(() => {
|
|
|
26616
26456
|
name: "{{name2}}",
|
|
26617
26457
|
content: {
|
|
26618
26458
|
text: "thats inappropriate",
|
|
26619
|
-
actions: [
|
|
26620
|
-
"IGNORE"
|
|
26621
|
-
]
|
|
26459
|
+
actions: ["IGNORE"]
|
|
26622
26460
|
}
|
|
26623
26461
|
}
|
|
26624
26462
|
]
|
|
@@ -26627,13 +26465,7 @@ var init_action_docs = __esm(() => {
|
|
|
26627
26465
|
{
|
|
26628
26466
|
name: "NONE",
|
|
26629
26467
|
description: "Respond but perform no additional action. This is the default if the agent is speaking and not doing anything additional.",
|
|
26630
|
-
similes: [
|
|
26631
|
-
"NO_ACTION",
|
|
26632
|
-
"NO_RESPONSE",
|
|
26633
|
-
"NO_REACTION",
|
|
26634
|
-
"NOOP",
|
|
26635
|
-
"PASS"
|
|
26636
|
-
],
|
|
26468
|
+
similes: ["NO_ACTION", "NO_RESPONSE", "NO_REACTION", "NOOP", "PASS"],
|
|
26637
26469
|
parameters: [],
|
|
26638
26470
|
examples: [
|
|
26639
26471
|
[
|
|
@@ -26647,9 +26479,7 @@ var init_action_docs = __esm(() => {
|
|
|
26647
26479
|
name: "{{name2}}",
|
|
26648
26480
|
content: {
|
|
26649
26481
|
text: "oh hey",
|
|
26650
|
-
actions: [
|
|
26651
|
-
"NONE"
|
|
26652
|
-
]
|
|
26482
|
+
actions: ["NONE"]
|
|
26653
26483
|
}
|
|
26654
26484
|
}
|
|
26655
26485
|
],
|
|
@@ -26664,9 +26494,7 @@ var init_action_docs = __esm(() => {
|
|
|
26664
26494
|
name: "{{name2}}",
|
|
26665
26495
|
content: {
|
|
26666
26496
|
text: "yeah but its a pain to get into node.js",
|
|
26667
|
-
actions: [
|
|
26668
|
-
"NONE"
|
|
26669
|
-
]
|
|
26497
|
+
actions: ["NONE"]
|
|
26670
26498
|
}
|
|
26671
26499
|
}
|
|
26672
26500
|
],
|
|
@@ -26675,18 +26503,14 @@ var init_action_docs = __esm(() => {
|
|
|
26675
26503
|
name: "{{name1}}",
|
|
26676
26504
|
content: {
|
|
26677
26505
|
text: "u think aliens are real",
|
|
26678
|
-
actions: [
|
|
26679
|
-
"NONE"
|
|
26680
|
-
]
|
|
26506
|
+
actions: ["NONE"]
|
|
26681
26507
|
}
|
|
26682
26508
|
},
|
|
26683
26509
|
{
|
|
26684
26510
|
name: "{{name2}}",
|
|
26685
26511
|
content: {
|
|
26686
26512
|
text: "ya obviously",
|
|
26687
|
-
actions: [
|
|
26688
|
-
"NONE"
|
|
26689
|
-
]
|
|
26513
|
+
actions: ["NONE"]
|
|
26690
26514
|
}
|
|
26691
26515
|
}
|
|
26692
26516
|
],
|
|
@@ -26695,18 +26519,14 @@ var init_action_docs = __esm(() => {
|
|
|
26695
26519
|
name: "{{name1}}",
|
|
26696
26520
|
content: {
|
|
26697
26521
|
text: "drop a joke on me",
|
|
26698
|
-
actions: [
|
|
26699
|
-
"NONE"
|
|
26700
|
-
]
|
|
26522
|
+
actions: ["NONE"]
|
|
26701
26523
|
}
|
|
26702
26524
|
},
|
|
26703
26525
|
{
|
|
26704
26526
|
name: "{{name2}}",
|
|
26705
26527
|
content: {
|
|
26706
26528
|
text: "why dont scientists trust atoms cuz they make up everything lmao",
|
|
26707
|
-
actions: [
|
|
26708
|
-
"NONE"
|
|
26709
|
-
]
|
|
26529
|
+
actions: ["NONE"]
|
|
26710
26530
|
}
|
|
26711
26531
|
}
|
|
26712
26532
|
]
|
|
@@ -26730,15 +26550,9 @@ var init_action_docs = __esm(() => {
|
|
|
26730
26550
|
required: true,
|
|
26731
26551
|
schema: {
|
|
26732
26552
|
type: "string",
|
|
26733
|
-
enum: [
|
|
26734
|
-
"user",
|
|
26735
|
-
"room"
|
|
26736
|
-
]
|
|
26553
|
+
enum: ["user", "room"]
|
|
26737
26554
|
},
|
|
26738
|
-
examples: [
|
|
26739
|
-
"user",
|
|
26740
|
-
"room"
|
|
26741
|
-
]
|
|
26555
|
+
examples: ["user", "room"]
|
|
26742
26556
|
},
|
|
26743
26557
|
{
|
|
26744
26558
|
name: "source",
|
|
@@ -26747,10 +26561,7 @@ var init_action_docs = __esm(() => {
|
|
|
26747
26561
|
schema: {
|
|
26748
26562
|
type: "string"
|
|
26749
26563
|
},
|
|
26750
|
-
examples: [
|
|
26751
|
-
"telegram",
|
|
26752
|
-
"discord"
|
|
26753
|
-
]
|
|
26564
|
+
examples: ["telegram", "discord"]
|
|
26754
26565
|
},
|
|
26755
26566
|
{
|
|
26756
26567
|
name: "target",
|
|
@@ -26759,10 +26570,7 @@ var init_action_docs = __esm(() => {
|
|
|
26759
26570
|
schema: {
|
|
26760
26571
|
type: "string"
|
|
26761
26572
|
},
|
|
26762
|
-
examples: [
|
|
26763
|
-
"dev_guru",
|
|
26764
|
-
"announcements"
|
|
26765
|
-
]
|
|
26573
|
+
examples: ["dev_guru", "announcements"]
|
|
26766
26574
|
},
|
|
26767
26575
|
{
|
|
26768
26576
|
name: "text",
|
|
@@ -26771,10 +26579,7 @@ var init_action_docs = __esm(() => {
|
|
|
26771
26579
|
schema: {
|
|
26772
26580
|
type: "string"
|
|
26773
26581
|
},
|
|
26774
|
-
examples: [
|
|
26775
|
-
"Hello!",
|
|
26776
|
-
"Important announcement!"
|
|
26777
|
-
]
|
|
26582
|
+
examples: ["Hello!", "Important announcement!"]
|
|
26778
26583
|
}
|
|
26779
26584
|
],
|
|
26780
26585
|
examples: [
|
|
@@ -26789,9 +26594,7 @@ var init_action_docs = __esm(() => {
|
|
|
26789
26594
|
name: "{{name2}}",
|
|
26790
26595
|
content: {
|
|
26791
26596
|
text: "Message sent to dev_guru on telegram.",
|
|
26792
|
-
actions: [
|
|
26793
|
-
"SEND_MESSAGE"
|
|
26794
|
-
]
|
|
26597
|
+
actions: ["SEND_MESSAGE"]
|
|
26795
26598
|
}
|
|
26796
26599
|
}
|
|
26797
26600
|
],
|
|
@@ -26806,9 +26609,7 @@ var init_action_docs = __esm(() => {
|
|
|
26806
26609
|
name: "{{name2}}",
|
|
26807
26610
|
content: {
|
|
26808
26611
|
text: "Message sent to announcements.",
|
|
26809
|
-
actions: [
|
|
26810
|
-
"SEND_MESSAGE"
|
|
26811
|
-
]
|
|
26612
|
+
actions: ["SEND_MESSAGE"]
|
|
26812
26613
|
}
|
|
26813
26614
|
}
|
|
26814
26615
|
],
|
|
@@ -26823,9 +26624,7 @@ var init_action_docs = __esm(() => {
|
|
|
26823
26624
|
name: "{{name2}}",
|
|
26824
26625
|
content: {
|
|
26825
26626
|
text: "Message sent to Jimmy.",
|
|
26826
|
-
actions: [
|
|
26827
|
-
"SEND_MESSAGE"
|
|
26828
|
-
]
|
|
26627
|
+
actions: ["SEND_MESSAGE"]
|
|
26829
26628
|
}
|
|
26830
26629
|
}
|
|
26831
26630
|
]
|
|
@@ -26833,10 +26632,7 @@ var init_action_docs = __esm(() => {
|
|
|
26833
26632
|
exampleCalls: [
|
|
26834
26633
|
{
|
|
26835
26634
|
user: 'Send a message to @dev_guru on telegram saying "Hello!"',
|
|
26836
|
-
actions: [
|
|
26837
|
-
"REPLY",
|
|
26838
|
-
"SEND_MESSAGE"
|
|
26839
|
-
],
|
|
26635
|
+
actions: ["REPLY", "SEND_MESSAGE"],
|
|
26840
26636
|
params: {
|
|
26841
26637
|
SEND_MESSAGE: {
|
|
26842
26638
|
targetType: "user",
|
|
@@ -26877,10 +26673,7 @@ var init_action_docs = __esm(() => {
|
|
|
26877
26673
|
schema: {
|
|
26878
26674
|
type: "string"
|
|
26879
26675
|
},
|
|
26880
|
-
examples: [
|
|
26881
|
-
"Sarah Chen",
|
|
26882
|
-
"John Smith"
|
|
26883
|
-
]
|
|
26676
|
+
examples: ["Sarah Chen", "John Smith"]
|
|
26884
26677
|
},
|
|
26885
26678
|
{
|
|
26886
26679
|
name: "notes",
|
|
@@ -26889,9 +26682,7 @@ var init_action_docs = __esm(() => {
|
|
|
26889
26682
|
schema: {
|
|
26890
26683
|
type: "string"
|
|
26891
26684
|
},
|
|
26892
|
-
examples: [
|
|
26893
|
-
"Met at the AI meetup; interested in agents"
|
|
26894
|
-
]
|
|
26685
|
+
examples: ["Met at the AI meetup; interested in agents"]
|
|
26895
26686
|
}
|
|
26896
26687
|
],
|
|
26897
26688
|
examples: [
|
|
@@ -26942,11 +26733,7 @@ var init_action_docs = __esm(() => {
|
|
|
26942
26733
|
{
|
|
26943
26734
|
name: "UPDATE_CONTACT",
|
|
26944
26735
|
description: "Update an existing contact's details in the rolodex.",
|
|
26945
|
-
similes: [
|
|
26946
|
-
"EDIT_CONTACT",
|
|
26947
|
-
"MODIFY_CONTACT",
|
|
26948
|
-
"CHANGE_CONTACT_INFO"
|
|
26949
|
-
],
|
|
26736
|
+
similes: ["EDIT_CONTACT", "MODIFY_CONTACT", "CHANGE_CONTACT_INFO"],
|
|
26950
26737
|
parameters: [
|
|
26951
26738
|
{
|
|
26952
26739
|
name: "name",
|
|
@@ -26955,9 +26742,7 @@ var init_action_docs = __esm(() => {
|
|
|
26955
26742
|
schema: {
|
|
26956
26743
|
type: "string"
|
|
26957
26744
|
},
|
|
26958
|
-
examples: [
|
|
26959
|
-
"Sarah Chen"
|
|
26960
|
-
]
|
|
26745
|
+
examples: ["Sarah Chen"]
|
|
26961
26746
|
},
|
|
26962
26747
|
{
|
|
26963
26748
|
name: "updates",
|
|
@@ -26966,9 +26751,7 @@ var init_action_docs = __esm(() => {
|
|
|
26966
26751
|
schema: {
|
|
26967
26752
|
type: "string"
|
|
26968
26753
|
},
|
|
26969
|
-
examples: [
|
|
26970
|
-
'{"notes":"prefers email","tags":["friend"]}'
|
|
26971
|
-
]
|
|
26754
|
+
examples: ['{"notes":"prefers email","tags":["friend"]}']
|
|
26972
26755
|
}
|
|
26973
26756
|
],
|
|
26974
26757
|
examples: [
|
|
@@ -27006,9 +26789,7 @@ var init_action_docs = __esm(() => {
|
|
|
27006
26789
|
schema: {
|
|
27007
26790
|
type: "string"
|
|
27008
26791
|
},
|
|
27009
|
-
examples: [
|
|
27010
|
-
"Sarah Chen"
|
|
27011
|
-
]
|
|
26792
|
+
examples: ["Sarah Chen"]
|
|
27012
26793
|
}
|
|
27013
26794
|
],
|
|
27014
26795
|
examples: [
|
|
@@ -27062,10 +26843,7 @@ var init_action_docs = __esm(() => {
|
|
|
27062
26843
|
schema: {
|
|
27063
26844
|
type: "string"
|
|
27064
26845
|
},
|
|
27065
|
-
examples: [
|
|
27066
|
-
"sarah",
|
|
27067
|
-
"AI meetup"
|
|
27068
|
-
]
|
|
26846
|
+
examples: ["sarah", "AI meetup"]
|
|
27069
26847
|
}
|
|
27070
26848
|
],
|
|
27071
26849
|
examples: [
|
|
@@ -27108,9 +26886,7 @@ var init_action_docs = __esm(() => {
|
|
|
27108
26886
|
schema: {
|
|
27109
26887
|
type: "string"
|
|
27110
26888
|
},
|
|
27111
|
-
examples: [
|
|
27112
|
-
"Sarah Chen"
|
|
27113
|
-
]
|
|
26889
|
+
examples: ["Sarah Chen"]
|
|
27114
26890
|
},
|
|
27115
26891
|
{
|
|
27116
26892
|
name: "when",
|
|
@@ -27119,9 +26895,7 @@ var init_action_docs = __esm(() => {
|
|
|
27119
26895
|
schema: {
|
|
27120
26896
|
type: "string"
|
|
27121
26897
|
},
|
|
27122
|
-
examples: [
|
|
27123
|
-
"2026-02-01T09:00:00Z"
|
|
27124
|
-
]
|
|
26898
|
+
examples: ["2026-02-01T09:00:00Z"]
|
|
27125
26899
|
},
|
|
27126
26900
|
{
|
|
27127
26901
|
name: "reason",
|
|
@@ -27130,9 +26904,7 @@ var init_action_docs = __esm(() => {
|
|
|
27130
26904
|
schema: {
|
|
27131
26905
|
type: "string"
|
|
27132
26906
|
},
|
|
27133
|
-
examples: [
|
|
27134
|
-
"Check in about the agent framework demo"
|
|
27135
|
-
]
|
|
26907
|
+
examples: ["Check in about the agent framework demo"]
|
|
27136
26908
|
}
|
|
27137
26909
|
],
|
|
27138
26910
|
examples: [
|
|
@@ -27172,9 +26944,7 @@ var init_action_docs = __esm(() => {
|
|
|
27172
26944
|
schema: {
|
|
27173
26945
|
type: "string"
|
|
27174
26946
|
},
|
|
27175
|
-
examples: [
|
|
27176
|
-
"c0a8012e"
|
|
27177
|
-
]
|
|
26947
|
+
examples: ["c0a8012e"]
|
|
27178
26948
|
},
|
|
27179
26949
|
{
|
|
27180
26950
|
name: "option",
|
|
@@ -27183,10 +26953,7 @@ var init_action_docs = __esm(() => {
|
|
|
27183
26953
|
schema: {
|
|
27184
26954
|
type: "string"
|
|
27185
26955
|
},
|
|
27186
|
-
examples: [
|
|
27187
|
-
"APPROVE",
|
|
27188
|
-
"ABORT"
|
|
27189
|
-
]
|
|
26956
|
+
examples: ["APPROVE", "ABORT"]
|
|
27190
26957
|
}
|
|
27191
26958
|
],
|
|
27192
26959
|
examples: [
|
|
@@ -27201,9 +26968,7 @@ var init_action_docs = __esm(() => {
|
|
|
27201
26968
|
name: "{{name2}}",
|
|
27202
26969
|
content: {
|
|
27203
26970
|
text: "I've selected option 1 for the pending task.",
|
|
27204
|
-
actions: [
|
|
27205
|
-
"CHOOSE_OPTION"
|
|
27206
|
-
]
|
|
26971
|
+
actions: ["CHOOSE_OPTION"]
|
|
27207
26972
|
}
|
|
27208
26973
|
}
|
|
27209
26974
|
]
|
|
@@ -27230,9 +26995,7 @@ var init_action_docs = __esm(() => {
|
|
|
27230
26995
|
schema: {
|
|
27231
26996
|
type: "string"
|
|
27232
26997
|
},
|
|
27233
|
-
examples: [
|
|
27234
|
-
"00000000-0000-0000-0000-000000000000"
|
|
27235
|
-
]
|
|
26998
|
+
examples: ["00000000-0000-0000-0000-000000000000"]
|
|
27236
26999
|
}
|
|
27237
27000
|
],
|
|
27238
27001
|
examples: [
|
|
@@ -27247,9 +27010,7 @@ var init_action_docs = __esm(() => {
|
|
|
27247
27010
|
name: "{{name2}}",
|
|
27248
27011
|
content: {
|
|
27249
27012
|
text: "Sure, I will now follow this room and chime in",
|
|
27250
|
-
actions: [
|
|
27251
|
-
"FOLLOW_ROOM"
|
|
27252
|
-
]
|
|
27013
|
+
actions: ["FOLLOW_ROOM"]
|
|
27253
27014
|
}
|
|
27254
27015
|
}
|
|
27255
27016
|
],
|
|
@@ -27264,9 +27025,7 @@ var init_action_docs = __esm(() => {
|
|
|
27264
27025
|
name: "{{name2}}",
|
|
27265
27026
|
content: {
|
|
27266
27027
|
text: "you got it, i'm here",
|
|
27267
|
-
actions: [
|
|
27268
|
-
"FOLLOW_ROOM"
|
|
27269
|
-
]
|
|
27028
|
+
actions: ["FOLLOW_ROOM"]
|
|
27270
27029
|
}
|
|
27271
27030
|
}
|
|
27272
27031
|
]
|
|
@@ -27293,9 +27052,7 @@ var init_action_docs = __esm(() => {
|
|
|
27293
27052
|
schema: {
|
|
27294
27053
|
type: "string"
|
|
27295
27054
|
},
|
|
27296
|
-
examples: [
|
|
27297
|
-
"00000000-0000-0000-0000-000000000000"
|
|
27298
|
-
]
|
|
27055
|
+
examples: ["00000000-0000-0000-0000-000000000000"]
|
|
27299
27056
|
}
|
|
27300
27057
|
],
|
|
27301
27058
|
examples: [
|
|
@@ -27310,9 +27067,7 @@ var init_action_docs = __esm(() => {
|
|
|
27310
27067
|
name: "{{name2}}",
|
|
27311
27068
|
content: {
|
|
27312
27069
|
text: "Okay, I'll stop following this room",
|
|
27313
|
-
actions: [
|
|
27314
|
-
"UNFOLLOW_ROOM"
|
|
27315
|
-
]
|
|
27070
|
+
actions: ["UNFOLLOW_ROOM"]
|
|
27316
27071
|
}
|
|
27317
27072
|
}
|
|
27318
27073
|
]
|
|
@@ -27339,9 +27094,7 @@ var init_action_docs = __esm(() => {
|
|
|
27339
27094
|
schema: {
|
|
27340
27095
|
type: "string"
|
|
27341
27096
|
},
|
|
27342
|
-
examples: [
|
|
27343
|
-
"00000000-0000-0000-0000-000000000000"
|
|
27344
|
-
]
|
|
27097
|
+
examples: ["00000000-0000-0000-0000-000000000000"]
|
|
27345
27098
|
}
|
|
27346
27099
|
],
|
|
27347
27100
|
examples: [
|
|
@@ -27356,9 +27109,7 @@ var init_action_docs = __esm(() => {
|
|
|
27356
27109
|
name: "{{name2}}",
|
|
27357
27110
|
content: {
|
|
27358
27111
|
text: "Got it",
|
|
27359
|
-
actions: [
|
|
27360
|
-
"MUTE_ROOM"
|
|
27361
|
-
]
|
|
27112
|
+
actions: ["MUTE_ROOM"]
|
|
27362
27113
|
}
|
|
27363
27114
|
}
|
|
27364
27115
|
],
|
|
@@ -27373,9 +27124,7 @@ var init_action_docs = __esm(() => {
|
|
|
27373
27124
|
name: "{{name2}}",
|
|
27374
27125
|
content: {
|
|
27375
27126
|
text: "np going silent",
|
|
27376
|
-
actions: [
|
|
27377
|
-
"MUTE_ROOM"
|
|
27378
|
-
]
|
|
27127
|
+
actions: ["MUTE_ROOM"]
|
|
27379
27128
|
}
|
|
27380
27129
|
}
|
|
27381
27130
|
]
|
|
@@ -27402,9 +27151,7 @@ var init_action_docs = __esm(() => {
|
|
|
27402
27151
|
schema: {
|
|
27403
27152
|
type: "string"
|
|
27404
27153
|
},
|
|
27405
|
-
examples: [
|
|
27406
|
-
"00000000-0000-0000-0000-000000000000"
|
|
27407
|
-
]
|
|
27154
|
+
examples: ["00000000-0000-0000-0000-000000000000"]
|
|
27408
27155
|
}
|
|
27409
27156
|
],
|
|
27410
27157
|
examples: [
|
|
@@ -27419,9 +27166,7 @@ var init_action_docs = __esm(() => {
|
|
|
27419
27166
|
name: "{{name2}}",
|
|
27420
27167
|
content: {
|
|
27421
27168
|
text: "I've unmuted this room and will respond again",
|
|
27422
|
-
actions: [
|
|
27423
|
-
"UNMUTE_ROOM"
|
|
27424
|
-
]
|
|
27169
|
+
actions: ["UNMUTE_ROOM"]
|
|
27425
27170
|
}
|
|
27426
27171
|
}
|
|
27427
27172
|
]
|
|
@@ -27449,9 +27194,7 @@ var init_action_docs = __esm(() => {
|
|
|
27449
27194
|
schema: {
|
|
27450
27195
|
type: "string"
|
|
27451
27196
|
},
|
|
27452
|
-
examples: [
|
|
27453
|
-
'[{"key":"model","value":"gpt-5"}]'
|
|
27454
|
-
]
|
|
27197
|
+
examples: ['[{"key":"model","value":"gpt-5"}]']
|
|
27455
27198
|
}
|
|
27456
27199
|
],
|
|
27457
27200
|
examples: [
|
|
@@ -27466,9 +27209,7 @@ var init_action_docs = __esm(() => {
|
|
|
27466
27209
|
name: "{{name2}}",
|
|
27467
27210
|
content: {
|
|
27468
27211
|
text: "I've updated your language setting to French.",
|
|
27469
|
-
actions: [
|
|
27470
|
-
"UPDATE_SETTINGS"
|
|
27471
|
-
]
|
|
27212
|
+
actions: ["UPDATE_SETTINGS"]
|
|
27472
27213
|
}
|
|
27473
27214
|
}
|
|
27474
27215
|
]
|
|
@@ -27494,9 +27235,7 @@ var init_action_docs = __esm(() => {
|
|
|
27494
27235
|
schema: {
|
|
27495
27236
|
type: "string"
|
|
27496
27237
|
},
|
|
27497
|
-
examples: [
|
|
27498
|
-
"00000000-0000-0000-0000-000000000000"
|
|
27499
|
-
]
|
|
27238
|
+
examples: ["00000000-0000-0000-0000-000000000000"]
|
|
27500
27239
|
},
|
|
27501
27240
|
{
|
|
27502
27241
|
name: "role",
|
|
@@ -27505,10 +27244,7 @@ var init_action_docs = __esm(() => {
|
|
|
27505
27244
|
schema: {
|
|
27506
27245
|
type: "string"
|
|
27507
27246
|
},
|
|
27508
|
-
examples: [
|
|
27509
|
-
"admin",
|
|
27510
|
-
"member"
|
|
27511
|
-
]
|
|
27247
|
+
examples: ["admin", "member"]
|
|
27512
27248
|
}
|
|
27513
27249
|
],
|
|
27514
27250
|
examples: [
|
|
@@ -27523,9 +27259,7 @@ var init_action_docs = __esm(() => {
|
|
|
27523
27259
|
name: "{{name2}}",
|
|
27524
27260
|
content: {
|
|
27525
27261
|
text: "I've assigned the admin role to Sarah.",
|
|
27526
|
-
actions: [
|
|
27527
|
-
"UPDATE_ROLE"
|
|
27528
|
-
]
|
|
27262
|
+
actions: ["UPDATE_ROLE"]
|
|
27529
27263
|
}
|
|
27530
27264
|
}
|
|
27531
27265
|
]
|
|
@@ -27549,9 +27283,7 @@ var init_action_docs = __esm(() => {
|
|
|
27549
27283
|
schema: {
|
|
27550
27284
|
type: "string"
|
|
27551
27285
|
},
|
|
27552
|
-
examples: [
|
|
27553
|
-
"00000000-0000-0000-0000-000000000000"
|
|
27554
|
-
]
|
|
27286
|
+
examples: ["00000000-0000-0000-0000-000000000000"]
|
|
27555
27287
|
},
|
|
27556
27288
|
{
|
|
27557
27289
|
name: "updates",
|
|
@@ -27560,9 +27292,7 @@ var init_action_docs = __esm(() => {
|
|
|
27560
27292
|
schema: {
|
|
27561
27293
|
type: "string"
|
|
27562
27294
|
},
|
|
27563
|
-
examples: [
|
|
27564
|
-
'[{"name":"bio","value":"Loves Rust"}]'
|
|
27565
|
-
]
|
|
27295
|
+
examples: ['[{"name":"bio","value":"Loves Rust"}]']
|
|
27566
27296
|
}
|
|
27567
27297
|
],
|
|
27568
27298
|
examples: [
|
|
@@ -27577,9 +27307,7 @@ var init_action_docs = __esm(() => {
|
|
|
27577
27307
|
name: "{{name2}}",
|
|
27578
27308
|
content: {
|
|
27579
27309
|
text: "I've updated your profile bio.",
|
|
27580
|
-
actions: [
|
|
27581
|
-
"UPDATE_ENTITY"
|
|
27582
|
-
]
|
|
27310
|
+
actions: ["UPDATE_ENTITY"]
|
|
27583
27311
|
}
|
|
27584
27312
|
}
|
|
27585
27313
|
]
|
|
@@ -27605,9 +27333,7 @@ var init_action_docs = __esm(() => {
|
|
|
27605
27333
|
schema: {
|
|
27606
27334
|
type: "string"
|
|
27607
27335
|
},
|
|
27608
|
-
examples: [
|
|
27609
|
-
"A futuristic cityscape at sunset, cinematic lighting"
|
|
27610
|
-
]
|
|
27336
|
+
examples: ["A futuristic cityscape at sunset, cinematic lighting"]
|
|
27611
27337
|
}
|
|
27612
27338
|
],
|
|
27613
27339
|
examples: [
|
|
@@ -27622,9 +27348,7 @@ var init_action_docs = __esm(() => {
|
|
|
27622
27348
|
name: "{{name2}}",
|
|
27623
27349
|
content: {
|
|
27624
27350
|
text: "Sure, I'll create a futuristic city image for you. One moment...",
|
|
27625
|
-
actions: [
|
|
27626
|
-
"GENERATE_IMAGE"
|
|
27627
|
-
]
|
|
27351
|
+
actions: ["GENERATE_IMAGE"]
|
|
27628
27352
|
}
|
|
27629
27353
|
}
|
|
27630
27354
|
],
|
|
@@ -27639,9 +27363,7 @@ var init_action_docs = __esm(() => {
|
|
|
27639
27363
|
name: "{{name2}}",
|
|
27640
27364
|
content: {
|
|
27641
27365
|
text: "I'll create a visualization of a neural network for you, one sec...",
|
|
27642
|
-
actions: [
|
|
27643
|
-
"GENERATE_IMAGE"
|
|
27644
|
-
]
|
|
27366
|
+
actions: ["GENERATE_IMAGE"]
|
|
27645
27367
|
}
|
|
27646
27368
|
}
|
|
27647
27369
|
],
|
|
@@ -27656,9 +27378,7 @@ var init_action_docs = __esm(() => {
|
|
|
27656
27378
|
name: "{{name2}}",
|
|
27657
27379
|
content: {
|
|
27658
27380
|
text: "Creating an image to capture calmness for you, please wait a moment...",
|
|
27659
|
-
actions: [
|
|
27660
|
-
"GENERATE_IMAGE"
|
|
27661
|
-
]
|
|
27381
|
+
actions: ["GENERATE_IMAGE"]
|
|
27662
27382
|
}
|
|
27663
27383
|
}
|
|
27664
27384
|
]
|
|
@@ -27679,62 +27399,37 @@ var init_action_docs = __esm(() => {
|
|
|
27679
27399
|
name: "BROWSER_CLICK",
|
|
27680
27400
|
description: "Click on an element on the webpage",
|
|
27681
27401
|
parameters: [],
|
|
27682
|
-
similes: [
|
|
27683
|
-
"CLICK_ELEMENT",
|
|
27684
|
-
"TAP",
|
|
27685
|
-
"PRESS_BUTTON"
|
|
27686
|
-
]
|
|
27402
|
+
similes: ["CLICK_ELEMENT", "TAP", "PRESS_BUTTON"]
|
|
27687
27403
|
},
|
|
27688
27404
|
{
|
|
27689
27405
|
name: "BROWSER_EXTRACT",
|
|
27690
27406
|
description: "Extract data from the webpage",
|
|
27691
27407
|
parameters: [],
|
|
27692
|
-
similes: [
|
|
27693
|
-
"EXTRACT_DATA",
|
|
27694
|
-
"GET_TEXT",
|
|
27695
|
-
"SCRAPE"
|
|
27696
|
-
]
|
|
27408
|
+
similes: ["EXTRACT_DATA", "GET_TEXT", "SCRAPE"]
|
|
27697
27409
|
},
|
|
27698
27410
|
{
|
|
27699
27411
|
name: "BROWSER_NAVIGATE",
|
|
27700
27412
|
description: "Navigate the browser to a specified URL",
|
|
27701
27413
|
parameters: [],
|
|
27702
|
-
similes: [
|
|
27703
|
-
"GO_TO_URL",
|
|
27704
|
-
"OPEN_WEBSITE",
|
|
27705
|
-
"VISIT_PAGE",
|
|
27706
|
-
"NAVIGATE_TO"
|
|
27707
|
-
]
|
|
27414
|
+
similes: ["GO_TO_URL", "OPEN_WEBSITE", "VISIT_PAGE", "NAVIGATE_TO"]
|
|
27708
27415
|
},
|
|
27709
27416
|
{
|
|
27710
27417
|
name: "BROWSER_SCREENSHOT",
|
|
27711
27418
|
description: "Take a screenshot of the current page",
|
|
27712
27419
|
parameters: [],
|
|
27713
|
-
similes: [
|
|
27714
|
-
"TAKE_SCREENSHOT",
|
|
27715
|
-
"CAPTURE_PAGE",
|
|
27716
|
-
"SCREENSHOT"
|
|
27717
|
-
]
|
|
27420
|
+
similes: ["TAKE_SCREENSHOT", "CAPTURE_PAGE", "SCREENSHOT"]
|
|
27718
27421
|
},
|
|
27719
27422
|
{
|
|
27720
27423
|
name: "BROWSER_SELECT",
|
|
27721
27424
|
description: "Select an option from a dropdown on the webpage",
|
|
27722
27425
|
parameters: [],
|
|
27723
|
-
similes: [
|
|
27724
|
-
"SELECT_OPTION",
|
|
27725
|
-
"CHOOSE",
|
|
27726
|
-
"PICK"
|
|
27727
|
-
]
|
|
27426
|
+
similes: ["SELECT_OPTION", "CHOOSE", "PICK"]
|
|
27728
27427
|
},
|
|
27729
27428
|
{
|
|
27730
27429
|
name: "BROWSER_TYPE",
|
|
27731
27430
|
description: "Type text into an input field on the webpage",
|
|
27732
27431
|
parameters: [],
|
|
27733
|
-
similes: [
|
|
27734
|
-
"TYPE_TEXT",
|
|
27735
|
-
"INPUT",
|
|
27736
|
-
"ENTER_TEXT"
|
|
27737
|
-
]
|
|
27432
|
+
similes: ["TYPE_TEXT", "INPUT", "ENTER_TEXT"]
|
|
27738
27433
|
},
|
|
27739
27434
|
{
|
|
27740
27435
|
name: "CALL_MCP_TOOL",
|
|
@@ -27757,11 +27452,7 @@ var init_action_docs = __esm(() => {
|
|
|
27757
27452
|
name: "CANCEL_TASK",
|
|
27758
27453
|
description: "Cancel a task.",
|
|
27759
27454
|
parameters: [],
|
|
27760
|
-
similes: [
|
|
27761
|
-
"DELETE_TASK",
|
|
27762
|
-
"REMOVE_TASK",
|
|
27763
|
-
"ABORT_TASK"
|
|
27764
|
-
]
|
|
27455
|
+
similes: ["DELETE_TASK", "REMOVE_TASK", "ABORT_TASK"]
|
|
27765
27456
|
},
|
|
27766
27457
|
{
|
|
27767
27458
|
name: "CHECK_PORTFOLIO",
|
|
@@ -27806,51 +27497,31 @@ var init_action_docs = __esm(() => {
|
|
|
27806
27497
|
name: "COMPUTERUSE_CLICK",
|
|
27807
27498
|
description: "Clicks a UI element on the computer using a ComputerUse selector.",
|
|
27808
27499
|
parameters: [],
|
|
27809
|
-
similes: [
|
|
27810
|
-
"CLICK_UI",
|
|
27811
|
-
"CLICK_ELEMENT",
|
|
27812
|
-
"TAP_UI"
|
|
27813
|
-
]
|
|
27500
|
+
similes: ["CLICK_UI", "CLICK_ELEMENT", "TAP_UI"]
|
|
27814
27501
|
},
|
|
27815
27502
|
{
|
|
27816
27503
|
name: "COMPUTERUSE_GET_APPLICATIONS",
|
|
27817
27504
|
description: "Lists currently running applications on the target machine.",
|
|
27818
27505
|
parameters: [],
|
|
27819
|
-
similes: [
|
|
27820
|
-
"LIST_APPS",
|
|
27821
|
-
"LIST_APPLICATIONS",
|
|
27822
|
-
"SHOW_RUNNING_APPS"
|
|
27823
|
-
]
|
|
27506
|
+
similes: ["LIST_APPS", "LIST_APPLICATIONS", "SHOW_RUNNING_APPS"]
|
|
27824
27507
|
},
|
|
27825
27508
|
{
|
|
27826
27509
|
name: "COMPUTERUSE_GET_WINDOW_TREE",
|
|
27827
27510
|
description: "Gets the UI tree for a running application (useful for understanding what is currently on screen).",
|
|
27828
27511
|
parameters: [],
|
|
27829
|
-
similes: [
|
|
27830
|
-
"GET_UI_TREE",
|
|
27831
|
-
"WINDOW_TREE",
|
|
27832
|
-
"DUMP_UI_TREE"
|
|
27833
|
-
]
|
|
27512
|
+
similes: ["GET_UI_TREE", "WINDOW_TREE", "DUMP_UI_TREE"]
|
|
27834
27513
|
},
|
|
27835
27514
|
{
|
|
27836
27515
|
name: "COMPUTERUSE_OPEN_APPLICATION",
|
|
27837
27516
|
description: "Opens an application on the target machine (local or MCP).",
|
|
27838
27517
|
parameters: [],
|
|
27839
|
-
similes: [
|
|
27840
|
-
"OPEN_APP",
|
|
27841
|
-
"LAUNCH_APP",
|
|
27842
|
-
"START_APPLICATION"
|
|
27843
|
-
]
|
|
27518
|
+
similes: ["OPEN_APP", "LAUNCH_APP", "START_APPLICATION"]
|
|
27844
27519
|
},
|
|
27845
27520
|
{
|
|
27846
27521
|
name: "COMPUTERUSE_TYPE",
|
|
27847
27522
|
description: "Types text into a UI element on the computer using a ComputerUse selector (optionally clearing the field).",
|
|
27848
27523
|
parameters: [],
|
|
27849
|
-
similes: [
|
|
27850
|
-
"TYPE_UI",
|
|
27851
|
-
"ENTER_TEXT",
|
|
27852
|
-
"FILL_FIELD"
|
|
27853
|
-
]
|
|
27524
|
+
similes: ["TYPE_UI", "ENTER_TEXT", "FILL_FIELD"]
|
|
27854
27525
|
},
|
|
27855
27526
|
{
|
|
27856
27527
|
name: "CONFIGURE_STRATEGY",
|
|
@@ -27886,9 +27557,7 @@ var init_action_docs = __esm(() => {
|
|
|
27886
27557
|
schema: {
|
|
27887
27558
|
type: "string"
|
|
27888
27559
|
},
|
|
27889
|
-
examples: [
|
|
27890
|
-
"example"
|
|
27891
|
-
]
|
|
27560
|
+
examples: ["example"]
|
|
27892
27561
|
},
|
|
27893
27562
|
{
|
|
27894
27563
|
name: "fromRef",
|
|
@@ -27897,9 +27566,7 @@ var init_action_docs = __esm(() => {
|
|
|
27897
27566
|
schema: {
|
|
27898
27567
|
type: "string"
|
|
27899
27568
|
},
|
|
27900
|
-
examples: [
|
|
27901
|
-
"example"
|
|
27902
|
-
]
|
|
27569
|
+
examples: ["example"]
|
|
27903
27570
|
},
|
|
27904
27571
|
{
|
|
27905
27572
|
name: "owner",
|
|
@@ -27908,9 +27575,7 @@ var init_action_docs = __esm(() => {
|
|
|
27908
27575
|
schema: {
|
|
27909
27576
|
type: "string"
|
|
27910
27577
|
},
|
|
27911
|
-
examples: [
|
|
27912
|
-
"octocat"
|
|
27913
|
-
]
|
|
27578
|
+
examples: ["octocat"]
|
|
27914
27579
|
},
|
|
27915
27580
|
{
|
|
27916
27581
|
name: "repo",
|
|
@@ -27919,17 +27584,13 @@ var init_action_docs = __esm(() => {
|
|
|
27919
27584
|
schema: {
|
|
27920
27585
|
type: "string"
|
|
27921
27586
|
},
|
|
27922
|
-
examples: [
|
|
27923
|
-
"my-repo"
|
|
27924
|
-
]
|
|
27587
|
+
examples: ["my-repo"]
|
|
27925
27588
|
}
|
|
27926
27589
|
],
|
|
27927
27590
|
exampleCalls: [
|
|
27928
27591
|
{
|
|
27929
27592
|
user: "Use CREATE_GITHUB_BRANCH with the provided parameters.",
|
|
27930
|
-
actions: [
|
|
27931
|
-
"CREATE_GITHUB_BRANCH"
|
|
27932
|
-
],
|
|
27593
|
+
actions: ["CREATE_GITHUB_BRANCH"],
|
|
27933
27594
|
params: {
|
|
27934
27595
|
CREATE_GITHUB_BRANCH: {
|
|
27935
27596
|
branchName: "example",
|
|
@@ -27952,9 +27613,7 @@ var init_action_docs = __esm(() => {
|
|
|
27952
27613
|
schema: {
|
|
27953
27614
|
type: "string"
|
|
27954
27615
|
},
|
|
27955
|
-
examples: [
|
|
27956
|
-
"Implements dark mode and updates docs."
|
|
27957
|
-
]
|
|
27616
|
+
examples: ["Implements dark mode and updates docs."]
|
|
27958
27617
|
},
|
|
27959
27618
|
{
|
|
27960
27619
|
name: "issueNumber",
|
|
@@ -27963,9 +27622,7 @@ var init_action_docs = __esm(() => {
|
|
|
27963
27622
|
schema: {
|
|
27964
27623
|
type: "number"
|
|
27965
27624
|
},
|
|
27966
|
-
examples: [
|
|
27967
|
-
1
|
|
27968
|
-
]
|
|
27625
|
+
examples: [1]
|
|
27969
27626
|
},
|
|
27970
27627
|
{
|
|
27971
27628
|
name: "owner",
|
|
@@ -27974,9 +27631,7 @@ var init_action_docs = __esm(() => {
|
|
|
27974
27631
|
schema: {
|
|
27975
27632
|
type: "string"
|
|
27976
27633
|
},
|
|
27977
|
-
examples: [
|
|
27978
|
-
"octocat"
|
|
27979
|
-
]
|
|
27634
|
+
examples: ["octocat"]
|
|
27980
27635
|
},
|
|
27981
27636
|
{
|
|
27982
27637
|
name: "repo",
|
|
@@ -27985,17 +27640,13 @@ var init_action_docs = __esm(() => {
|
|
|
27985
27640
|
schema: {
|
|
27986
27641
|
type: "string"
|
|
27987
27642
|
},
|
|
27988
|
-
examples: [
|
|
27989
|
-
"my-repo"
|
|
27990
|
-
]
|
|
27643
|
+
examples: ["my-repo"]
|
|
27991
27644
|
}
|
|
27992
27645
|
],
|
|
27993
27646
|
exampleCalls: [
|
|
27994
27647
|
{
|
|
27995
27648
|
user: "Use CREATE_GITHUB_COMMENT with the provided parameters.",
|
|
27996
|
-
actions: [
|
|
27997
|
-
"CREATE_GITHUB_COMMENT"
|
|
27998
|
-
],
|
|
27649
|
+
actions: ["CREATE_GITHUB_COMMENT"],
|
|
27999
27650
|
params: {
|
|
28000
27651
|
CREATE_GITHUB_COMMENT: {
|
|
28001
27652
|
body: "Implements dark mode and updates docs.",
|
|
@@ -28018,9 +27669,7 @@ var init_action_docs = __esm(() => {
|
|
|
28018
27669
|
schema: {
|
|
28019
27670
|
type: "string"
|
|
28020
27671
|
},
|
|
28021
|
-
examples: [
|
|
28022
|
-
"example"
|
|
28023
|
-
]
|
|
27672
|
+
examples: ["example"]
|
|
28024
27673
|
},
|
|
28025
27674
|
{
|
|
28026
27675
|
name: "body",
|
|
@@ -28029,9 +27678,7 @@ var init_action_docs = __esm(() => {
|
|
|
28029
27678
|
schema: {
|
|
28030
27679
|
type: "string"
|
|
28031
27680
|
},
|
|
28032
|
-
examples: [
|
|
28033
|
-
"Implements dark mode and updates docs."
|
|
28034
|
-
]
|
|
27681
|
+
examples: ["Implements dark mode and updates docs."]
|
|
28035
27682
|
},
|
|
28036
27683
|
{
|
|
28037
27684
|
name: "labels",
|
|
@@ -28040,9 +27687,7 @@ var init_action_docs = __esm(() => {
|
|
|
28040
27687
|
schema: {
|
|
28041
27688
|
type: "string"
|
|
28042
27689
|
},
|
|
28043
|
-
examples: [
|
|
28044
|
-
"example"
|
|
28045
|
-
]
|
|
27690
|
+
examples: ["example"]
|
|
28046
27691
|
},
|
|
28047
27692
|
{
|
|
28048
27693
|
name: "owner",
|
|
@@ -28051,9 +27696,7 @@ var init_action_docs = __esm(() => {
|
|
|
28051
27696
|
schema: {
|
|
28052
27697
|
type: "string"
|
|
28053
27698
|
},
|
|
28054
|
-
examples: [
|
|
28055
|
-
"octocat"
|
|
28056
|
-
]
|
|
27699
|
+
examples: ["octocat"]
|
|
28057
27700
|
},
|
|
28058
27701
|
{
|
|
28059
27702
|
name: "repo",
|
|
@@ -28062,9 +27705,7 @@ var init_action_docs = __esm(() => {
|
|
|
28062
27705
|
schema: {
|
|
28063
27706
|
type: "string"
|
|
28064
27707
|
},
|
|
28065
|
-
examples: [
|
|
28066
|
-
"my-repo"
|
|
28067
|
-
]
|
|
27708
|
+
examples: ["my-repo"]
|
|
28068
27709
|
},
|
|
28069
27710
|
{
|
|
28070
27711
|
name: "title",
|
|
@@ -28073,17 +27714,13 @@ var init_action_docs = __esm(() => {
|
|
|
28073
27714
|
schema: {
|
|
28074
27715
|
type: "string"
|
|
28075
27716
|
},
|
|
28076
|
-
examples: [
|
|
28077
|
-
"Add dark mode support"
|
|
28078
|
-
]
|
|
27717
|
+
examples: ["Add dark mode support"]
|
|
28079
27718
|
}
|
|
28080
27719
|
],
|
|
28081
27720
|
exampleCalls: [
|
|
28082
27721
|
{
|
|
28083
27722
|
user: "Use CREATE_GITHUB_ISSUE with the provided parameters.",
|
|
28084
|
-
actions: [
|
|
28085
|
-
"CREATE_GITHUB_ISSUE"
|
|
28086
|
-
],
|
|
27723
|
+
actions: ["CREATE_GITHUB_ISSUE"],
|
|
28087
27724
|
params: {
|
|
28088
27725
|
CREATE_GITHUB_ISSUE: {
|
|
28089
27726
|
assignees: "example",
|
|
@@ -28108,9 +27745,7 @@ var init_action_docs = __esm(() => {
|
|
|
28108
27745
|
schema: {
|
|
28109
27746
|
type: "string"
|
|
28110
27747
|
},
|
|
28111
|
-
examples: [
|
|
28112
|
-
"main"
|
|
28113
|
-
]
|
|
27748
|
+
examples: ["main"]
|
|
28114
27749
|
},
|
|
28115
27750
|
{
|
|
28116
27751
|
name: "body",
|
|
@@ -28119,9 +27754,7 @@ var init_action_docs = __esm(() => {
|
|
|
28119
27754
|
schema: {
|
|
28120
27755
|
type: "string"
|
|
28121
27756
|
},
|
|
28122
|
-
examples: [
|
|
28123
|
-
"Implements dark mode and updates docs."
|
|
28124
|
-
]
|
|
27757
|
+
examples: ["Implements dark mode and updates docs."]
|
|
28125
27758
|
},
|
|
28126
27759
|
{
|
|
28127
27760
|
name: "draft",
|
|
@@ -28130,9 +27763,7 @@ var init_action_docs = __esm(() => {
|
|
|
28130
27763
|
schema: {
|
|
28131
27764
|
type: "boolean"
|
|
28132
27765
|
},
|
|
28133
|
-
examples: [
|
|
28134
|
-
false
|
|
28135
|
-
]
|
|
27766
|
+
examples: [false]
|
|
28136
27767
|
},
|
|
28137
27768
|
{
|
|
28138
27769
|
name: "head",
|
|
@@ -28141,9 +27772,7 @@ var init_action_docs = __esm(() => {
|
|
|
28141
27772
|
schema: {
|
|
28142
27773
|
type: "string"
|
|
28143
27774
|
},
|
|
28144
|
-
examples: [
|
|
28145
|
-
"feature/dark-mode"
|
|
28146
|
-
]
|
|
27775
|
+
examples: ["feature/dark-mode"]
|
|
28147
27776
|
},
|
|
28148
27777
|
{
|
|
28149
27778
|
name: "owner",
|
|
@@ -28152,9 +27781,7 @@ var init_action_docs = __esm(() => {
|
|
|
28152
27781
|
schema: {
|
|
28153
27782
|
type: "string"
|
|
28154
27783
|
},
|
|
28155
|
-
examples: [
|
|
28156
|
-
"octocat"
|
|
28157
|
-
]
|
|
27784
|
+
examples: ["octocat"]
|
|
28158
27785
|
},
|
|
28159
27786
|
{
|
|
28160
27787
|
name: "repo",
|
|
@@ -28163,9 +27790,7 @@ var init_action_docs = __esm(() => {
|
|
|
28163
27790
|
schema: {
|
|
28164
27791
|
type: "string"
|
|
28165
27792
|
},
|
|
28166
|
-
examples: [
|
|
28167
|
-
"my-repo"
|
|
28168
|
-
]
|
|
27793
|
+
examples: ["my-repo"]
|
|
28169
27794
|
},
|
|
28170
27795
|
{
|
|
28171
27796
|
name: "title",
|
|
@@ -28174,17 +27799,13 @@ var init_action_docs = __esm(() => {
|
|
|
28174
27799
|
schema: {
|
|
28175
27800
|
type: "string"
|
|
28176
27801
|
},
|
|
28177
|
-
examples: [
|
|
28178
|
-
"Add dark mode support"
|
|
28179
|
-
]
|
|
27802
|
+
examples: ["Add dark mode support"]
|
|
28180
27803
|
}
|
|
28181
27804
|
],
|
|
28182
27805
|
exampleCalls: [
|
|
28183
27806
|
{
|
|
28184
27807
|
user: "Use CREATE_GITHUB_PULL_REQUEST with the provided parameters.",
|
|
28185
|
-
actions: [
|
|
28186
|
-
"CREATE_GITHUB_PULL_REQUEST"
|
|
28187
|
-
],
|
|
27808
|
+
actions: ["CREATE_GITHUB_PULL_REQUEST"],
|
|
28188
27809
|
params: {
|
|
28189
27810
|
CREATE_GITHUB_PULL_REQUEST: {
|
|
28190
27811
|
base: "main",
|
|
@@ -28210,9 +27831,7 @@ var init_action_docs = __esm(() => {
|
|
|
28210
27831
|
schema: {
|
|
28211
27832
|
type: "string"
|
|
28212
27833
|
},
|
|
28213
|
-
examples: [
|
|
28214
|
-
"example"
|
|
28215
|
-
]
|
|
27834
|
+
examples: ["example"]
|
|
28216
27835
|
}
|
|
28217
27836
|
],
|
|
28218
27837
|
similes: [
|
|
@@ -28224,9 +27843,7 @@ var init_action_docs = __esm(() => {
|
|
|
28224
27843
|
exampleCalls: [
|
|
28225
27844
|
{
|
|
28226
27845
|
user: "Use CREATE_LINEAR_COMMENT with the provided parameters.",
|
|
28227
|
-
actions: [
|
|
28228
|
-
"CREATE_LINEAR_COMMENT"
|
|
28229
|
-
],
|
|
27846
|
+
actions: ["CREATE_LINEAR_COMMENT"],
|
|
28230
27847
|
params: {
|
|
28231
27848
|
CREATE_LINEAR_COMMENT: {
|
|
28232
27849
|
name: "example"
|
|
@@ -28239,22 +27856,13 @@ var init_action_docs = __esm(() => {
|
|
|
28239
27856
|
name: "CREATE_LINEAR_ISSUE",
|
|
28240
27857
|
description: "Create a new issue in Linear",
|
|
28241
27858
|
parameters: [],
|
|
28242
|
-
similes: [
|
|
28243
|
-
"create-linear-issue",
|
|
28244
|
-
"new-linear-issue",
|
|
28245
|
-
"add-linear-issue"
|
|
28246
|
-
]
|
|
27859
|
+
similes: ["create-linear-issue", "new-linear-issue", "add-linear-issue"]
|
|
28247
27860
|
},
|
|
28248
27861
|
{
|
|
28249
27862
|
name: "CREATE_TASK",
|
|
28250
27863
|
description: "Create an orchestrated background task to be executed by a selected agent provider.",
|
|
28251
27864
|
parameters: [],
|
|
28252
|
-
similes: [
|
|
28253
|
-
"START_TASK",
|
|
28254
|
-
"SPAWN_TASK",
|
|
28255
|
-
"NEW_TASK",
|
|
28256
|
-
"BEGIN_TASK"
|
|
28257
|
-
]
|
|
27865
|
+
similes: ["START_TASK", "SPAWN_TASK", "NEW_TASK", "BEGIN_TASK"]
|
|
28258
27866
|
},
|
|
28259
27867
|
{
|
|
28260
27868
|
name: "DELETE_LINEAR_ISSUE",
|
|
@@ -28286,10 +27894,7 @@ var init_action_docs = __esm(() => {
|
|
|
28286
27894
|
name: "FORM_RESTORE",
|
|
28287
27895
|
description: "Restore a previously stashed form session",
|
|
28288
27896
|
parameters: [],
|
|
28289
|
-
similes: [
|
|
28290
|
-
"RESUME_FORM",
|
|
28291
|
-
"CONTINUE_FORM"
|
|
28292
|
-
]
|
|
27897
|
+
similes: ["RESUME_FORM", "CONTINUE_FORM"]
|
|
28293
27898
|
},
|
|
28294
27899
|
{
|
|
28295
27900
|
name: "GET_LINEAR_ACTIVITY",
|
|
@@ -28313,9 +27918,7 @@ var init_action_docs = __esm(() => {
|
|
|
28313
27918
|
schema: {
|
|
28314
27919
|
type: "string"
|
|
28315
27920
|
},
|
|
28316
|
-
examples: [
|
|
28317
|
-
"example"
|
|
28318
|
-
]
|
|
27921
|
+
examples: ["example"]
|
|
28319
27922
|
}
|
|
28320
27923
|
],
|
|
28321
27924
|
similes: [
|
|
@@ -28328,9 +27931,7 @@ var init_action_docs = __esm(() => {
|
|
|
28328
27931
|
exampleCalls: [
|
|
28329
27932
|
{
|
|
28330
27933
|
user: "Use GET_LINEAR_ISSUE with the provided parameters.",
|
|
28331
|
-
actions: [
|
|
28332
|
-
"GET_LINEAR_ISSUE"
|
|
28333
|
-
],
|
|
27934
|
+
actions: ["GET_LINEAR_ISSUE"],
|
|
28334
27935
|
params: {
|
|
28335
27936
|
GET_LINEAR_ISSUE: {
|
|
28336
27937
|
name: "example"
|
|
@@ -28361,9 +27962,7 @@ var init_action_docs = __esm(() => {
|
|
|
28361
27962
|
schema: {
|
|
28362
27963
|
type: "string"
|
|
28363
27964
|
},
|
|
28364
|
-
examples: [
|
|
28365
|
-
"example"
|
|
28366
|
-
]
|
|
27965
|
+
examples: ["example"]
|
|
28367
27966
|
}
|
|
28368
27967
|
],
|
|
28369
27968
|
similes: [
|
|
@@ -28375,9 +27974,7 @@ var init_action_docs = __esm(() => {
|
|
|
28375
27974
|
exampleCalls: [
|
|
28376
27975
|
{
|
|
28377
27976
|
user: "Use LIST_LINEAR_PROJECTS with the provided parameters.",
|
|
28378
|
-
actions: [
|
|
28379
|
-
"LIST_LINEAR_PROJECTS"
|
|
28380
|
-
],
|
|
27977
|
+
actions: ["LIST_LINEAR_PROJECTS"],
|
|
28381
27978
|
params: {
|
|
28382
27979
|
LIST_LINEAR_PROJECTS: {
|
|
28383
27980
|
toLowerCase: "example"
|
|
@@ -28401,12 +27998,7 @@ var init_action_docs = __esm(() => {
|
|
|
28401
27998
|
name: "LIST_TASKS",
|
|
28402
27999
|
description: "List tasks managed by the orchestrator.",
|
|
28403
28000
|
parameters: [],
|
|
28404
|
-
similes: [
|
|
28405
|
-
"SHOW_TASKS",
|
|
28406
|
-
"GET_TASKS",
|
|
28407
|
-
"TASKS",
|
|
28408
|
-
"VIEW_TASKS"
|
|
28409
|
-
]
|
|
28001
|
+
similes: ["SHOW_TASKS", "GET_TASKS", "TASKS", "VIEW_TASKS"]
|
|
28410
28002
|
},
|
|
28411
28003
|
{
|
|
28412
28004
|
name: "lp_management",
|
|
@@ -28434,107 +28026,67 @@ var init_action_docs = __esm(() => {
|
|
|
28434
28026
|
name: "MC_ATTACK",
|
|
28435
28027
|
description: "Attack an entity by numeric entityId (from MC_WORLD_STATE.nearbyEntities).",
|
|
28436
28028
|
parameters: [],
|
|
28437
|
-
similes: [
|
|
28438
|
-
"MINECRAFT_ATTACK",
|
|
28439
|
-
"HIT_ENTITY"
|
|
28440
|
-
]
|
|
28029
|
+
similes: ["MINECRAFT_ATTACK", "HIT_ENTITY"]
|
|
28441
28030
|
},
|
|
28442
28031
|
{
|
|
28443
28032
|
name: "MC_CHAT",
|
|
28444
28033
|
description: "Send a chat message in Minecraft as the bot",
|
|
28445
28034
|
parameters: [],
|
|
28446
|
-
similes: [
|
|
28447
|
-
"MINECRAFT_CHAT",
|
|
28448
|
-
"SAY_IN_MINECRAFT",
|
|
28449
|
-
"CHAT"
|
|
28450
|
-
]
|
|
28035
|
+
similes: ["MINECRAFT_CHAT", "SAY_IN_MINECRAFT", "CHAT"]
|
|
28451
28036
|
},
|
|
28452
28037
|
{
|
|
28453
28038
|
name: "MC_CONNECT",
|
|
28454
28039
|
description: "Connect the Mineflayer bot to a Minecraft server",
|
|
28455
28040
|
parameters: [],
|
|
28456
|
-
similes: [
|
|
28457
|
-
"MINECRAFT_CONNECT",
|
|
28458
|
-
"JOIN_SERVER",
|
|
28459
|
-
"CONNECT_TO_MINECRAFT"
|
|
28460
|
-
]
|
|
28041
|
+
similes: ["MINECRAFT_CONNECT", "JOIN_SERVER", "CONNECT_TO_MINECRAFT"]
|
|
28461
28042
|
},
|
|
28462
28043
|
{
|
|
28463
28044
|
name: "MC_CONTROL",
|
|
28464
28045
|
description: "Set a control state (e.g. forward/back/left/right/jump/sprint/sneak). Provide JSON {control,state,durationMs?} or 'forward true 1000'.",
|
|
28465
28046
|
parameters: [],
|
|
28466
|
-
similes: [
|
|
28467
|
-
"MINECRAFT_CONTROL",
|
|
28468
|
-
"SET_CONTROL_STATE"
|
|
28469
|
-
]
|
|
28047
|
+
similes: ["MINECRAFT_CONTROL", "SET_CONTROL_STATE"]
|
|
28470
28048
|
},
|
|
28471
28049
|
{
|
|
28472
28050
|
name: "MC_DIG",
|
|
28473
28051
|
description: `Dig/break the block at (x y z). Provide coordinates like '10 64 -20' or JSON {"x":10,"y":64,"z":-20}.`,
|
|
28474
28052
|
parameters: [],
|
|
28475
|
-
similes: [
|
|
28476
|
-
"MINECRAFT_DIG",
|
|
28477
|
-
"MINE_BLOCK",
|
|
28478
|
-
"BREAK_BLOCK"
|
|
28479
|
-
]
|
|
28053
|
+
similes: ["MINECRAFT_DIG", "MINE_BLOCK", "BREAK_BLOCK"]
|
|
28480
28054
|
},
|
|
28481
28055
|
{
|
|
28482
28056
|
name: "MC_DISCONNECT",
|
|
28483
28057
|
description: "Disconnect the Mineflayer bot from the Minecraft server",
|
|
28484
28058
|
parameters: [],
|
|
28485
|
-
similes: [
|
|
28486
|
-
"MINECRAFT_DISCONNECT",
|
|
28487
|
-
"LEAVE_SERVER",
|
|
28488
|
-
"QUIT_MINECRAFT"
|
|
28489
|
-
]
|
|
28059
|
+
similes: ["MINECRAFT_DISCONNECT", "LEAVE_SERVER", "QUIT_MINECRAFT"]
|
|
28490
28060
|
},
|
|
28491
28061
|
{
|
|
28492
28062
|
name: "MC_GOTO",
|
|
28493
28063
|
description: `Pathfind to a target (x y z). Provide coordinates like '10 64 -20' or JSON {"x":10,"y":64,"z":-20}.`,
|
|
28494
28064
|
parameters: [],
|
|
28495
|
-
similes: [
|
|
28496
|
-
"MINECRAFT_GOTO",
|
|
28497
|
-
"WALK_TO",
|
|
28498
|
-
"MOVE_TO_COORDS"
|
|
28499
|
-
]
|
|
28065
|
+
similes: ["MINECRAFT_GOTO", "WALK_TO", "MOVE_TO_COORDS"]
|
|
28500
28066
|
},
|
|
28501
28067
|
{
|
|
28502
28068
|
name: "MC_LOOK",
|
|
28503
28069
|
description: "Look to yaw/pitch (radians). Provide 'yaw pitch' or JSON {yaw,pitch}.",
|
|
28504
28070
|
parameters: [],
|
|
28505
|
-
similes: [
|
|
28506
|
-
"MINECRAFT_LOOK",
|
|
28507
|
-
"TURN_HEAD"
|
|
28508
|
-
]
|
|
28071
|
+
similes: ["MINECRAFT_LOOK", "TURN_HEAD"]
|
|
28509
28072
|
},
|
|
28510
28073
|
{
|
|
28511
28074
|
name: "MC_PLACE",
|
|
28512
28075
|
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}.",
|
|
28513
28076
|
parameters: [],
|
|
28514
|
-
similes: [
|
|
28515
|
-
"MINECRAFT_PLACE",
|
|
28516
|
-
"PLACE_BLOCK"
|
|
28517
|
-
]
|
|
28077
|
+
similes: ["MINECRAFT_PLACE", "PLACE_BLOCK"]
|
|
28518
28078
|
},
|
|
28519
28079
|
{
|
|
28520
28080
|
name: "MC_SCAN",
|
|
28521
28081
|
description: 'Scan nearby blocks. Optional JSON input: {"blocks":["oak_log"],"radius":16,"maxResults":32}. If omitted, scans for any non-air blocks.',
|
|
28522
28082
|
parameters: [],
|
|
28523
|
-
similes: [
|
|
28524
|
-
"MINECRAFT_SCAN",
|
|
28525
|
-
"FIND_BLOCKS",
|
|
28526
|
-
"SCAN_BLOCKS"
|
|
28527
|
-
]
|
|
28083
|
+
similes: ["MINECRAFT_SCAN", "FIND_BLOCKS", "SCAN_BLOCKS"]
|
|
28528
28084
|
},
|
|
28529
28085
|
{
|
|
28530
28086
|
name: "MC_STOP",
|
|
28531
28087
|
description: "Stop pathfinding / movement goals.",
|
|
28532
28088
|
parameters: [],
|
|
28533
|
-
similes: [
|
|
28534
|
-
"MINECRAFT_STOP",
|
|
28535
|
-
"STOP_PATHFINDER",
|
|
28536
|
-
"STOP_MOVING"
|
|
28537
|
-
]
|
|
28089
|
+
similes: ["MINECRAFT_STOP", "STOP_PATHFINDER", "STOP_MOVING"]
|
|
28538
28090
|
},
|
|
28539
28091
|
{
|
|
28540
28092
|
name: "MC_WAYPOINT_DELETE",
|
|
@@ -28560,21 +28112,13 @@ var init_action_docs = __esm(() => {
|
|
|
28560
28112
|
name: "MC_WAYPOINT_LIST",
|
|
28561
28113
|
description: "List saved waypoints.",
|
|
28562
28114
|
parameters: [],
|
|
28563
|
-
similes: [
|
|
28564
|
-
"MINECRAFT_WAYPOINT_LIST",
|
|
28565
|
-
"LIST_WAYPOINTS",
|
|
28566
|
-
"SHOW_WAYPOINTS"
|
|
28567
|
-
]
|
|
28115
|
+
similes: ["MINECRAFT_WAYPOINT_LIST", "LIST_WAYPOINTS", "SHOW_WAYPOINTS"]
|
|
28568
28116
|
},
|
|
28569
28117
|
{
|
|
28570
28118
|
name: "MC_WAYPOINT_SET",
|
|
28571
28119
|
description: "Save the bot's current position as a named waypoint (message text is the name).",
|
|
28572
28120
|
parameters: [],
|
|
28573
|
-
similes: [
|
|
28574
|
-
"MINECRAFT_WAYPOINT_SET",
|
|
28575
|
-
"SET_WAYPOINT",
|
|
28576
|
-
"SAVE_WAYPOINT"
|
|
28577
|
-
]
|
|
28121
|
+
similes: ["MINECRAFT_WAYPOINT_SET", "SET_WAYPOINT", "SAVE_WAYPOINT"]
|
|
28578
28122
|
},
|
|
28579
28123
|
{
|
|
28580
28124
|
name: "MERGE_GITHUB_PULL_REQUEST",
|
|
@@ -28587,9 +28131,7 @@ var init_action_docs = __esm(() => {
|
|
|
28587
28131
|
schema: {
|
|
28588
28132
|
type: "string"
|
|
28589
28133
|
},
|
|
28590
|
-
examples: [
|
|
28591
|
-
"example"
|
|
28592
|
-
]
|
|
28134
|
+
examples: ["example"]
|
|
28593
28135
|
},
|
|
28594
28136
|
{
|
|
28595
28137
|
name: "commitTitle",
|
|
@@ -28598,9 +28140,7 @@ var init_action_docs = __esm(() => {
|
|
|
28598
28140
|
schema: {
|
|
28599
28141
|
type: "string"
|
|
28600
28142
|
},
|
|
28601
|
-
examples: [
|
|
28602
|
-
"example"
|
|
28603
|
-
]
|
|
28143
|
+
examples: ["example"]
|
|
28604
28144
|
},
|
|
28605
28145
|
{
|
|
28606
28146
|
name: "mergeMethod",
|
|
@@ -28609,9 +28149,7 @@ var init_action_docs = __esm(() => {
|
|
|
28609
28149
|
schema: {
|
|
28610
28150
|
type: "string"
|
|
28611
28151
|
},
|
|
28612
|
-
examples: [
|
|
28613
|
-
"example"
|
|
28614
|
-
]
|
|
28152
|
+
examples: ["example"]
|
|
28615
28153
|
},
|
|
28616
28154
|
{
|
|
28617
28155
|
name: "owner",
|
|
@@ -28620,9 +28158,7 @@ var init_action_docs = __esm(() => {
|
|
|
28620
28158
|
schema: {
|
|
28621
28159
|
type: "string"
|
|
28622
28160
|
},
|
|
28623
|
-
examples: [
|
|
28624
|
-
"octocat"
|
|
28625
|
-
]
|
|
28161
|
+
examples: ["octocat"]
|
|
28626
28162
|
},
|
|
28627
28163
|
{
|
|
28628
28164
|
name: "pullNumber",
|
|
@@ -28631,9 +28167,7 @@ var init_action_docs = __esm(() => {
|
|
|
28631
28167
|
schema: {
|
|
28632
28168
|
type: "number"
|
|
28633
28169
|
},
|
|
28634
|
-
examples: [
|
|
28635
|
-
1
|
|
28636
|
-
]
|
|
28170
|
+
examples: [1]
|
|
28637
28171
|
},
|
|
28638
28172
|
{
|
|
28639
28173
|
name: "repo",
|
|
@@ -28642,17 +28176,13 @@ var init_action_docs = __esm(() => {
|
|
|
28642
28176
|
schema: {
|
|
28643
28177
|
type: "string"
|
|
28644
28178
|
},
|
|
28645
|
-
examples: [
|
|
28646
|
-
"my-repo"
|
|
28647
|
-
]
|
|
28179
|
+
examples: ["my-repo"]
|
|
28648
28180
|
}
|
|
28649
28181
|
],
|
|
28650
28182
|
exampleCalls: [
|
|
28651
28183
|
{
|
|
28652
28184
|
user: "Use MERGE_GITHUB_PULL_REQUEST with the provided parameters.",
|
|
28653
|
-
actions: [
|
|
28654
|
-
"MERGE_GITHUB_PULL_REQUEST"
|
|
28655
|
-
],
|
|
28185
|
+
actions: ["MERGE_GITHUB_PULL_REQUEST"],
|
|
28656
28186
|
params: {
|
|
28657
28187
|
MERGE_GITHUB_PULL_REQUEST: {
|
|
28658
28188
|
commitMessage: "example",
|
|
@@ -28670,10 +28200,7 @@ var init_action_docs = __esm(() => {
|
|
|
28670
28200
|
name: "PAUSE_TASK",
|
|
28671
28201
|
description: "Pause a running task.",
|
|
28672
28202
|
parameters: [],
|
|
28673
|
-
similes: [
|
|
28674
|
-
"STOP_TASK",
|
|
28675
|
-
"HALT_TASK"
|
|
28676
|
-
]
|
|
28203
|
+
similes: ["STOP_TASK", "HALT_TASK"]
|
|
28677
28204
|
},
|
|
28678
28205
|
{
|
|
28679
28206
|
name: "POLYMARKET_CHECK_ORDER_SCORING",
|
|
@@ -28806,9 +28333,7 @@ var init_action_docs = __esm(() => {
|
|
|
28806
28333
|
schema: {
|
|
28807
28334
|
type: "string"
|
|
28808
28335
|
},
|
|
28809
|
-
examples: [
|
|
28810
|
-
"example"
|
|
28811
|
-
]
|
|
28336
|
+
examples: ["example"]
|
|
28812
28337
|
},
|
|
28813
28338
|
{
|
|
28814
28339
|
name: "mediaId",
|
|
@@ -28817,9 +28342,7 @@ var init_action_docs = __esm(() => {
|
|
|
28817
28342
|
schema: {
|
|
28818
28343
|
type: "number"
|
|
28819
28344
|
},
|
|
28820
|
-
examples: [
|
|
28821
|
-
1
|
|
28822
|
-
]
|
|
28345
|
+
examples: [1]
|
|
28823
28346
|
}
|
|
28824
28347
|
],
|
|
28825
28348
|
similes: [
|
|
@@ -28831,9 +28354,7 @@ var init_action_docs = __esm(() => {
|
|
|
28831
28354
|
exampleCalls: [
|
|
28832
28355
|
{
|
|
28833
28356
|
user: "Use POST_INSTAGRAM_COMMENT with the provided parameters.",
|
|
28834
|
-
actions: [
|
|
28835
|
-
"POST_INSTAGRAM_COMMENT"
|
|
28836
|
-
],
|
|
28357
|
+
actions: ["POST_INSTAGRAM_COMMENT"],
|
|
28837
28358
|
params: {
|
|
28838
28359
|
POST_INSTAGRAM_COMMENT: {
|
|
28839
28360
|
commentText: "example",
|
|
@@ -28859,9 +28380,7 @@ var init_action_docs = __esm(() => {
|
|
|
28859
28380
|
schema: {
|
|
28860
28381
|
type: "string"
|
|
28861
28382
|
},
|
|
28862
|
-
examples: [
|
|
28863
|
-
"example"
|
|
28864
|
-
]
|
|
28383
|
+
examples: ["example"]
|
|
28865
28384
|
},
|
|
28866
28385
|
{
|
|
28867
28386
|
name: "authorName",
|
|
@@ -28870,9 +28389,7 @@ var init_action_docs = __esm(() => {
|
|
|
28870
28389
|
schema: {
|
|
28871
28390
|
type: "string"
|
|
28872
28391
|
},
|
|
28873
|
-
examples: [
|
|
28874
|
-
"example"
|
|
28875
|
-
]
|
|
28392
|
+
examples: ["example"]
|
|
28876
28393
|
},
|
|
28877
28394
|
{
|
|
28878
28395
|
name: "branch",
|
|
@@ -28881,9 +28398,7 @@ var init_action_docs = __esm(() => {
|
|
|
28881
28398
|
schema: {
|
|
28882
28399
|
type: "string"
|
|
28883
28400
|
},
|
|
28884
|
-
examples: [
|
|
28885
|
-
"main"
|
|
28886
|
-
]
|
|
28401
|
+
examples: ["main"]
|
|
28887
28402
|
},
|
|
28888
28403
|
{
|
|
28889
28404
|
name: "files",
|
|
@@ -28892,9 +28407,7 @@ var init_action_docs = __esm(() => {
|
|
|
28892
28407
|
schema: {
|
|
28893
28408
|
type: "string"
|
|
28894
28409
|
},
|
|
28895
|
-
examples: [
|
|
28896
|
-
"example"
|
|
28897
|
-
]
|
|
28410
|
+
examples: ["example"]
|
|
28898
28411
|
},
|
|
28899
28412
|
{
|
|
28900
28413
|
name: "message",
|
|
@@ -28903,9 +28416,7 @@ var init_action_docs = __esm(() => {
|
|
|
28903
28416
|
schema: {
|
|
28904
28417
|
type: "string"
|
|
28905
28418
|
},
|
|
28906
|
-
examples: [
|
|
28907
|
-
"Hello! How can I help?"
|
|
28908
|
-
]
|
|
28419
|
+
examples: ["Hello! How can I help?"]
|
|
28909
28420
|
},
|
|
28910
28421
|
{
|
|
28911
28422
|
name: "owner",
|
|
@@ -28914,9 +28425,7 @@ var init_action_docs = __esm(() => {
|
|
|
28914
28425
|
schema: {
|
|
28915
28426
|
type: "string"
|
|
28916
28427
|
},
|
|
28917
|
-
examples: [
|
|
28918
|
-
"octocat"
|
|
28919
|
-
]
|
|
28428
|
+
examples: ["octocat"]
|
|
28920
28429
|
},
|
|
28921
28430
|
{
|
|
28922
28431
|
name: "repo",
|
|
@@ -28925,17 +28434,13 @@ var init_action_docs = __esm(() => {
|
|
|
28925
28434
|
schema: {
|
|
28926
28435
|
type: "string"
|
|
28927
28436
|
},
|
|
28928
|
-
examples: [
|
|
28929
|
-
"my-repo"
|
|
28930
|
-
]
|
|
28437
|
+
examples: ["my-repo"]
|
|
28931
28438
|
}
|
|
28932
28439
|
],
|
|
28933
28440
|
exampleCalls: [
|
|
28934
28441
|
{
|
|
28935
28442
|
user: "Use PUSH_GITHUB_CODE with the provided parameters.",
|
|
28936
|
-
actions: [
|
|
28937
|
-
"PUSH_GITHUB_CODE"
|
|
28938
|
-
],
|
|
28443
|
+
actions: ["PUSH_GITHUB_CODE"],
|
|
28939
28444
|
params: {
|
|
28940
28445
|
PUSH_GITHUB_CODE: {
|
|
28941
28446
|
authorEmail: "example",
|
|
@@ -28984,11 +28489,7 @@ var init_action_docs = __esm(() => {
|
|
|
28984
28489
|
name: "RESUME_TASK",
|
|
28985
28490
|
description: "Resume a paused task.",
|
|
28986
28491
|
parameters: [],
|
|
28987
|
-
similes: [
|
|
28988
|
-
"CONTINUE_TASK",
|
|
28989
|
-
"RESTART_TASK",
|
|
28990
|
-
"RUN_TASK"
|
|
28991
|
-
]
|
|
28492
|
+
similes: ["CONTINUE_TASK", "RESTART_TASK", "RUN_TASK"]
|
|
28992
28493
|
},
|
|
28993
28494
|
{
|
|
28994
28495
|
name: "REVIEW_GITHUB_PULL_REQUEST",
|
|
@@ -29001,9 +28502,7 @@ var init_action_docs = __esm(() => {
|
|
|
29001
28502
|
schema: {
|
|
29002
28503
|
type: "string"
|
|
29003
28504
|
},
|
|
29004
|
-
examples: [
|
|
29005
|
-
"Implements dark mode and updates docs."
|
|
29006
|
-
]
|
|
28505
|
+
examples: ["Implements dark mode and updates docs."]
|
|
29007
28506
|
},
|
|
29008
28507
|
{
|
|
29009
28508
|
name: "event",
|
|
@@ -29012,9 +28511,7 @@ var init_action_docs = __esm(() => {
|
|
|
29012
28511
|
schema: {
|
|
29013
28512
|
type: "string"
|
|
29014
28513
|
},
|
|
29015
|
-
examples: [
|
|
29016
|
-
"example"
|
|
29017
|
-
]
|
|
28514
|
+
examples: ["example"]
|
|
29018
28515
|
},
|
|
29019
28516
|
{
|
|
29020
28517
|
name: "owner",
|
|
@@ -29023,9 +28520,7 @@ var init_action_docs = __esm(() => {
|
|
|
29023
28520
|
schema: {
|
|
29024
28521
|
type: "string"
|
|
29025
28522
|
},
|
|
29026
|
-
examples: [
|
|
29027
|
-
"octocat"
|
|
29028
|
-
]
|
|
28523
|
+
examples: ["octocat"]
|
|
29029
28524
|
},
|
|
29030
28525
|
{
|
|
29031
28526
|
name: "pullNumber",
|
|
@@ -29034,9 +28529,7 @@ var init_action_docs = __esm(() => {
|
|
|
29034
28529
|
schema: {
|
|
29035
28530
|
type: "number"
|
|
29036
28531
|
},
|
|
29037
|
-
examples: [
|
|
29038
|
-
1
|
|
29039
|
-
]
|
|
28532
|
+
examples: [1]
|
|
29040
28533
|
},
|
|
29041
28534
|
{
|
|
29042
28535
|
name: "repo",
|
|
@@ -29045,17 +28538,13 @@ var init_action_docs = __esm(() => {
|
|
|
29045
28538
|
schema: {
|
|
29046
28539
|
type: "string"
|
|
29047
28540
|
},
|
|
29048
|
-
examples: [
|
|
29049
|
-
"my-repo"
|
|
29050
|
-
]
|
|
28541
|
+
examples: ["my-repo"]
|
|
29051
28542
|
}
|
|
29052
28543
|
],
|
|
29053
28544
|
exampleCalls: [
|
|
29054
28545
|
{
|
|
29055
28546
|
user: "Use REVIEW_GITHUB_PULL_REQUEST with the provided parameters.",
|
|
29056
|
-
actions: [
|
|
29057
|
-
"REVIEW_GITHUB_PULL_REQUEST"
|
|
29058
|
-
],
|
|
28547
|
+
actions: ["REVIEW_GITHUB_PULL_REQUEST"],
|
|
29059
28548
|
params: {
|
|
29060
28549
|
REVIEW_GITHUB_PULL_REQUEST: {
|
|
29061
28550
|
body: "Implements dark mode and updates docs.",
|
|
@@ -29072,11 +28561,7 @@ var init_action_docs = __esm(() => {
|
|
|
29072
28561
|
name: "RUN_BACKTEST",
|
|
29073
28562
|
description: "Get information about backtesting strategies",
|
|
29074
28563
|
parameters: [],
|
|
29075
|
-
similes: [
|
|
29076
|
-
"BACKTEST",
|
|
29077
|
-
"TEST_STRATEGY",
|
|
29078
|
-
"SIMULATE_TRADING"
|
|
29079
|
-
]
|
|
28564
|
+
similes: ["BACKTEST", "TEST_STRATEGY", "SIMULATE_TRADING"]
|
|
29080
28565
|
},
|
|
29081
28566
|
{
|
|
29082
28567
|
name: "SCHEDULE_MEETING",
|
|
@@ -29114,9 +28599,7 @@ var init_action_docs = __esm(() => {
|
|
|
29114
28599
|
schema: {
|
|
29115
28600
|
type: "string"
|
|
29116
28601
|
},
|
|
29117
|
-
examples: [
|
|
29118
|
-
"example"
|
|
29119
|
-
]
|
|
28602
|
+
examples: ["example"]
|
|
29120
28603
|
}
|
|
29121
28604
|
],
|
|
29122
28605
|
similes: [
|
|
@@ -29128,9 +28611,7 @@ var init_action_docs = __esm(() => {
|
|
|
29128
28611
|
exampleCalls: [
|
|
29129
28612
|
{
|
|
29130
28613
|
user: "Use SEARCH_LINEAR_ISSUES with the provided parameters.",
|
|
29131
|
-
actions: [
|
|
29132
|
-
"SEARCH_LINEAR_ISSUES"
|
|
29133
|
-
],
|
|
28614
|
+
actions: ["SEARCH_LINEAR_ISSUES"],
|
|
29134
28615
|
params: {
|
|
29135
28616
|
SEARCH_LINEAR_ISSUES: {
|
|
29136
28617
|
name: "example"
|
|
@@ -29143,10 +28624,7 @@ var init_action_docs = __esm(() => {
|
|
|
29143
28624
|
name: "SEARCH_TASKS",
|
|
29144
28625
|
description: "Search tasks by query.",
|
|
29145
28626
|
parameters: [],
|
|
29146
|
-
similes: [
|
|
29147
|
-
"FIND_TASK",
|
|
29148
|
-
"LOOKUP_TASK"
|
|
29149
|
-
]
|
|
28627
|
+
similes: ["FIND_TASK", "LOOKUP_TASK"]
|
|
29150
28628
|
},
|
|
29151
28629
|
{
|
|
29152
28630
|
name: "SEND_INSTAGRAM_DM",
|
|
@@ -29159,9 +28637,7 @@ var init_action_docs = __esm(() => {
|
|
|
29159
28637
|
schema: {
|
|
29160
28638
|
type: "string"
|
|
29161
28639
|
},
|
|
29162
|
-
examples: [
|
|
29163
|
-
"example"
|
|
29164
|
-
]
|
|
28640
|
+
examples: ["example"]
|
|
29165
28641
|
},
|
|
29166
28642
|
{
|
|
29167
28643
|
name: "threadId",
|
|
@@ -29170,9 +28646,7 @@ var init_action_docs = __esm(() => {
|
|
|
29170
28646
|
schema: {
|
|
29171
28647
|
type: "string"
|
|
29172
28648
|
},
|
|
29173
|
-
examples: [
|
|
29174
|
-
"example"
|
|
29175
|
-
]
|
|
28649
|
+
examples: ["example"]
|
|
29176
28650
|
}
|
|
29177
28651
|
],
|
|
29178
28652
|
similes: [
|
|
@@ -29185,9 +28659,7 @@ var init_action_docs = __esm(() => {
|
|
|
29185
28659
|
exampleCalls: [
|
|
29186
28660
|
{
|
|
29187
28661
|
user: "Use SEND_INSTAGRAM_DM with the provided parameters.",
|
|
29188
|
-
actions: [
|
|
29189
|
-
"SEND_INSTAGRAM_DM"
|
|
29190
|
-
],
|
|
28662
|
+
actions: ["SEND_INSTAGRAM_DM"],
|
|
29191
28663
|
params: {
|
|
29192
28664
|
SEND_INSTAGRAM_DM: {
|
|
29193
28665
|
responseText: "example",
|
|
@@ -29234,12 +28706,7 @@ var init_action_docs = __esm(() => {
|
|
|
29234
28706
|
name: "SWITCH_TASK",
|
|
29235
28707
|
description: "Switch the current task context to a different task.",
|
|
29236
28708
|
parameters: [],
|
|
29237
|
-
similes: [
|
|
29238
|
-
"SELECT_TASK",
|
|
29239
|
-
"SET_TASK",
|
|
29240
|
-
"CHANGE_TASK",
|
|
29241
|
-
"GO_TO_TASK"
|
|
29242
|
-
]
|
|
28709
|
+
similes: ["SELECT_TASK", "SET_TASK", "CHANGE_TASK", "GO_TO_TASK"]
|
|
29243
28710
|
}
|
|
29244
28711
|
]
|
|
29245
28712
|
};
|
|
@@ -29729,11 +29196,7 @@ Message Sender: Lisa (user-789)`,
|
|
|
29729
29196
|
{
|
|
29730
29197
|
name: "LONG_TERM_MEMORY_EXTRACTION",
|
|
29731
29198
|
description: "Extracts long-term facts about users from conversations. Identifies and stores persistent information like preferences, interests, and personal details.",
|
|
29732
|
-
similes: [
|
|
29733
|
-
"MEMORY_EXTRACTION",
|
|
29734
|
-
"FACT_LEARNING",
|
|
29735
|
-
"USER_PROFILING"
|
|
29736
|
-
],
|
|
29199
|
+
similes: ["MEMORY_EXTRACTION", "FACT_LEARNING", "USER_PROFILING"],
|
|
29737
29200
|
alwaysRun: true,
|
|
29738
29201
|
examples: []
|
|
29739
29202
|
}
|
|
@@ -29965,11 +29428,7 @@ Message Sender: Lisa (user-789)`,
|
|
|
29965
29428
|
{
|
|
29966
29429
|
name: "LONG_TERM_MEMORY_EXTRACTION",
|
|
29967
29430
|
description: "Extracts long-term facts about users from conversations. Identifies and stores persistent information like preferences, interests, and personal details.",
|
|
29968
|
-
similes: [
|
|
29969
|
-
"MEMORY_EXTRACTION",
|
|
29970
|
-
"FACT_LEARNING",
|
|
29971
|
-
"USER_PROFILING"
|
|
29972
|
-
],
|
|
29431
|
+
similes: ["MEMORY_EXTRACTION", "FACT_LEARNING", "USER_PROFILING"],
|
|
29973
29432
|
alwaysRun: true,
|
|
29974
29433
|
examples: []
|
|
29975
29434
|
}
|
|
@@ -63521,6 +62980,12 @@ var init_events_pb = __esm(() => {
|
|
|
63521
62980
|
})(ControlMessageAction ||= {});
|
|
63522
62981
|
ControlMessageActionSchema = /* @__PURE__ */ enumDesc(file_eliza_v1_events, 4);
|
|
63523
62982
|
});
|
|
62983
|
+
var file_eliza_v1_payment;
|
|
62984
|
+
var init_payment_pb = __esm(() => {
|
|
62985
|
+
init_codegenv1();
|
|
62986
|
+
init_wkt();
|
|
62987
|
+
file_eliza_v1_payment = /* @__PURE__ */ fileDesc("ChZlbGl6YS92MS9wYXltZW50LnByb3RvEghlbGl6YS52MSKpAQoXUGF5bWVudENvbmZpZ0RlZmluaXRpb24SDwoHbmV0d29yaxgBIAEoCRIXCg9hc3NldF9uYW1lc3BhY2UYAiABKAkSFwoPYXNzZXRfcmVmZXJlbmNlGAMgASgJEhcKD3BheW1lbnRfYWRkcmVzcxgEIAEoCRIOCgZzeW1ib2wYBSABKAkSFQoIY2hhaW5faWQYBiABKAlIAIgBAUILCglfY2hhaW5faWQiPQoKWDQwMkNvbmZpZxIWCg5wcmljZV9pbl9jZW50cxgBIAEoDRIXCg9wYXltZW50X2NvbmZpZ3MYAiADKAkivwIKC1g0MDJBY2NlcHRzEg4KBnNjaGVtZRgBIAEoCRIPCgduZXR3b3JrGAIgASgJEhsKE21heF9hbW91bnRfcmVxdWlyZWQYAyABKAkSEAoIcmVzb3VyY2UYBCABKAkSEwoLZGVzY3JpcHRpb24YBSABKAkSEQoJbWltZV90eXBlGAYgASgJEg4KBnBheV90bxgHIAEoCRIbChNtYXhfdGltZW91dF9zZWNvbmRzGAggASgNEg0KBWFzc2V0GAkgASgJEjMKDW91dHB1dF9zY2hlbWEYCiABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0SACIAQESKwoFZXh0cmEYCyABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0SAGIAQFCEAoOX291dHB1dF9zY2hlbWFCCAoGX2V4dHJhIogBCgxYNDAyUmVzcG9uc2USFAoMeDQwMl92ZXJzaW9uGAEgASgNEhIKBWVycm9yGAIgASgJSACIAQESJgoHYWNjZXB0cxgDIAMoCzIVLmVsaXphLnYxLlg0MDJBY2NlcHRzEhIKBXBheWVyGAQgASgJSAGIAQFCCAoGX2Vycm9yQggKBl9wYXllckKPAQoMY29tLmVsaXphLnYxQgxQYXltZW50UHJvdG9QAVowZ2l0aHViLmNvbS9lbGl6YW9zL2VsaXphL2dlbi9nby9lbGl6YS92MTtlbGl6YXYxogIDRVhYqgIIRWxpemEuVjHKAghFbGl6YVxWMeICFEVsaXphXFYxXEdQQk1ldGFkYXRh6gIJRWxpemE6OlYxYgZwcm90bzM", [file_google_protobuf_struct]);
|
|
62988
|
+
});
|
|
63524
62989
|
var file_eliza_v1_service;
|
|
63525
62990
|
var ServiceManifestSchema;
|
|
63526
62991
|
var ServiceErrorSchema;
|
|
@@ -63553,12 +63018,6 @@ var init_service_pb = __esm(() => {
|
|
|
63553
63018
|
})(ServiceType ||= {});
|
|
63554
63019
|
ServiceTypeSchema = /* @__PURE__ */ enumDesc(file_eliza_v1_service, 0);
|
|
63555
63020
|
});
|
|
63556
|
-
var file_eliza_v1_payment;
|
|
63557
|
-
var init_payment_pb = __esm(() => {
|
|
63558
|
-
init_codegenv1();
|
|
63559
|
-
init_wkt();
|
|
63560
|
-
file_eliza_v1_payment = /* @__PURE__ */ fileDesc("ChZlbGl6YS92MS9wYXltZW50LnByb3RvEghlbGl6YS52MSKpAQoXUGF5bWVudENvbmZpZ0RlZmluaXRpb24SDwoHbmV0d29yaxgBIAEoCRIXCg9hc3NldF9uYW1lc3BhY2UYAiABKAkSFwoPYXNzZXRfcmVmZXJlbmNlGAMgASgJEhcKD3BheW1lbnRfYWRkcmVzcxgEIAEoCRIOCgZzeW1ib2wYBSABKAkSFQoIY2hhaW5faWQYBiABKAlIAIgBAUILCglfY2hhaW5faWQiPQoKWDQwMkNvbmZpZxIWCg5wcmljZV9pbl9jZW50cxgBIAEoDRIXCg9wYXltZW50X2NvbmZpZ3MYAiADKAkivwIKC1g0MDJBY2NlcHRzEg4KBnNjaGVtZRgBIAEoCRIPCgduZXR3b3JrGAIgASgJEhsKE21heF9hbW91bnRfcmVxdWlyZWQYAyABKAkSEAoIcmVzb3VyY2UYBCABKAkSEwoLZGVzY3JpcHRpb24YBSABKAkSEQoJbWltZV90eXBlGAYgASgJEg4KBnBheV90bxgHIAEoCRIbChNtYXhfdGltZW91dF9zZWNvbmRzGAggASgNEg0KBWFzc2V0GAkgASgJEjMKDW91dHB1dF9zY2hlbWEYCiABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0SACIAQESKwoFZXh0cmEYCyABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0SAGIAQFCEAoOX291dHB1dF9zY2hlbWFCCAoGX2V4dHJhIogBCgxYNDAyUmVzcG9uc2USFAoMeDQwMl92ZXJzaW9uGAEgASgNEhIKBWVycm9yGAIgASgJSACIAQESJgoHYWNjZXB0cxgDIAMoCzIVLmVsaXphLnYxLlg0MDJBY2NlcHRzEhIKBXBheWVyGAQgASgJSAGIAQFCCAoGX2Vycm9yQggKBl9wYXllckKPAQoMY29tLmVsaXphLnYxQgxQYXltZW50UHJvdG9QAVowZ2l0aHViLmNvbS9lbGl6YW9zL2VsaXphL2dlbi9nby9lbGl6YS92MTtlbGl6YXYxogIDRVhYqgIIRWxpemEuVjHKAghFbGl6YVxWMeICFEVsaXphXFYxXEdQQk1ldGFkYXRh6gIJRWxpemE6OlYxYgZwcm90bzM", [file_google_protobuf_struct]);
|
|
63561
|
-
});
|
|
63562
63021
|
var file_eliza_v1_plugin;
|
|
63563
63022
|
var RouteManifestSchema;
|
|
63564
63023
|
var JSONSchemaDefinitionSchema;
|
|
@@ -63573,10 +63032,10 @@ var init_plugin_pb2 = __esm(() => {
|
|
|
63573
63032
|
init_codegenv1();
|
|
63574
63033
|
init_agent_pb();
|
|
63575
63034
|
init_components_pb();
|
|
63035
|
+
init_payment_pb();
|
|
63576
63036
|
init_service_pb();
|
|
63577
63037
|
init_wkt();
|
|
63578
|
-
|
|
63579
|
-
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]);
|
|
63038
|
+
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]);
|
|
63580
63039
|
RouteManifestSchema = /* @__PURE__ */ messageDesc2(file_eliza_v1_plugin, 0);
|
|
63581
63040
|
JSONSchemaDefinitionSchema = /* @__PURE__ */ messageDesc2(file_eliza_v1_plugin, 1);
|
|
63582
63041
|
ComponentTypeDefinitionSchema = /* @__PURE__ */ messageDesc2(file_eliza_v1_plugin, 2);
|
|
@@ -119729,5 +119188,5 @@ if (import_node_worker_threads2.parentPort) {
|
|
|
119729
119188
|
});
|
|
119730
119189
|
}
|
|
119731
119190
|
|
|
119732
|
-
//# debugId=
|
|
119191
|
+
//# debugId=3FCF80B106D4513564756E2164756E21
|
|
119733
119192
|
//# sourceMappingURL=ocr-worker.js.map
|