@elizaos/core 2.0.0-alpha.74 → 2.0.0-alpha.76
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/dist/browser/index.browser.js +3 -3
- package/dist/browser/index.browser.js.map +5 -5
- package/dist/edge/index.edge.js +127 -467
- package/dist/edge/index.edge.js.map +5 -5
- package/dist/generated/action-docs.d.ts.map +1 -1
- package/dist/node/index.node.js +127 -467
- package/dist/node/index.node.js.map +5 -5
- package/dist/packages/typescript/tsconfig.tsbuildinfo +1 -1
- package/dist/runtime.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/edge/index.edge.js
CHANGED
|
@@ -150,9 +150,7 @@ var init_action_docs = __esm(() => {
|
|
|
150
150
|
name: "{{name2}}",
|
|
151
151
|
content: {
|
|
152
152
|
text: "Hi! How can I help you today?",
|
|
153
|
-
actions: [
|
|
154
|
-
"REPLY"
|
|
155
|
-
]
|
|
153
|
+
actions: ["REPLY"]
|
|
156
154
|
}
|
|
157
155
|
}
|
|
158
156
|
],
|
|
@@ -167,9 +165,7 @@ var init_action_docs = __esm(() => {
|
|
|
167
165
|
name: "{{name2}}",
|
|
168
166
|
content: {
|
|
169
167
|
text: "I really like deep shades of blue. They remind me of the ocean and the night sky.",
|
|
170
|
-
actions: [
|
|
171
|
-
"REPLY"
|
|
172
|
-
]
|
|
168
|
+
actions: ["REPLY"]
|
|
173
169
|
}
|
|
174
170
|
}
|
|
175
171
|
],
|
|
@@ -184,9 +180,7 @@ var init_action_docs = __esm(() => {
|
|
|
184
180
|
name: "{{name2}}",
|
|
185
181
|
content: {
|
|
186
182
|
text: "Let me break that down for you in simple terms...",
|
|
187
|
-
actions: [
|
|
188
|
-
"REPLY"
|
|
189
|
-
]
|
|
183
|
+
actions: ["REPLY"]
|
|
190
184
|
}
|
|
191
185
|
}
|
|
192
186
|
],
|
|
@@ -201,9 +195,7 @@ var init_action_docs = __esm(() => {
|
|
|
201
195
|
name: "{{name2}}",
|
|
202
196
|
content: {
|
|
203
197
|
text: "Of course! Let's work through it step by step.",
|
|
204
|
-
actions: [
|
|
205
|
-
"REPLY"
|
|
206
|
-
]
|
|
198
|
+
actions: ["REPLY"]
|
|
207
199
|
}
|
|
208
200
|
}
|
|
209
201
|
]
|
|
@@ -212,11 +204,7 @@ var init_action_docs = __esm(() => {
|
|
|
212
204
|
{
|
|
213
205
|
name: "IGNORE",
|
|
214
206
|
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.",
|
|
215
|
-
similes: [
|
|
216
|
-
"STOP_TALKING",
|
|
217
|
-
"STOP_CHATTING",
|
|
218
|
-
"STOP_CONVERSATION"
|
|
219
|
-
],
|
|
207
|
+
similes: ["STOP_TALKING", "STOP_CHATTING", "STOP_CONVERSATION"],
|
|
220
208
|
parameters: [],
|
|
221
209
|
examples: [
|
|
222
210
|
[
|
|
@@ -230,9 +218,7 @@ var init_action_docs = __esm(() => {
|
|
|
230
218
|
name: "{{name2}}",
|
|
231
219
|
content: {
|
|
232
220
|
text: "",
|
|
233
|
-
actions: [
|
|
234
|
-
"IGNORE"
|
|
235
|
-
]
|
|
221
|
+
actions: ["IGNORE"]
|
|
236
222
|
}
|
|
237
223
|
}
|
|
238
224
|
],
|
|
@@ -247,9 +233,7 @@ var init_action_docs = __esm(() => {
|
|
|
247
233
|
name: "{{name2}}",
|
|
248
234
|
content: {
|
|
249
235
|
text: "",
|
|
250
|
-
actions: [
|
|
251
|
-
"IGNORE"
|
|
252
|
-
]
|
|
236
|
+
actions: ["IGNORE"]
|
|
253
237
|
}
|
|
254
238
|
}
|
|
255
239
|
],
|
|
@@ -276,9 +260,7 @@ var init_action_docs = __esm(() => {
|
|
|
276
260
|
name: "{{name2}}",
|
|
277
261
|
content: {
|
|
278
262
|
text: "",
|
|
279
|
-
actions: [
|
|
280
|
-
"IGNORE"
|
|
281
|
-
]
|
|
263
|
+
actions: ["IGNORE"]
|
|
282
264
|
}
|
|
283
265
|
}
|
|
284
266
|
],
|
|
@@ -299,9 +281,7 @@ var init_action_docs = __esm(() => {
|
|
|
299
281
|
name: "{{name1}}",
|
|
300
282
|
content: {
|
|
301
283
|
text: "",
|
|
302
|
-
actions: [
|
|
303
|
-
"IGNORE"
|
|
304
|
-
]
|
|
284
|
+
actions: ["IGNORE"]
|
|
305
285
|
}
|
|
306
286
|
}
|
|
307
287
|
],
|
|
@@ -316,9 +296,7 @@ var init_action_docs = __esm(() => {
|
|
|
316
296
|
name: "{{name2}}",
|
|
317
297
|
content: {
|
|
318
298
|
text: "thats inappropriate",
|
|
319
|
-
actions: [
|
|
320
|
-
"IGNORE"
|
|
321
|
-
]
|
|
299
|
+
actions: ["IGNORE"]
|
|
322
300
|
}
|
|
323
301
|
}
|
|
324
302
|
]
|
|
@@ -327,13 +305,7 @@ var init_action_docs = __esm(() => {
|
|
|
327
305
|
{
|
|
328
306
|
name: "NONE",
|
|
329
307
|
description: "Respond but perform no additional action. This is the default if the agent is speaking and not doing anything additional.",
|
|
330
|
-
similes: [
|
|
331
|
-
"NO_ACTION",
|
|
332
|
-
"NO_RESPONSE",
|
|
333
|
-
"NO_REACTION",
|
|
334
|
-
"NOOP",
|
|
335
|
-
"PASS"
|
|
336
|
-
],
|
|
308
|
+
similes: ["NO_ACTION", "NO_RESPONSE", "NO_REACTION", "NOOP", "PASS"],
|
|
337
309
|
parameters: [],
|
|
338
310
|
examples: [
|
|
339
311
|
[
|
|
@@ -347,9 +319,7 @@ var init_action_docs = __esm(() => {
|
|
|
347
319
|
name: "{{name2}}",
|
|
348
320
|
content: {
|
|
349
321
|
text: "oh hey",
|
|
350
|
-
actions: [
|
|
351
|
-
"NONE"
|
|
352
|
-
]
|
|
322
|
+
actions: ["NONE"]
|
|
353
323
|
}
|
|
354
324
|
}
|
|
355
325
|
],
|
|
@@ -364,9 +334,7 @@ var init_action_docs = __esm(() => {
|
|
|
364
334
|
name: "{{name2}}",
|
|
365
335
|
content: {
|
|
366
336
|
text: "yeah but its a pain to get into node.js",
|
|
367
|
-
actions: [
|
|
368
|
-
"NONE"
|
|
369
|
-
]
|
|
337
|
+
actions: ["NONE"]
|
|
370
338
|
}
|
|
371
339
|
}
|
|
372
340
|
],
|
|
@@ -375,18 +343,14 @@ var init_action_docs = __esm(() => {
|
|
|
375
343
|
name: "{{name1}}",
|
|
376
344
|
content: {
|
|
377
345
|
text: "u think aliens are real",
|
|
378
|
-
actions: [
|
|
379
|
-
"NONE"
|
|
380
|
-
]
|
|
346
|
+
actions: ["NONE"]
|
|
381
347
|
}
|
|
382
348
|
},
|
|
383
349
|
{
|
|
384
350
|
name: "{{name2}}",
|
|
385
351
|
content: {
|
|
386
352
|
text: "ya obviously",
|
|
387
|
-
actions: [
|
|
388
|
-
"NONE"
|
|
389
|
-
]
|
|
353
|
+
actions: ["NONE"]
|
|
390
354
|
}
|
|
391
355
|
}
|
|
392
356
|
],
|
|
@@ -395,18 +359,14 @@ var init_action_docs = __esm(() => {
|
|
|
395
359
|
name: "{{name1}}",
|
|
396
360
|
content: {
|
|
397
361
|
text: "drop a joke on me",
|
|
398
|
-
actions: [
|
|
399
|
-
"NONE"
|
|
400
|
-
]
|
|
362
|
+
actions: ["NONE"]
|
|
401
363
|
}
|
|
402
364
|
},
|
|
403
365
|
{
|
|
404
366
|
name: "{{name2}}",
|
|
405
367
|
content: {
|
|
406
368
|
text: "why dont scientists trust atoms cuz they make up everything lmao",
|
|
407
|
-
actions: [
|
|
408
|
-
"NONE"
|
|
409
|
-
]
|
|
369
|
+
actions: ["NONE"]
|
|
410
370
|
}
|
|
411
371
|
}
|
|
412
372
|
]
|
|
@@ -430,15 +390,9 @@ var init_action_docs = __esm(() => {
|
|
|
430
390
|
required: true,
|
|
431
391
|
schema: {
|
|
432
392
|
type: "string",
|
|
433
|
-
enum: [
|
|
434
|
-
"user",
|
|
435
|
-
"room"
|
|
436
|
-
]
|
|
393
|
+
enum: ["user", "room"]
|
|
437
394
|
},
|
|
438
|
-
examples: [
|
|
439
|
-
"user",
|
|
440
|
-
"room"
|
|
441
|
-
]
|
|
395
|
+
examples: ["user", "room"]
|
|
442
396
|
},
|
|
443
397
|
{
|
|
444
398
|
name: "source",
|
|
@@ -447,10 +401,7 @@ var init_action_docs = __esm(() => {
|
|
|
447
401
|
schema: {
|
|
448
402
|
type: "string"
|
|
449
403
|
},
|
|
450
|
-
examples: [
|
|
451
|
-
"telegram",
|
|
452
|
-
"discord"
|
|
453
|
-
]
|
|
404
|
+
examples: ["telegram", "discord"]
|
|
454
405
|
},
|
|
455
406
|
{
|
|
456
407
|
name: "target",
|
|
@@ -459,10 +410,7 @@ var init_action_docs = __esm(() => {
|
|
|
459
410
|
schema: {
|
|
460
411
|
type: "string"
|
|
461
412
|
},
|
|
462
|
-
examples: [
|
|
463
|
-
"dev_guru",
|
|
464
|
-
"announcements"
|
|
465
|
-
]
|
|
413
|
+
examples: ["dev_guru", "announcements"]
|
|
466
414
|
},
|
|
467
415
|
{
|
|
468
416
|
name: "text",
|
|
@@ -471,10 +419,7 @@ var init_action_docs = __esm(() => {
|
|
|
471
419
|
schema: {
|
|
472
420
|
type: "string"
|
|
473
421
|
},
|
|
474
|
-
examples: [
|
|
475
|
-
"Hello!",
|
|
476
|
-
"Important announcement!"
|
|
477
|
-
]
|
|
422
|
+
examples: ["Hello!", "Important announcement!"]
|
|
478
423
|
}
|
|
479
424
|
],
|
|
480
425
|
examples: [
|
|
@@ -489,9 +434,7 @@ var init_action_docs = __esm(() => {
|
|
|
489
434
|
name: "{{name2}}",
|
|
490
435
|
content: {
|
|
491
436
|
text: "Message sent to dev_guru on telegram.",
|
|
492
|
-
actions: [
|
|
493
|
-
"SEND_MESSAGE"
|
|
494
|
-
]
|
|
437
|
+
actions: ["SEND_MESSAGE"]
|
|
495
438
|
}
|
|
496
439
|
}
|
|
497
440
|
],
|
|
@@ -506,9 +449,7 @@ var init_action_docs = __esm(() => {
|
|
|
506
449
|
name: "{{name2}}",
|
|
507
450
|
content: {
|
|
508
451
|
text: "Message sent to announcements.",
|
|
509
|
-
actions: [
|
|
510
|
-
"SEND_MESSAGE"
|
|
511
|
-
]
|
|
452
|
+
actions: ["SEND_MESSAGE"]
|
|
512
453
|
}
|
|
513
454
|
}
|
|
514
455
|
],
|
|
@@ -523,9 +464,7 @@ var init_action_docs = __esm(() => {
|
|
|
523
464
|
name: "{{name2}}",
|
|
524
465
|
content: {
|
|
525
466
|
text: "Message sent to Jimmy.",
|
|
526
|
-
actions: [
|
|
527
|
-
"SEND_MESSAGE"
|
|
528
|
-
]
|
|
467
|
+
actions: ["SEND_MESSAGE"]
|
|
529
468
|
}
|
|
530
469
|
}
|
|
531
470
|
]
|
|
@@ -533,10 +472,7 @@ var init_action_docs = __esm(() => {
|
|
|
533
472
|
exampleCalls: [
|
|
534
473
|
{
|
|
535
474
|
user: 'Send a message to @dev_guru on telegram saying "Hello!"',
|
|
536
|
-
actions: [
|
|
537
|
-
"REPLY",
|
|
538
|
-
"SEND_MESSAGE"
|
|
539
|
-
],
|
|
475
|
+
actions: ["REPLY", "SEND_MESSAGE"],
|
|
540
476
|
params: {
|
|
541
477
|
SEND_MESSAGE: {
|
|
542
478
|
targetType: "user",
|
|
@@ -577,10 +513,7 @@ var init_action_docs = __esm(() => {
|
|
|
577
513
|
schema: {
|
|
578
514
|
type: "string"
|
|
579
515
|
},
|
|
580
|
-
examples: [
|
|
581
|
-
"Sarah Chen",
|
|
582
|
-
"John Smith"
|
|
583
|
-
]
|
|
516
|
+
examples: ["Sarah Chen", "John Smith"]
|
|
584
517
|
},
|
|
585
518
|
{
|
|
586
519
|
name: "notes",
|
|
@@ -589,9 +522,7 @@ var init_action_docs = __esm(() => {
|
|
|
589
522
|
schema: {
|
|
590
523
|
type: "string"
|
|
591
524
|
},
|
|
592
|
-
examples: [
|
|
593
|
-
"Met at the AI meetup; interested in agents"
|
|
594
|
-
]
|
|
525
|
+
examples: ["Met at the AI meetup; interested in agents"]
|
|
595
526
|
}
|
|
596
527
|
],
|
|
597
528
|
examples: [
|
|
@@ -642,11 +573,7 @@ var init_action_docs = __esm(() => {
|
|
|
642
573
|
{
|
|
643
574
|
name: "UPDATE_CONTACT",
|
|
644
575
|
description: "Update an existing contact's details in the rolodex.",
|
|
645
|
-
similes: [
|
|
646
|
-
"EDIT_CONTACT",
|
|
647
|
-
"MODIFY_CONTACT",
|
|
648
|
-
"CHANGE_CONTACT_INFO"
|
|
649
|
-
],
|
|
576
|
+
similes: ["EDIT_CONTACT", "MODIFY_CONTACT", "CHANGE_CONTACT_INFO"],
|
|
650
577
|
parameters: [
|
|
651
578
|
{
|
|
652
579
|
name: "name",
|
|
@@ -655,9 +582,7 @@ var init_action_docs = __esm(() => {
|
|
|
655
582
|
schema: {
|
|
656
583
|
type: "string"
|
|
657
584
|
},
|
|
658
|
-
examples: [
|
|
659
|
-
"Sarah Chen"
|
|
660
|
-
]
|
|
585
|
+
examples: ["Sarah Chen"]
|
|
661
586
|
},
|
|
662
587
|
{
|
|
663
588
|
name: "updates",
|
|
@@ -666,9 +591,7 @@ var init_action_docs = __esm(() => {
|
|
|
666
591
|
schema: {
|
|
667
592
|
type: "string"
|
|
668
593
|
},
|
|
669
|
-
examples: [
|
|
670
|
-
'{"notes":"prefers email","tags":["friend"]}'
|
|
671
|
-
]
|
|
594
|
+
examples: ['{"notes":"prefers email","tags":["friend"]}']
|
|
672
595
|
}
|
|
673
596
|
],
|
|
674
597
|
examples: [
|
|
@@ -706,9 +629,7 @@ var init_action_docs = __esm(() => {
|
|
|
706
629
|
schema: {
|
|
707
630
|
type: "string"
|
|
708
631
|
},
|
|
709
|
-
examples: [
|
|
710
|
-
"Sarah Chen"
|
|
711
|
-
]
|
|
632
|
+
examples: ["Sarah Chen"]
|
|
712
633
|
}
|
|
713
634
|
],
|
|
714
635
|
examples: [
|
|
@@ -762,10 +683,7 @@ var init_action_docs = __esm(() => {
|
|
|
762
683
|
schema: {
|
|
763
684
|
type: "string"
|
|
764
685
|
},
|
|
765
|
-
examples: [
|
|
766
|
-
"sarah",
|
|
767
|
-
"AI meetup"
|
|
768
|
-
]
|
|
686
|
+
examples: ["sarah", "AI meetup"]
|
|
769
687
|
}
|
|
770
688
|
],
|
|
771
689
|
examples: [
|
|
@@ -808,9 +726,7 @@ var init_action_docs = __esm(() => {
|
|
|
808
726
|
schema: {
|
|
809
727
|
type: "string"
|
|
810
728
|
},
|
|
811
|
-
examples: [
|
|
812
|
-
"Sarah Chen"
|
|
813
|
-
]
|
|
729
|
+
examples: ["Sarah Chen"]
|
|
814
730
|
},
|
|
815
731
|
{
|
|
816
732
|
name: "when",
|
|
@@ -819,9 +735,7 @@ var init_action_docs = __esm(() => {
|
|
|
819
735
|
schema: {
|
|
820
736
|
type: "string"
|
|
821
737
|
},
|
|
822
|
-
examples: [
|
|
823
|
-
"2026-02-01T09:00:00Z"
|
|
824
|
-
]
|
|
738
|
+
examples: ["2026-02-01T09:00:00Z"]
|
|
825
739
|
},
|
|
826
740
|
{
|
|
827
741
|
name: "reason",
|
|
@@ -830,9 +744,7 @@ var init_action_docs = __esm(() => {
|
|
|
830
744
|
schema: {
|
|
831
745
|
type: "string"
|
|
832
746
|
},
|
|
833
|
-
examples: [
|
|
834
|
-
"Check in about the agent framework demo"
|
|
835
|
-
]
|
|
747
|
+
examples: ["Check in about the agent framework demo"]
|
|
836
748
|
}
|
|
837
749
|
],
|
|
838
750
|
examples: [
|
|
@@ -872,9 +784,7 @@ var init_action_docs = __esm(() => {
|
|
|
872
784
|
schema: {
|
|
873
785
|
type: "string"
|
|
874
786
|
},
|
|
875
|
-
examples: [
|
|
876
|
-
"c0a8012e"
|
|
877
|
-
]
|
|
787
|
+
examples: ["c0a8012e"]
|
|
878
788
|
},
|
|
879
789
|
{
|
|
880
790
|
name: "option",
|
|
@@ -883,10 +793,7 @@ var init_action_docs = __esm(() => {
|
|
|
883
793
|
schema: {
|
|
884
794
|
type: "string"
|
|
885
795
|
},
|
|
886
|
-
examples: [
|
|
887
|
-
"APPROVE",
|
|
888
|
-
"ABORT"
|
|
889
|
-
]
|
|
796
|
+
examples: ["APPROVE", "ABORT"]
|
|
890
797
|
}
|
|
891
798
|
],
|
|
892
799
|
examples: [
|
|
@@ -901,9 +808,7 @@ var init_action_docs = __esm(() => {
|
|
|
901
808
|
name: "{{name2}}",
|
|
902
809
|
content: {
|
|
903
810
|
text: "I've selected option 1 for the pending task.",
|
|
904
|
-
actions: [
|
|
905
|
-
"CHOOSE_OPTION"
|
|
906
|
-
]
|
|
811
|
+
actions: ["CHOOSE_OPTION"]
|
|
907
812
|
}
|
|
908
813
|
}
|
|
909
814
|
]
|
|
@@ -930,9 +835,7 @@ var init_action_docs = __esm(() => {
|
|
|
930
835
|
schema: {
|
|
931
836
|
type: "string"
|
|
932
837
|
},
|
|
933
|
-
examples: [
|
|
934
|
-
"00000000-0000-0000-0000-000000000000"
|
|
935
|
-
]
|
|
838
|
+
examples: ["00000000-0000-0000-0000-000000000000"]
|
|
936
839
|
}
|
|
937
840
|
],
|
|
938
841
|
examples: [
|
|
@@ -947,9 +850,7 @@ var init_action_docs = __esm(() => {
|
|
|
947
850
|
name: "{{name2}}",
|
|
948
851
|
content: {
|
|
949
852
|
text: "Sure, I will now follow this room and chime in",
|
|
950
|
-
actions: [
|
|
951
|
-
"FOLLOW_ROOM"
|
|
952
|
-
]
|
|
853
|
+
actions: ["FOLLOW_ROOM"]
|
|
953
854
|
}
|
|
954
855
|
}
|
|
955
856
|
],
|
|
@@ -964,9 +865,7 @@ var init_action_docs = __esm(() => {
|
|
|
964
865
|
name: "{{name2}}",
|
|
965
866
|
content: {
|
|
966
867
|
text: "you got it, i'm here",
|
|
967
|
-
actions: [
|
|
968
|
-
"FOLLOW_ROOM"
|
|
969
|
-
]
|
|
868
|
+
actions: ["FOLLOW_ROOM"]
|
|
970
869
|
}
|
|
971
870
|
}
|
|
972
871
|
]
|
|
@@ -993,9 +892,7 @@ var init_action_docs = __esm(() => {
|
|
|
993
892
|
schema: {
|
|
994
893
|
type: "string"
|
|
995
894
|
},
|
|
996
|
-
examples: [
|
|
997
|
-
"00000000-0000-0000-0000-000000000000"
|
|
998
|
-
]
|
|
895
|
+
examples: ["00000000-0000-0000-0000-000000000000"]
|
|
999
896
|
}
|
|
1000
897
|
],
|
|
1001
898
|
examples: [
|
|
@@ -1010,9 +907,7 @@ var init_action_docs = __esm(() => {
|
|
|
1010
907
|
name: "{{name2}}",
|
|
1011
908
|
content: {
|
|
1012
909
|
text: "Okay, I'll stop following this room",
|
|
1013
|
-
actions: [
|
|
1014
|
-
"UNFOLLOW_ROOM"
|
|
1015
|
-
]
|
|
910
|
+
actions: ["UNFOLLOW_ROOM"]
|
|
1016
911
|
}
|
|
1017
912
|
}
|
|
1018
913
|
]
|
|
@@ -1039,9 +934,7 @@ var init_action_docs = __esm(() => {
|
|
|
1039
934
|
schema: {
|
|
1040
935
|
type: "string"
|
|
1041
936
|
},
|
|
1042
|
-
examples: [
|
|
1043
|
-
"00000000-0000-0000-0000-000000000000"
|
|
1044
|
-
]
|
|
937
|
+
examples: ["00000000-0000-0000-0000-000000000000"]
|
|
1045
938
|
}
|
|
1046
939
|
],
|
|
1047
940
|
examples: [
|
|
@@ -1056,9 +949,7 @@ var init_action_docs = __esm(() => {
|
|
|
1056
949
|
name: "{{name2}}",
|
|
1057
950
|
content: {
|
|
1058
951
|
text: "Got it",
|
|
1059
|
-
actions: [
|
|
1060
|
-
"MUTE_ROOM"
|
|
1061
|
-
]
|
|
952
|
+
actions: ["MUTE_ROOM"]
|
|
1062
953
|
}
|
|
1063
954
|
}
|
|
1064
955
|
],
|
|
@@ -1073,9 +964,7 @@ var init_action_docs = __esm(() => {
|
|
|
1073
964
|
name: "{{name2}}",
|
|
1074
965
|
content: {
|
|
1075
966
|
text: "np going silent",
|
|
1076
|
-
actions: [
|
|
1077
|
-
"MUTE_ROOM"
|
|
1078
|
-
]
|
|
967
|
+
actions: ["MUTE_ROOM"]
|
|
1079
968
|
}
|
|
1080
969
|
}
|
|
1081
970
|
]
|
|
@@ -1102,9 +991,7 @@ var init_action_docs = __esm(() => {
|
|
|
1102
991
|
schema: {
|
|
1103
992
|
type: "string"
|
|
1104
993
|
},
|
|
1105
|
-
examples: [
|
|
1106
|
-
"00000000-0000-0000-0000-000000000000"
|
|
1107
|
-
]
|
|
994
|
+
examples: ["00000000-0000-0000-0000-000000000000"]
|
|
1108
995
|
}
|
|
1109
996
|
],
|
|
1110
997
|
examples: [
|
|
@@ -1119,9 +1006,7 @@ var init_action_docs = __esm(() => {
|
|
|
1119
1006
|
name: "{{name2}}",
|
|
1120
1007
|
content: {
|
|
1121
1008
|
text: "I've unmuted this room and will respond again",
|
|
1122
|
-
actions: [
|
|
1123
|
-
"UNMUTE_ROOM"
|
|
1124
|
-
]
|
|
1009
|
+
actions: ["UNMUTE_ROOM"]
|
|
1125
1010
|
}
|
|
1126
1011
|
}
|
|
1127
1012
|
]
|
|
@@ -1149,9 +1034,7 @@ var init_action_docs = __esm(() => {
|
|
|
1149
1034
|
schema: {
|
|
1150
1035
|
type: "string"
|
|
1151
1036
|
},
|
|
1152
|
-
examples: [
|
|
1153
|
-
'[{"key":"model","value":"gpt-5"}]'
|
|
1154
|
-
]
|
|
1037
|
+
examples: ['[{"key":"model","value":"gpt-5"}]']
|
|
1155
1038
|
}
|
|
1156
1039
|
],
|
|
1157
1040
|
examples: [
|
|
@@ -1166,9 +1049,7 @@ var init_action_docs = __esm(() => {
|
|
|
1166
1049
|
name: "{{name2}}",
|
|
1167
1050
|
content: {
|
|
1168
1051
|
text: "I've updated your language setting to French.",
|
|
1169
|
-
actions: [
|
|
1170
|
-
"UPDATE_SETTINGS"
|
|
1171
|
-
]
|
|
1052
|
+
actions: ["UPDATE_SETTINGS"]
|
|
1172
1053
|
}
|
|
1173
1054
|
}
|
|
1174
1055
|
]
|
|
@@ -1194,9 +1075,7 @@ var init_action_docs = __esm(() => {
|
|
|
1194
1075
|
schema: {
|
|
1195
1076
|
type: "string"
|
|
1196
1077
|
},
|
|
1197
|
-
examples: [
|
|
1198
|
-
"00000000-0000-0000-0000-000000000000"
|
|
1199
|
-
]
|
|
1078
|
+
examples: ["00000000-0000-0000-0000-000000000000"]
|
|
1200
1079
|
},
|
|
1201
1080
|
{
|
|
1202
1081
|
name: "role",
|
|
@@ -1205,10 +1084,7 @@ var init_action_docs = __esm(() => {
|
|
|
1205
1084
|
schema: {
|
|
1206
1085
|
type: "string"
|
|
1207
1086
|
},
|
|
1208
|
-
examples: [
|
|
1209
|
-
"admin",
|
|
1210
|
-
"member"
|
|
1211
|
-
]
|
|
1087
|
+
examples: ["admin", "member"]
|
|
1212
1088
|
}
|
|
1213
1089
|
],
|
|
1214
1090
|
examples: [
|
|
@@ -1223,9 +1099,7 @@ var init_action_docs = __esm(() => {
|
|
|
1223
1099
|
name: "{{name2}}",
|
|
1224
1100
|
content: {
|
|
1225
1101
|
text: "I've assigned the admin role to Sarah.",
|
|
1226
|
-
actions: [
|
|
1227
|
-
"UPDATE_ROLE"
|
|
1228
|
-
]
|
|
1102
|
+
actions: ["UPDATE_ROLE"]
|
|
1229
1103
|
}
|
|
1230
1104
|
}
|
|
1231
1105
|
]
|
|
@@ -1249,9 +1123,7 @@ var init_action_docs = __esm(() => {
|
|
|
1249
1123
|
schema: {
|
|
1250
1124
|
type: "string"
|
|
1251
1125
|
},
|
|
1252
|
-
examples: [
|
|
1253
|
-
"00000000-0000-0000-0000-000000000000"
|
|
1254
|
-
]
|
|
1126
|
+
examples: ["00000000-0000-0000-0000-000000000000"]
|
|
1255
1127
|
},
|
|
1256
1128
|
{
|
|
1257
1129
|
name: "updates",
|
|
@@ -1260,9 +1132,7 @@ var init_action_docs = __esm(() => {
|
|
|
1260
1132
|
schema: {
|
|
1261
1133
|
type: "string"
|
|
1262
1134
|
},
|
|
1263
|
-
examples: [
|
|
1264
|
-
'[{"name":"bio","value":"Loves Rust"}]'
|
|
1265
|
-
]
|
|
1135
|
+
examples: ['[{"name":"bio","value":"Loves Rust"}]']
|
|
1266
1136
|
}
|
|
1267
1137
|
],
|
|
1268
1138
|
examples: [
|
|
@@ -1277,9 +1147,7 @@ var init_action_docs = __esm(() => {
|
|
|
1277
1147
|
name: "{{name2}}",
|
|
1278
1148
|
content: {
|
|
1279
1149
|
text: "I've updated your profile bio.",
|
|
1280
|
-
actions: [
|
|
1281
|
-
"UPDATE_ENTITY"
|
|
1282
|
-
]
|
|
1150
|
+
actions: ["UPDATE_ENTITY"]
|
|
1283
1151
|
}
|
|
1284
1152
|
}
|
|
1285
1153
|
]
|
|
@@ -1305,9 +1173,7 @@ var init_action_docs = __esm(() => {
|
|
|
1305
1173
|
schema: {
|
|
1306
1174
|
type: "string"
|
|
1307
1175
|
},
|
|
1308
|
-
examples: [
|
|
1309
|
-
"A futuristic cityscape at sunset, cinematic lighting"
|
|
1310
|
-
]
|
|
1176
|
+
examples: ["A futuristic cityscape at sunset, cinematic lighting"]
|
|
1311
1177
|
}
|
|
1312
1178
|
],
|
|
1313
1179
|
examples: [
|
|
@@ -1322,9 +1188,7 @@ var init_action_docs = __esm(() => {
|
|
|
1322
1188
|
name: "{{name2}}",
|
|
1323
1189
|
content: {
|
|
1324
1190
|
text: "Sure, I'll create a futuristic city image for you. One moment...",
|
|
1325
|
-
actions: [
|
|
1326
|
-
"GENERATE_IMAGE"
|
|
1327
|
-
]
|
|
1191
|
+
actions: ["GENERATE_IMAGE"]
|
|
1328
1192
|
}
|
|
1329
1193
|
}
|
|
1330
1194
|
],
|
|
@@ -1339,9 +1203,7 @@ var init_action_docs = __esm(() => {
|
|
|
1339
1203
|
name: "{{name2}}",
|
|
1340
1204
|
content: {
|
|
1341
1205
|
text: "I'll create a visualization of a neural network for you, one sec...",
|
|
1342
|
-
actions: [
|
|
1343
|
-
"GENERATE_IMAGE"
|
|
1344
|
-
]
|
|
1206
|
+
actions: ["GENERATE_IMAGE"]
|
|
1345
1207
|
}
|
|
1346
1208
|
}
|
|
1347
1209
|
],
|
|
@@ -1356,9 +1218,7 @@ var init_action_docs = __esm(() => {
|
|
|
1356
1218
|
name: "{{name2}}",
|
|
1357
1219
|
content: {
|
|
1358
1220
|
text: "Creating an image to capture calmness for you, please wait a moment...",
|
|
1359
|
-
actions: [
|
|
1360
|
-
"GENERATE_IMAGE"
|
|
1361
|
-
]
|
|
1221
|
+
actions: ["GENERATE_IMAGE"]
|
|
1362
1222
|
}
|
|
1363
1223
|
}
|
|
1364
1224
|
]
|
|
@@ -1392,9 +1252,7 @@ var init_action_docs = __esm(() => {
|
|
|
1392
1252
|
name: "{{name2}}",
|
|
1393
1253
|
content: {
|
|
1394
1254
|
text: "Hi! How can I help you today?",
|
|
1395
|
-
actions: [
|
|
1396
|
-
"REPLY"
|
|
1397
|
-
]
|
|
1255
|
+
actions: ["REPLY"]
|
|
1398
1256
|
}
|
|
1399
1257
|
}
|
|
1400
1258
|
],
|
|
@@ -1409,9 +1267,7 @@ var init_action_docs = __esm(() => {
|
|
|
1409
1267
|
name: "{{name2}}",
|
|
1410
1268
|
content: {
|
|
1411
1269
|
text: "I really like deep shades of blue. They remind me of the ocean and the night sky.",
|
|
1412
|
-
actions: [
|
|
1413
|
-
"REPLY"
|
|
1414
|
-
]
|
|
1270
|
+
actions: ["REPLY"]
|
|
1415
1271
|
}
|
|
1416
1272
|
}
|
|
1417
1273
|
],
|
|
@@ -1426,9 +1282,7 @@ var init_action_docs = __esm(() => {
|
|
|
1426
1282
|
name: "{{name2}}",
|
|
1427
1283
|
content: {
|
|
1428
1284
|
text: "Let me break that down for you in simple terms...",
|
|
1429
|
-
actions: [
|
|
1430
|
-
"REPLY"
|
|
1431
|
-
]
|
|
1285
|
+
actions: ["REPLY"]
|
|
1432
1286
|
}
|
|
1433
1287
|
}
|
|
1434
1288
|
],
|
|
@@ -1443,9 +1297,7 @@ var init_action_docs = __esm(() => {
|
|
|
1443
1297
|
name: "{{name2}}",
|
|
1444
1298
|
content: {
|
|
1445
1299
|
text: "Of course! Let's work through it step by step.",
|
|
1446
|
-
actions: [
|
|
1447
|
-
"REPLY"
|
|
1448
|
-
]
|
|
1300
|
+
actions: ["REPLY"]
|
|
1449
1301
|
}
|
|
1450
1302
|
}
|
|
1451
1303
|
]
|
|
@@ -1454,11 +1306,7 @@ var init_action_docs = __esm(() => {
|
|
|
1454
1306
|
{
|
|
1455
1307
|
name: "IGNORE",
|
|
1456
1308
|
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.",
|
|
1457
|
-
similes: [
|
|
1458
|
-
"STOP_TALKING",
|
|
1459
|
-
"STOP_CHATTING",
|
|
1460
|
-
"STOP_CONVERSATION"
|
|
1461
|
-
],
|
|
1309
|
+
similes: ["STOP_TALKING", "STOP_CHATTING", "STOP_CONVERSATION"],
|
|
1462
1310
|
parameters: [],
|
|
1463
1311
|
examples: [
|
|
1464
1312
|
[
|
|
@@ -1472,9 +1320,7 @@ var init_action_docs = __esm(() => {
|
|
|
1472
1320
|
name: "{{name2}}",
|
|
1473
1321
|
content: {
|
|
1474
1322
|
text: "",
|
|
1475
|
-
actions: [
|
|
1476
|
-
"IGNORE"
|
|
1477
|
-
]
|
|
1323
|
+
actions: ["IGNORE"]
|
|
1478
1324
|
}
|
|
1479
1325
|
}
|
|
1480
1326
|
],
|
|
@@ -1489,9 +1335,7 @@ var init_action_docs = __esm(() => {
|
|
|
1489
1335
|
name: "{{name2}}",
|
|
1490
1336
|
content: {
|
|
1491
1337
|
text: "",
|
|
1492
|
-
actions: [
|
|
1493
|
-
"IGNORE"
|
|
1494
|
-
]
|
|
1338
|
+
actions: ["IGNORE"]
|
|
1495
1339
|
}
|
|
1496
1340
|
}
|
|
1497
1341
|
],
|
|
@@ -1518,9 +1362,7 @@ var init_action_docs = __esm(() => {
|
|
|
1518
1362
|
name: "{{name2}}",
|
|
1519
1363
|
content: {
|
|
1520
1364
|
text: "",
|
|
1521
|
-
actions: [
|
|
1522
|
-
"IGNORE"
|
|
1523
|
-
]
|
|
1365
|
+
actions: ["IGNORE"]
|
|
1524
1366
|
}
|
|
1525
1367
|
}
|
|
1526
1368
|
],
|
|
@@ -1541,9 +1383,7 @@ var init_action_docs = __esm(() => {
|
|
|
1541
1383
|
name: "{{name1}}",
|
|
1542
1384
|
content: {
|
|
1543
1385
|
text: "",
|
|
1544
|
-
actions: [
|
|
1545
|
-
"IGNORE"
|
|
1546
|
-
]
|
|
1386
|
+
actions: ["IGNORE"]
|
|
1547
1387
|
}
|
|
1548
1388
|
}
|
|
1549
1389
|
],
|
|
@@ -1558,9 +1398,7 @@ var init_action_docs = __esm(() => {
|
|
|
1558
1398
|
name: "{{name2}}",
|
|
1559
1399
|
content: {
|
|
1560
1400
|
text: "thats inappropriate",
|
|
1561
|
-
actions: [
|
|
1562
|
-
"IGNORE"
|
|
1563
|
-
]
|
|
1401
|
+
actions: ["IGNORE"]
|
|
1564
1402
|
}
|
|
1565
1403
|
}
|
|
1566
1404
|
]
|
|
@@ -1569,13 +1407,7 @@ var init_action_docs = __esm(() => {
|
|
|
1569
1407
|
{
|
|
1570
1408
|
name: "NONE",
|
|
1571
1409
|
description: "Respond but perform no additional action. This is the default if the agent is speaking and not doing anything additional.",
|
|
1572
|
-
similes: [
|
|
1573
|
-
"NO_ACTION",
|
|
1574
|
-
"NO_RESPONSE",
|
|
1575
|
-
"NO_REACTION",
|
|
1576
|
-
"NOOP",
|
|
1577
|
-
"PASS"
|
|
1578
|
-
],
|
|
1410
|
+
similes: ["NO_ACTION", "NO_RESPONSE", "NO_REACTION", "NOOP", "PASS"],
|
|
1579
1411
|
parameters: [],
|
|
1580
1412
|
examples: [
|
|
1581
1413
|
[
|
|
@@ -1589,9 +1421,7 @@ var init_action_docs = __esm(() => {
|
|
|
1589
1421
|
name: "{{name2}}",
|
|
1590
1422
|
content: {
|
|
1591
1423
|
text: "oh hey",
|
|
1592
|
-
actions: [
|
|
1593
|
-
"NONE"
|
|
1594
|
-
]
|
|
1424
|
+
actions: ["NONE"]
|
|
1595
1425
|
}
|
|
1596
1426
|
}
|
|
1597
1427
|
],
|
|
@@ -1606,9 +1436,7 @@ var init_action_docs = __esm(() => {
|
|
|
1606
1436
|
name: "{{name2}}",
|
|
1607
1437
|
content: {
|
|
1608
1438
|
text: "yeah but its a pain to get into node.js",
|
|
1609
|
-
actions: [
|
|
1610
|
-
"NONE"
|
|
1611
|
-
]
|
|
1439
|
+
actions: ["NONE"]
|
|
1612
1440
|
}
|
|
1613
1441
|
}
|
|
1614
1442
|
],
|
|
@@ -1617,18 +1445,14 @@ var init_action_docs = __esm(() => {
|
|
|
1617
1445
|
name: "{{name1}}",
|
|
1618
1446
|
content: {
|
|
1619
1447
|
text: "u think aliens are real",
|
|
1620
|
-
actions: [
|
|
1621
|
-
"NONE"
|
|
1622
|
-
]
|
|
1448
|
+
actions: ["NONE"]
|
|
1623
1449
|
}
|
|
1624
1450
|
},
|
|
1625
1451
|
{
|
|
1626
1452
|
name: "{{name2}}",
|
|
1627
1453
|
content: {
|
|
1628
1454
|
text: "ya obviously",
|
|
1629
|
-
actions: [
|
|
1630
|
-
"NONE"
|
|
1631
|
-
]
|
|
1455
|
+
actions: ["NONE"]
|
|
1632
1456
|
}
|
|
1633
1457
|
}
|
|
1634
1458
|
],
|
|
@@ -1637,18 +1461,14 @@ var init_action_docs = __esm(() => {
|
|
|
1637
1461
|
name: "{{name1}}",
|
|
1638
1462
|
content: {
|
|
1639
1463
|
text: "drop a joke on me",
|
|
1640
|
-
actions: [
|
|
1641
|
-
"NONE"
|
|
1642
|
-
]
|
|
1464
|
+
actions: ["NONE"]
|
|
1643
1465
|
}
|
|
1644
1466
|
},
|
|
1645
1467
|
{
|
|
1646
1468
|
name: "{{name2}}",
|
|
1647
1469
|
content: {
|
|
1648
1470
|
text: "why dont scientists trust atoms cuz they make up everything lmao",
|
|
1649
|
-
actions: [
|
|
1650
|
-
"NONE"
|
|
1651
|
-
]
|
|
1471
|
+
actions: ["NONE"]
|
|
1652
1472
|
}
|
|
1653
1473
|
}
|
|
1654
1474
|
]
|
|
@@ -1672,15 +1492,9 @@ var init_action_docs = __esm(() => {
|
|
|
1672
1492
|
required: true,
|
|
1673
1493
|
schema: {
|
|
1674
1494
|
type: "string",
|
|
1675
|
-
enum: [
|
|
1676
|
-
"user",
|
|
1677
|
-
"room"
|
|
1678
|
-
]
|
|
1495
|
+
enum: ["user", "room"]
|
|
1679
1496
|
},
|
|
1680
|
-
examples: [
|
|
1681
|
-
"user",
|
|
1682
|
-
"room"
|
|
1683
|
-
]
|
|
1497
|
+
examples: ["user", "room"]
|
|
1684
1498
|
},
|
|
1685
1499
|
{
|
|
1686
1500
|
name: "source",
|
|
@@ -1689,10 +1503,7 @@ var init_action_docs = __esm(() => {
|
|
|
1689
1503
|
schema: {
|
|
1690
1504
|
type: "string"
|
|
1691
1505
|
},
|
|
1692
|
-
examples: [
|
|
1693
|
-
"telegram",
|
|
1694
|
-
"discord"
|
|
1695
|
-
]
|
|
1506
|
+
examples: ["telegram", "discord"]
|
|
1696
1507
|
},
|
|
1697
1508
|
{
|
|
1698
1509
|
name: "target",
|
|
@@ -1701,10 +1512,7 @@ var init_action_docs = __esm(() => {
|
|
|
1701
1512
|
schema: {
|
|
1702
1513
|
type: "string"
|
|
1703
1514
|
},
|
|
1704
|
-
examples: [
|
|
1705
|
-
"dev_guru",
|
|
1706
|
-
"announcements"
|
|
1707
|
-
]
|
|
1515
|
+
examples: ["dev_guru", "announcements"]
|
|
1708
1516
|
},
|
|
1709
1517
|
{
|
|
1710
1518
|
name: "text",
|
|
@@ -1713,10 +1521,7 @@ var init_action_docs = __esm(() => {
|
|
|
1713
1521
|
schema: {
|
|
1714
1522
|
type: "string"
|
|
1715
1523
|
},
|
|
1716
|
-
examples: [
|
|
1717
|
-
"Hello!",
|
|
1718
|
-
"Important announcement!"
|
|
1719
|
-
]
|
|
1524
|
+
examples: ["Hello!", "Important announcement!"]
|
|
1720
1525
|
}
|
|
1721
1526
|
],
|
|
1722
1527
|
examples: [
|
|
@@ -1731,9 +1536,7 @@ var init_action_docs = __esm(() => {
|
|
|
1731
1536
|
name: "{{name2}}",
|
|
1732
1537
|
content: {
|
|
1733
1538
|
text: "Message sent to dev_guru on telegram.",
|
|
1734
|
-
actions: [
|
|
1735
|
-
"SEND_MESSAGE"
|
|
1736
|
-
]
|
|
1539
|
+
actions: ["SEND_MESSAGE"]
|
|
1737
1540
|
}
|
|
1738
1541
|
}
|
|
1739
1542
|
],
|
|
@@ -1748,9 +1551,7 @@ var init_action_docs = __esm(() => {
|
|
|
1748
1551
|
name: "{{name2}}",
|
|
1749
1552
|
content: {
|
|
1750
1553
|
text: "Message sent to announcements.",
|
|
1751
|
-
actions: [
|
|
1752
|
-
"SEND_MESSAGE"
|
|
1753
|
-
]
|
|
1554
|
+
actions: ["SEND_MESSAGE"]
|
|
1754
1555
|
}
|
|
1755
1556
|
}
|
|
1756
1557
|
],
|
|
@@ -1765,9 +1566,7 @@ var init_action_docs = __esm(() => {
|
|
|
1765
1566
|
name: "{{name2}}",
|
|
1766
1567
|
content: {
|
|
1767
1568
|
text: "Message sent to Jimmy.",
|
|
1768
|
-
actions: [
|
|
1769
|
-
"SEND_MESSAGE"
|
|
1770
|
-
]
|
|
1569
|
+
actions: ["SEND_MESSAGE"]
|
|
1771
1570
|
}
|
|
1772
1571
|
}
|
|
1773
1572
|
]
|
|
@@ -1775,10 +1574,7 @@ var init_action_docs = __esm(() => {
|
|
|
1775
1574
|
exampleCalls: [
|
|
1776
1575
|
{
|
|
1777
1576
|
user: 'Send a message to @dev_guru on telegram saying "Hello!"',
|
|
1778
|
-
actions: [
|
|
1779
|
-
"REPLY",
|
|
1780
|
-
"SEND_MESSAGE"
|
|
1781
|
-
],
|
|
1577
|
+
actions: ["REPLY", "SEND_MESSAGE"],
|
|
1782
1578
|
params: {
|
|
1783
1579
|
SEND_MESSAGE: {
|
|
1784
1580
|
targetType: "user",
|
|
@@ -1819,10 +1615,7 @@ var init_action_docs = __esm(() => {
|
|
|
1819
1615
|
schema: {
|
|
1820
1616
|
type: "string"
|
|
1821
1617
|
},
|
|
1822
|
-
examples: [
|
|
1823
|
-
"Sarah Chen",
|
|
1824
|
-
"John Smith"
|
|
1825
|
-
]
|
|
1618
|
+
examples: ["Sarah Chen", "John Smith"]
|
|
1826
1619
|
},
|
|
1827
1620
|
{
|
|
1828
1621
|
name: "notes",
|
|
@@ -1831,9 +1624,7 @@ var init_action_docs = __esm(() => {
|
|
|
1831
1624
|
schema: {
|
|
1832
1625
|
type: "string"
|
|
1833
1626
|
},
|
|
1834
|
-
examples: [
|
|
1835
|
-
"Met at the AI meetup; interested in agents"
|
|
1836
|
-
]
|
|
1627
|
+
examples: ["Met at the AI meetup; interested in agents"]
|
|
1837
1628
|
}
|
|
1838
1629
|
],
|
|
1839
1630
|
examples: [
|
|
@@ -1884,11 +1675,7 @@ var init_action_docs = __esm(() => {
|
|
|
1884
1675
|
{
|
|
1885
1676
|
name: "UPDATE_CONTACT",
|
|
1886
1677
|
description: "Update an existing contact's details in the rolodex.",
|
|
1887
|
-
similes: [
|
|
1888
|
-
"EDIT_CONTACT",
|
|
1889
|
-
"MODIFY_CONTACT",
|
|
1890
|
-
"CHANGE_CONTACT_INFO"
|
|
1891
|
-
],
|
|
1678
|
+
similes: ["EDIT_CONTACT", "MODIFY_CONTACT", "CHANGE_CONTACT_INFO"],
|
|
1892
1679
|
parameters: [
|
|
1893
1680
|
{
|
|
1894
1681
|
name: "name",
|
|
@@ -1897,9 +1684,7 @@ var init_action_docs = __esm(() => {
|
|
|
1897
1684
|
schema: {
|
|
1898
1685
|
type: "string"
|
|
1899
1686
|
},
|
|
1900
|
-
examples: [
|
|
1901
|
-
"Sarah Chen"
|
|
1902
|
-
]
|
|
1687
|
+
examples: ["Sarah Chen"]
|
|
1903
1688
|
},
|
|
1904
1689
|
{
|
|
1905
1690
|
name: "updates",
|
|
@@ -1908,9 +1693,7 @@ var init_action_docs = __esm(() => {
|
|
|
1908
1693
|
schema: {
|
|
1909
1694
|
type: "string"
|
|
1910
1695
|
},
|
|
1911
|
-
examples: [
|
|
1912
|
-
'{"notes":"prefers email","tags":["friend"]}'
|
|
1913
|
-
]
|
|
1696
|
+
examples: ['{"notes":"prefers email","tags":["friend"]}']
|
|
1914
1697
|
}
|
|
1915
1698
|
],
|
|
1916
1699
|
examples: [
|
|
@@ -1948,9 +1731,7 @@ var init_action_docs = __esm(() => {
|
|
|
1948
1731
|
schema: {
|
|
1949
1732
|
type: "string"
|
|
1950
1733
|
},
|
|
1951
|
-
examples: [
|
|
1952
|
-
"Sarah Chen"
|
|
1953
|
-
]
|
|
1734
|
+
examples: ["Sarah Chen"]
|
|
1954
1735
|
}
|
|
1955
1736
|
],
|
|
1956
1737
|
examples: [
|
|
@@ -2004,10 +1785,7 @@ var init_action_docs = __esm(() => {
|
|
|
2004
1785
|
schema: {
|
|
2005
1786
|
type: "string"
|
|
2006
1787
|
},
|
|
2007
|
-
examples: [
|
|
2008
|
-
"sarah",
|
|
2009
|
-
"AI meetup"
|
|
2010
|
-
]
|
|
1788
|
+
examples: ["sarah", "AI meetup"]
|
|
2011
1789
|
}
|
|
2012
1790
|
],
|
|
2013
1791
|
examples: [
|
|
@@ -2050,9 +1828,7 @@ var init_action_docs = __esm(() => {
|
|
|
2050
1828
|
schema: {
|
|
2051
1829
|
type: "string"
|
|
2052
1830
|
},
|
|
2053
|
-
examples: [
|
|
2054
|
-
"Sarah Chen"
|
|
2055
|
-
]
|
|
1831
|
+
examples: ["Sarah Chen"]
|
|
2056
1832
|
},
|
|
2057
1833
|
{
|
|
2058
1834
|
name: "when",
|
|
@@ -2061,9 +1837,7 @@ var init_action_docs = __esm(() => {
|
|
|
2061
1837
|
schema: {
|
|
2062
1838
|
type: "string"
|
|
2063
1839
|
},
|
|
2064
|
-
examples: [
|
|
2065
|
-
"2026-02-01T09:00:00Z"
|
|
2066
|
-
]
|
|
1840
|
+
examples: ["2026-02-01T09:00:00Z"]
|
|
2067
1841
|
},
|
|
2068
1842
|
{
|
|
2069
1843
|
name: "reason",
|
|
@@ -2072,9 +1846,7 @@ var init_action_docs = __esm(() => {
|
|
|
2072
1846
|
schema: {
|
|
2073
1847
|
type: "string"
|
|
2074
1848
|
},
|
|
2075
|
-
examples: [
|
|
2076
|
-
"Check in about the agent framework demo"
|
|
2077
|
-
]
|
|
1849
|
+
examples: ["Check in about the agent framework demo"]
|
|
2078
1850
|
}
|
|
2079
1851
|
],
|
|
2080
1852
|
examples: [
|
|
@@ -2114,9 +1886,7 @@ var init_action_docs = __esm(() => {
|
|
|
2114
1886
|
schema: {
|
|
2115
1887
|
type: "string"
|
|
2116
1888
|
},
|
|
2117
|
-
examples: [
|
|
2118
|
-
"c0a8012e"
|
|
2119
|
-
]
|
|
1889
|
+
examples: ["c0a8012e"]
|
|
2120
1890
|
},
|
|
2121
1891
|
{
|
|
2122
1892
|
name: "option",
|
|
@@ -2125,10 +1895,7 @@ var init_action_docs = __esm(() => {
|
|
|
2125
1895
|
schema: {
|
|
2126
1896
|
type: "string"
|
|
2127
1897
|
},
|
|
2128
|
-
examples: [
|
|
2129
|
-
"APPROVE",
|
|
2130
|
-
"ABORT"
|
|
2131
|
-
]
|
|
1898
|
+
examples: ["APPROVE", "ABORT"]
|
|
2132
1899
|
}
|
|
2133
1900
|
],
|
|
2134
1901
|
examples: [
|
|
@@ -2143,9 +1910,7 @@ var init_action_docs = __esm(() => {
|
|
|
2143
1910
|
name: "{{name2}}",
|
|
2144
1911
|
content: {
|
|
2145
1912
|
text: "I've selected option 1 for the pending task.",
|
|
2146
|
-
actions: [
|
|
2147
|
-
"CHOOSE_OPTION"
|
|
2148
|
-
]
|
|
1913
|
+
actions: ["CHOOSE_OPTION"]
|
|
2149
1914
|
}
|
|
2150
1915
|
}
|
|
2151
1916
|
]
|
|
@@ -2172,9 +1937,7 @@ var init_action_docs = __esm(() => {
|
|
|
2172
1937
|
schema: {
|
|
2173
1938
|
type: "string"
|
|
2174
1939
|
},
|
|
2175
|
-
examples: [
|
|
2176
|
-
"00000000-0000-0000-0000-000000000000"
|
|
2177
|
-
]
|
|
1940
|
+
examples: ["00000000-0000-0000-0000-000000000000"]
|
|
2178
1941
|
}
|
|
2179
1942
|
],
|
|
2180
1943
|
examples: [
|
|
@@ -2189,9 +1952,7 @@ var init_action_docs = __esm(() => {
|
|
|
2189
1952
|
name: "{{name2}}",
|
|
2190
1953
|
content: {
|
|
2191
1954
|
text: "Sure, I will now follow this room and chime in",
|
|
2192
|
-
actions: [
|
|
2193
|
-
"FOLLOW_ROOM"
|
|
2194
|
-
]
|
|
1955
|
+
actions: ["FOLLOW_ROOM"]
|
|
2195
1956
|
}
|
|
2196
1957
|
}
|
|
2197
1958
|
],
|
|
@@ -2206,9 +1967,7 @@ var init_action_docs = __esm(() => {
|
|
|
2206
1967
|
name: "{{name2}}",
|
|
2207
1968
|
content: {
|
|
2208
1969
|
text: "you got it, i'm here",
|
|
2209
|
-
actions: [
|
|
2210
|
-
"FOLLOW_ROOM"
|
|
2211
|
-
]
|
|
1970
|
+
actions: ["FOLLOW_ROOM"]
|
|
2212
1971
|
}
|
|
2213
1972
|
}
|
|
2214
1973
|
]
|
|
@@ -2235,9 +1994,7 @@ var init_action_docs = __esm(() => {
|
|
|
2235
1994
|
schema: {
|
|
2236
1995
|
type: "string"
|
|
2237
1996
|
},
|
|
2238
|
-
examples: [
|
|
2239
|
-
"00000000-0000-0000-0000-000000000000"
|
|
2240
|
-
]
|
|
1997
|
+
examples: ["00000000-0000-0000-0000-000000000000"]
|
|
2241
1998
|
}
|
|
2242
1999
|
],
|
|
2243
2000
|
examples: [
|
|
@@ -2252,9 +2009,7 @@ var init_action_docs = __esm(() => {
|
|
|
2252
2009
|
name: "{{name2}}",
|
|
2253
2010
|
content: {
|
|
2254
2011
|
text: "Okay, I'll stop following this room",
|
|
2255
|
-
actions: [
|
|
2256
|
-
"UNFOLLOW_ROOM"
|
|
2257
|
-
]
|
|
2012
|
+
actions: ["UNFOLLOW_ROOM"]
|
|
2258
2013
|
}
|
|
2259
2014
|
}
|
|
2260
2015
|
]
|
|
@@ -2281,9 +2036,7 @@ var init_action_docs = __esm(() => {
|
|
|
2281
2036
|
schema: {
|
|
2282
2037
|
type: "string"
|
|
2283
2038
|
},
|
|
2284
|
-
examples: [
|
|
2285
|
-
"00000000-0000-0000-0000-000000000000"
|
|
2286
|
-
]
|
|
2039
|
+
examples: ["00000000-0000-0000-0000-000000000000"]
|
|
2287
2040
|
}
|
|
2288
2041
|
],
|
|
2289
2042
|
examples: [
|
|
@@ -2298,9 +2051,7 @@ var init_action_docs = __esm(() => {
|
|
|
2298
2051
|
name: "{{name2}}",
|
|
2299
2052
|
content: {
|
|
2300
2053
|
text: "Got it",
|
|
2301
|
-
actions: [
|
|
2302
|
-
"MUTE_ROOM"
|
|
2303
|
-
]
|
|
2054
|
+
actions: ["MUTE_ROOM"]
|
|
2304
2055
|
}
|
|
2305
2056
|
}
|
|
2306
2057
|
],
|
|
@@ -2315,9 +2066,7 @@ var init_action_docs = __esm(() => {
|
|
|
2315
2066
|
name: "{{name2}}",
|
|
2316
2067
|
content: {
|
|
2317
2068
|
text: "np going silent",
|
|
2318
|
-
actions: [
|
|
2319
|
-
"MUTE_ROOM"
|
|
2320
|
-
]
|
|
2069
|
+
actions: ["MUTE_ROOM"]
|
|
2321
2070
|
}
|
|
2322
2071
|
}
|
|
2323
2072
|
]
|
|
@@ -2344,9 +2093,7 @@ var init_action_docs = __esm(() => {
|
|
|
2344
2093
|
schema: {
|
|
2345
2094
|
type: "string"
|
|
2346
2095
|
},
|
|
2347
|
-
examples: [
|
|
2348
|
-
"00000000-0000-0000-0000-000000000000"
|
|
2349
|
-
]
|
|
2096
|
+
examples: ["00000000-0000-0000-0000-000000000000"]
|
|
2350
2097
|
}
|
|
2351
2098
|
],
|
|
2352
2099
|
examples: [
|
|
@@ -2361,9 +2108,7 @@ var init_action_docs = __esm(() => {
|
|
|
2361
2108
|
name: "{{name2}}",
|
|
2362
2109
|
content: {
|
|
2363
2110
|
text: "I've unmuted this room and will respond again",
|
|
2364
|
-
actions: [
|
|
2365
|
-
"UNMUTE_ROOM"
|
|
2366
|
-
]
|
|
2111
|
+
actions: ["UNMUTE_ROOM"]
|
|
2367
2112
|
}
|
|
2368
2113
|
}
|
|
2369
2114
|
]
|
|
@@ -2391,9 +2136,7 @@ var init_action_docs = __esm(() => {
|
|
|
2391
2136
|
schema: {
|
|
2392
2137
|
type: "string"
|
|
2393
2138
|
},
|
|
2394
|
-
examples: [
|
|
2395
|
-
'[{"key":"model","value":"gpt-5"}]'
|
|
2396
|
-
]
|
|
2139
|
+
examples: ['[{"key":"model","value":"gpt-5"}]']
|
|
2397
2140
|
}
|
|
2398
2141
|
],
|
|
2399
2142
|
examples: [
|
|
@@ -2408,9 +2151,7 @@ var init_action_docs = __esm(() => {
|
|
|
2408
2151
|
name: "{{name2}}",
|
|
2409
2152
|
content: {
|
|
2410
2153
|
text: "I've updated your language setting to French.",
|
|
2411
|
-
actions: [
|
|
2412
|
-
"UPDATE_SETTINGS"
|
|
2413
|
-
]
|
|
2154
|
+
actions: ["UPDATE_SETTINGS"]
|
|
2414
2155
|
}
|
|
2415
2156
|
}
|
|
2416
2157
|
]
|
|
@@ -2436,9 +2177,7 @@ var init_action_docs = __esm(() => {
|
|
|
2436
2177
|
schema: {
|
|
2437
2178
|
type: "string"
|
|
2438
2179
|
},
|
|
2439
|
-
examples: [
|
|
2440
|
-
"00000000-0000-0000-0000-000000000000"
|
|
2441
|
-
]
|
|
2180
|
+
examples: ["00000000-0000-0000-0000-000000000000"]
|
|
2442
2181
|
},
|
|
2443
2182
|
{
|
|
2444
2183
|
name: "role",
|
|
@@ -2447,10 +2186,7 @@ var init_action_docs = __esm(() => {
|
|
|
2447
2186
|
schema: {
|
|
2448
2187
|
type: "string"
|
|
2449
2188
|
},
|
|
2450
|
-
examples: [
|
|
2451
|
-
"admin",
|
|
2452
|
-
"member"
|
|
2453
|
-
]
|
|
2189
|
+
examples: ["admin", "member"]
|
|
2454
2190
|
}
|
|
2455
2191
|
],
|
|
2456
2192
|
examples: [
|
|
@@ -2465,9 +2201,7 @@ var init_action_docs = __esm(() => {
|
|
|
2465
2201
|
name: "{{name2}}",
|
|
2466
2202
|
content: {
|
|
2467
2203
|
text: "I've assigned the admin role to Sarah.",
|
|
2468
|
-
actions: [
|
|
2469
|
-
"UPDATE_ROLE"
|
|
2470
|
-
]
|
|
2204
|
+
actions: ["UPDATE_ROLE"]
|
|
2471
2205
|
}
|
|
2472
2206
|
}
|
|
2473
2207
|
]
|
|
@@ -2491,9 +2225,7 @@ var init_action_docs = __esm(() => {
|
|
|
2491
2225
|
schema: {
|
|
2492
2226
|
type: "string"
|
|
2493
2227
|
},
|
|
2494
|
-
examples: [
|
|
2495
|
-
"00000000-0000-0000-0000-000000000000"
|
|
2496
|
-
]
|
|
2228
|
+
examples: ["00000000-0000-0000-0000-000000000000"]
|
|
2497
2229
|
},
|
|
2498
2230
|
{
|
|
2499
2231
|
name: "updates",
|
|
@@ -2502,9 +2234,7 @@ var init_action_docs = __esm(() => {
|
|
|
2502
2234
|
schema: {
|
|
2503
2235
|
type: "string"
|
|
2504
2236
|
},
|
|
2505
|
-
examples: [
|
|
2506
|
-
'[{"name":"bio","value":"Loves Rust"}]'
|
|
2507
|
-
]
|
|
2237
|
+
examples: ['[{"name":"bio","value":"Loves Rust"}]']
|
|
2508
2238
|
}
|
|
2509
2239
|
],
|
|
2510
2240
|
examples: [
|
|
@@ -2519,9 +2249,7 @@ var init_action_docs = __esm(() => {
|
|
|
2519
2249
|
name: "{{name2}}",
|
|
2520
2250
|
content: {
|
|
2521
2251
|
text: "I've updated your profile bio.",
|
|
2522
|
-
actions: [
|
|
2523
|
-
"UPDATE_ENTITY"
|
|
2524
|
-
]
|
|
2252
|
+
actions: ["UPDATE_ENTITY"]
|
|
2525
2253
|
}
|
|
2526
2254
|
}
|
|
2527
2255
|
]
|
|
@@ -2547,9 +2275,7 @@ var init_action_docs = __esm(() => {
|
|
|
2547
2275
|
schema: {
|
|
2548
2276
|
type: "string"
|
|
2549
2277
|
},
|
|
2550
|
-
examples: [
|
|
2551
|
-
"A futuristic cityscape at sunset, cinematic lighting"
|
|
2552
|
-
]
|
|
2278
|
+
examples: ["A futuristic cityscape at sunset, cinematic lighting"]
|
|
2553
2279
|
}
|
|
2554
2280
|
],
|
|
2555
2281
|
examples: [
|
|
@@ -2564,9 +2290,7 @@ var init_action_docs = __esm(() => {
|
|
|
2564
2290
|
name: "{{name2}}",
|
|
2565
2291
|
content: {
|
|
2566
2292
|
text: "Sure, I'll create a futuristic city image for you. One moment...",
|
|
2567
|
-
actions: [
|
|
2568
|
-
"GENERATE_IMAGE"
|
|
2569
|
-
]
|
|
2293
|
+
actions: ["GENERATE_IMAGE"]
|
|
2570
2294
|
}
|
|
2571
2295
|
}
|
|
2572
2296
|
],
|
|
@@ -2581,9 +2305,7 @@ var init_action_docs = __esm(() => {
|
|
|
2581
2305
|
name: "{{name2}}",
|
|
2582
2306
|
content: {
|
|
2583
2307
|
text: "I'll create a visualization of a neural network for you, one sec...",
|
|
2584
|
-
actions: [
|
|
2585
|
-
"GENERATE_IMAGE"
|
|
2586
|
-
]
|
|
2308
|
+
actions: ["GENERATE_IMAGE"]
|
|
2587
2309
|
}
|
|
2588
2310
|
}
|
|
2589
2311
|
],
|
|
@@ -2598,9 +2320,7 @@ var init_action_docs = __esm(() => {
|
|
|
2598
2320
|
name: "{{name2}}",
|
|
2599
2321
|
content: {
|
|
2600
2322
|
text: "Creating an image to capture calmness for you, please wait a moment...",
|
|
2601
|
-
actions: [
|
|
2602
|
-
"GENERATE_IMAGE"
|
|
2603
|
-
]
|
|
2323
|
+
actions: ["GENERATE_IMAGE"]
|
|
2604
2324
|
}
|
|
2605
2325
|
}
|
|
2606
2326
|
]
|
|
@@ -3094,11 +2814,7 @@ Message Sender: Lisa (user-789)`,
|
|
|
3094
2814
|
{
|
|
3095
2815
|
name: "LONG_TERM_MEMORY_EXTRACTION",
|
|
3096
2816
|
description: "Extracts long-term facts about users from conversations. Identifies and stores persistent information like preferences, interests, and personal details.",
|
|
3097
|
-
similes: [
|
|
3098
|
-
"MEMORY_EXTRACTION",
|
|
3099
|
-
"FACT_LEARNING",
|
|
3100
|
-
"USER_PROFILING"
|
|
3101
|
-
],
|
|
2817
|
+
similes: ["MEMORY_EXTRACTION", "FACT_LEARNING", "USER_PROFILING"],
|
|
3102
2818
|
alwaysRun: true,
|
|
3103
2819
|
examples: []
|
|
3104
2820
|
}
|
|
@@ -3330,11 +3046,7 @@ Message Sender: Lisa (user-789)`,
|
|
|
3330
3046
|
{
|
|
3331
3047
|
name: "LONG_TERM_MEMORY_EXTRACTION",
|
|
3332
3048
|
description: "Extracts long-term facts about users from conversations. Identifies and stores persistent information like preferences, interests, and personal details.",
|
|
3333
|
-
similes: [
|
|
3334
|
-
"MEMORY_EXTRACTION",
|
|
3335
|
-
"FACT_LEARNING",
|
|
3336
|
-
"USER_PROFILING"
|
|
3337
|
-
],
|
|
3049
|
+
similes: ["MEMORY_EXTRACTION", "FACT_LEARNING", "USER_PROFILING"],
|
|
3338
3050
|
alwaysRun: true,
|
|
3339
3051
|
examples: []
|
|
3340
3052
|
}
|
|
@@ -107920,7 +107632,7 @@ class DefaultMessageService {
|
|
|
107920
107632
|
try {
|
|
107921
107633
|
const voiceSettings = runtime2.character.settings?.voice;
|
|
107922
107634
|
const model2 = voiceSettings?.model || "en_US-male-medium";
|
|
107923
|
-
const voiceId = voiceSettings?.url || voiceSettings?.voiceId || "
|
|
107635
|
+
const voiceId = voiceSettings?.url || voiceSettings?.voiceId || "nova";
|
|
107924
107636
|
const key2 = voiceCache.generateKey(first, voiceId, model2);
|
|
107925
107637
|
let audioBuffer = voiceCache.getCached(key2);
|
|
107926
107638
|
if (!audioBuffer) {
|
|
@@ -107985,7 +107697,7 @@ class DefaultMessageService {
|
|
|
107985
107697
|
try {
|
|
107986
107698
|
const voiceSettings = runtime2.character.settings?.voice;
|
|
107987
107699
|
const model2 = voiceSettings?.model || "en_US-male-medium";
|
|
107988
|
-
const voiceId = voiceSettings?.url || voiceSettings?.voiceId || "
|
|
107700
|
+
const voiceId = voiceSettings?.url || voiceSettings?.voiceId || "nova";
|
|
107989
107701
|
const key2 = voiceCache.generateKey(rest, voiceId, model2);
|
|
107990
107702
|
let audioBuffer = voiceCache.getCached(key2);
|
|
107991
107703
|
if (!audioBuffer) {
|
|
@@ -109724,58 +109436,6 @@ class AgentRuntime {
|
|
|
109724
109436
|
if (this.adapter) {
|
|
109725
109437
|
this.logger.warn({ src: "agent", agentId: this.agentId }, "Database adapter already registered, ignoring");
|
|
109726
109438
|
} else {
|
|
109727
|
-
const legacy = adapter2;
|
|
109728
|
-
if (typeof legacy.getAgentsByIds !== "function" && typeof legacy.getAgent === "function") {
|
|
109729
|
-
legacy.getAgentsByIds = async (ids) => {
|
|
109730
|
-
const results = await Promise.all(ids.map((id) => legacy.getAgent(id)));
|
|
109731
|
-
return results.filter(Boolean);
|
|
109732
|
-
};
|
|
109733
|
-
}
|
|
109734
|
-
if (typeof legacy.createAgents !== "function" && typeof legacy.createAgent === "function") {
|
|
109735
|
-
legacy.createAgents = async (agents) => {
|
|
109736
|
-
const ids = [];
|
|
109737
|
-
for (const agent2 of agents) {
|
|
109738
|
-
const ok = await legacy.createAgent(agent2);
|
|
109739
|
-
if (ok && agent2.id)
|
|
109740
|
-
ids.push(agent2.id);
|
|
109741
|
-
}
|
|
109742
|
-
return ids;
|
|
109743
|
-
};
|
|
109744
|
-
}
|
|
109745
|
-
if (typeof legacy.updateAgents !== "function" && typeof legacy.updateAgent === "function") {
|
|
109746
|
-
legacy.updateAgents = async (updates) => {
|
|
109747
|
-
for (const { agentId, agent: agent2 } of updates) {
|
|
109748
|
-
await legacy.updateAgent(agentId, agent2);
|
|
109749
|
-
}
|
|
109750
|
-
return true;
|
|
109751
|
-
};
|
|
109752
|
-
}
|
|
109753
|
-
if (typeof legacy.deleteAgents !== "function" && typeof legacy.deleteAgent === "function") {
|
|
109754
|
-
legacy.deleteAgents = async (ids) => {
|
|
109755
|
-
for (const id of ids) {
|
|
109756
|
-
await legacy.deleteAgent(id);
|
|
109757
|
-
}
|
|
109758
|
-
return true;
|
|
109759
|
-
};
|
|
109760
|
-
}
|
|
109761
|
-
if (typeof legacy.upsertAgents !== "function") {
|
|
109762
|
-
legacy.upsertAgents = async (agents) => {
|
|
109763
|
-
for (const agent2 of agents) {
|
|
109764
|
-
if (!agent2.id)
|
|
109765
|
-
continue;
|
|
109766
|
-
const existing = typeof legacy.getAgent === "function" ? await legacy.getAgent(agent2.id) : null;
|
|
109767
|
-
if (existing) {
|
|
109768
|
-
if (typeof legacy.updateAgent === "function") {
|
|
109769
|
-
await legacy.updateAgent(agent2.id, agent2);
|
|
109770
|
-
}
|
|
109771
|
-
} else {
|
|
109772
|
-
if (typeof legacy.createAgent === "function") {
|
|
109773
|
-
await legacy.createAgent(agent2);
|
|
109774
|
-
}
|
|
109775
|
-
}
|
|
109776
|
-
}
|
|
109777
|
-
};
|
|
109778
|
-
}
|
|
109779
109439
|
this.adapter = adapter2;
|
|
109780
109440
|
this.logger.debug({ src: "agent", agentId: this.agentId }, "Database adapter registered");
|
|
109781
109441
|
}
|
|
@@ -118631,5 +118291,5 @@ export {
|
|
|
118631
118291
|
ADD_CONTACT_TEMPLATE
|
|
118632
118292
|
};
|
|
118633
118293
|
|
|
118634
|
-
//# debugId=
|
|
118294
|
+
//# debugId=CE5E3884DCBA99A364756E2164756E21
|
|
118635
118295
|
//# sourceMappingURL=index.edge.js.map
|