@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.
@@ -155,9 +155,7 @@ var init_action_docs = __esm(() => {
155
155
  name: "{{name2}}",
156
156
  content: {
157
157
  text: "Hi! How can I help you today?",
158
- actions: [
159
- "REPLY"
160
- ]
158
+ actions: ["REPLY"]
161
159
  }
162
160
  }
163
161
  ],
@@ -172,9 +170,7 @@ var init_action_docs = __esm(() => {
172
170
  name: "{{name2}}",
173
171
  content: {
174
172
  text: "I really like deep shades of blue. They remind me of the ocean and the night sky.",
175
- actions: [
176
- "REPLY"
177
- ]
173
+ actions: ["REPLY"]
178
174
  }
179
175
  }
180
176
  ],
@@ -189,9 +185,7 @@ var init_action_docs = __esm(() => {
189
185
  name: "{{name2}}",
190
186
  content: {
191
187
  text: "Let me break that down for you in simple terms...",
192
- actions: [
193
- "REPLY"
194
- ]
188
+ actions: ["REPLY"]
195
189
  }
196
190
  }
197
191
  ],
@@ -206,9 +200,7 @@ var init_action_docs = __esm(() => {
206
200
  name: "{{name2}}",
207
201
  content: {
208
202
  text: "Of course! Let's work through it step by step.",
209
- actions: [
210
- "REPLY"
211
- ]
203
+ actions: ["REPLY"]
212
204
  }
213
205
  }
214
206
  ]
@@ -217,11 +209,7 @@ var init_action_docs = __esm(() => {
217
209
  {
218
210
  name: "IGNORE",
219
211
  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.",
220
- similes: [
221
- "STOP_TALKING",
222
- "STOP_CHATTING",
223
- "STOP_CONVERSATION"
224
- ],
212
+ similes: ["STOP_TALKING", "STOP_CHATTING", "STOP_CONVERSATION"],
225
213
  parameters: [],
226
214
  examples: [
227
215
  [
@@ -235,9 +223,7 @@ var init_action_docs = __esm(() => {
235
223
  name: "{{name2}}",
236
224
  content: {
237
225
  text: "",
238
- actions: [
239
- "IGNORE"
240
- ]
226
+ actions: ["IGNORE"]
241
227
  }
242
228
  }
243
229
  ],
@@ -252,9 +238,7 @@ var init_action_docs = __esm(() => {
252
238
  name: "{{name2}}",
253
239
  content: {
254
240
  text: "",
255
- actions: [
256
- "IGNORE"
257
- ]
241
+ actions: ["IGNORE"]
258
242
  }
259
243
  }
260
244
  ],
@@ -281,9 +265,7 @@ var init_action_docs = __esm(() => {
281
265
  name: "{{name2}}",
282
266
  content: {
283
267
  text: "",
284
- actions: [
285
- "IGNORE"
286
- ]
268
+ actions: ["IGNORE"]
287
269
  }
288
270
  }
289
271
  ],
@@ -304,9 +286,7 @@ var init_action_docs = __esm(() => {
304
286
  name: "{{name1}}",
305
287
  content: {
306
288
  text: "",
307
- actions: [
308
- "IGNORE"
309
- ]
289
+ actions: ["IGNORE"]
310
290
  }
311
291
  }
312
292
  ],
@@ -321,9 +301,7 @@ var init_action_docs = __esm(() => {
321
301
  name: "{{name2}}",
322
302
  content: {
323
303
  text: "thats inappropriate",
324
- actions: [
325
- "IGNORE"
326
- ]
304
+ actions: ["IGNORE"]
327
305
  }
328
306
  }
329
307
  ]
@@ -332,13 +310,7 @@ var init_action_docs = __esm(() => {
332
310
  {
333
311
  name: "NONE",
334
312
  description: "Respond but perform no additional action. This is the default if the agent is speaking and not doing anything additional.",
335
- similes: [
336
- "NO_ACTION",
337
- "NO_RESPONSE",
338
- "NO_REACTION",
339
- "NOOP",
340
- "PASS"
341
- ],
313
+ similes: ["NO_ACTION", "NO_RESPONSE", "NO_REACTION", "NOOP", "PASS"],
342
314
  parameters: [],
343
315
  examples: [
344
316
  [
@@ -352,9 +324,7 @@ var init_action_docs = __esm(() => {
352
324
  name: "{{name2}}",
353
325
  content: {
354
326
  text: "oh hey",
355
- actions: [
356
- "NONE"
357
- ]
327
+ actions: ["NONE"]
358
328
  }
359
329
  }
360
330
  ],
@@ -369,9 +339,7 @@ var init_action_docs = __esm(() => {
369
339
  name: "{{name2}}",
370
340
  content: {
371
341
  text: "yeah but its a pain to get into node.js",
372
- actions: [
373
- "NONE"
374
- ]
342
+ actions: ["NONE"]
375
343
  }
376
344
  }
377
345
  ],
@@ -380,18 +348,14 @@ var init_action_docs = __esm(() => {
380
348
  name: "{{name1}}",
381
349
  content: {
382
350
  text: "u think aliens are real",
383
- actions: [
384
- "NONE"
385
- ]
351
+ actions: ["NONE"]
386
352
  }
387
353
  },
388
354
  {
389
355
  name: "{{name2}}",
390
356
  content: {
391
357
  text: "ya obviously",
392
- actions: [
393
- "NONE"
394
- ]
358
+ actions: ["NONE"]
395
359
  }
396
360
  }
397
361
  ],
@@ -400,18 +364,14 @@ var init_action_docs = __esm(() => {
400
364
  name: "{{name1}}",
401
365
  content: {
402
366
  text: "drop a joke on me",
403
- actions: [
404
- "NONE"
405
- ]
367
+ actions: ["NONE"]
406
368
  }
407
369
  },
408
370
  {
409
371
  name: "{{name2}}",
410
372
  content: {
411
373
  text: "why dont scientists trust atoms cuz they make up everything lmao",
412
- actions: [
413
- "NONE"
414
- ]
374
+ actions: ["NONE"]
415
375
  }
416
376
  }
417
377
  ]
@@ -435,15 +395,9 @@ var init_action_docs = __esm(() => {
435
395
  required: true,
436
396
  schema: {
437
397
  type: "string",
438
- enum: [
439
- "user",
440
- "room"
441
- ]
398
+ enum: ["user", "room"]
442
399
  },
443
- examples: [
444
- "user",
445
- "room"
446
- ]
400
+ examples: ["user", "room"]
447
401
  },
448
402
  {
449
403
  name: "source",
@@ -452,10 +406,7 @@ var init_action_docs = __esm(() => {
452
406
  schema: {
453
407
  type: "string"
454
408
  },
455
- examples: [
456
- "telegram",
457
- "discord"
458
- ]
409
+ examples: ["telegram", "discord"]
459
410
  },
460
411
  {
461
412
  name: "target",
@@ -464,10 +415,7 @@ var init_action_docs = __esm(() => {
464
415
  schema: {
465
416
  type: "string"
466
417
  },
467
- examples: [
468
- "dev_guru",
469
- "announcements"
470
- ]
418
+ examples: ["dev_guru", "announcements"]
471
419
  },
472
420
  {
473
421
  name: "text",
@@ -476,10 +424,7 @@ var init_action_docs = __esm(() => {
476
424
  schema: {
477
425
  type: "string"
478
426
  },
479
- examples: [
480
- "Hello!",
481
- "Important announcement!"
482
- ]
427
+ examples: ["Hello!", "Important announcement!"]
483
428
  }
484
429
  ],
485
430
  examples: [
@@ -494,9 +439,7 @@ var init_action_docs = __esm(() => {
494
439
  name: "{{name2}}",
495
440
  content: {
496
441
  text: "Message sent to dev_guru on telegram.",
497
- actions: [
498
- "SEND_MESSAGE"
499
- ]
442
+ actions: ["SEND_MESSAGE"]
500
443
  }
501
444
  }
502
445
  ],
@@ -511,9 +454,7 @@ var init_action_docs = __esm(() => {
511
454
  name: "{{name2}}",
512
455
  content: {
513
456
  text: "Message sent to announcements.",
514
- actions: [
515
- "SEND_MESSAGE"
516
- ]
457
+ actions: ["SEND_MESSAGE"]
517
458
  }
518
459
  }
519
460
  ],
@@ -528,9 +469,7 @@ var init_action_docs = __esm(() => {
528
469
  name: "{{name2}}",
529
470
  content: {
530
471
  text: "Message sent to Jimmy.",
531
- actions: [
532
- "SEND_MESSAGE"
533
- ]
472
+ actions: ["SEND_MESSAGE"]
534
473
  }
535
474
  }
536
475
  ]
@@ -538,10 +477,7 @@ var init_action_docs = __esm(() => {
538
477
  exampleCalls: [
539
478
  {
540
479
  user: 'Send a message to @dev_guru on telegram saying "Hello!"',
541
- actions: [
542
- "REPLY",
543
- "SEND_MESSAGE"
544
- ],
480
+ actions: ["REPLY", "SEND_MESSAGE"],
545
481
  params: {
546
482
  SEND_MESSAGE: {
547
483
  targetType: "user",
@@ -582,10 +518,7 @@ var init_action_docs = __esm(() => {
582
518
  schema: {
583
519
  type: "string"
584
520
  },
585
- examples: [
586
- "Sarah Chen",
587
- "John Smith"
588
- ]
521
+ examples: ["Sarah Chen", "John Smith"]
589
522
  },
590
523
  {
591
524
  name: "notes",
@@ -594,9 +527,7 @@ var init_action_docs = __esm(() => {
594
527
  schema: {
595
528
  type: "string"
596
529
  },
597
- examples: [
598
- "Met at the AI meetup; interested in agents"
599
- ]
530
+ examples: ["Met at the AI meetup; interested in agents"]
600
531
  }
601
532
  ],
602
533
  examples: [
@@ -647,11 +578,7 @@ var init_action_docs = __esm(() => {
647
578
  {
648
579
  name: "UPDATE_CONTACT",
649
580
  description: "Update an existing contact's details in the rolodex.",
650
- similes: [
651
- "EDIT_CONTACT",
652
- "MODIFY_CONTACT",
653
- "CHANGE_CONTACT_INFO"
654
- ],
581
+ similes: ["EDIT_CONTACT", "MODIFY_CONTACT", "CHANGE_CONTACT_INFO"],
655
582
  parameters: [
656
583
  {
657
584
  name: "name",
@@ -660,9 +587,7 @@ var init_action_docs = __esm(() => {
660
587
  schema: {
661
588
  type: "string"
662
589
  },
663
- examples: [
664
- "Sarah Chen"
665
- ]
590
+ examples: ["Sarah Chen"]
666
591
  },
667
592
  {
668
593
  name: "updates",
@@ -671,9 +596,7 @@ var init_action_docs = __esm(() => {
671
596
  schema: {
672
597
  type: "string"
673
598
  },
674
- examples: [
675
- '{"notes":"prefers email","tags":["friend"]}'
676
- ]
599
+ examples: ['{"notes":"prefers email","tags":["friend"]}']
677
600
  }
678
601
  ],
679
602
  examples: [
@@ -711,9 +634,7 @@ var init_action_docs = __esm(() => {
711
634
  schema: {
712
635
  type: "string"
713
636
  },
714
- examples: [
715
- "Sarah Chen"
716
- ]
637
+ examples: ["Sarah Chen"]
717
638
  }
718
639
  ],
719
640
  examples: [
@@ -767,10 +688,7 @@ var init_action_docs = __esm(() => {
767
688
  schema: {
768
689
  type: "string"
769
690
  },
770
- examples: [
771
- "sarah",
772
- "AI meetup"
773
- ]
691
+ examples: ["sarah", "AI meetup"]
774
692
  }
775
693
  ],
776
694
  examples: [
@@ -813,9 +731,7 @@ var init_action_docs = __esm(() => {
813
731
  schema: {
814
732
  type: "string"
815
733
  },
816
- examples: [
817
- "Sarah Chen"
818
- ]
734
+ examples: ["Sarah Chen"]
819
735
  },
820
736
  {
821
737
  name: "when",
@@ -824,9 +740,7 @@ var init_action_docs = __esm(() => {
824
740
  schema: {
825
741
  type: "string"
826
742
  },
827
- examples: [
828
- "2026-02-01T09:00:00Z"
829
- ]
743
+ examples: ["2026-02-01T09:00:00Z"]
830
744
  },
831
745
  {
832
746
  name: "reason",
@@ -835,9 +749,7 @@ var init_action_docs = __esm(() => {
835
749
  schema: {
836
750
  type: "string"
837
751
  },
838
- examples: [
839
- "Check in about the agent framework demo"
840
- ]
752
+ examples: ["Check in about the agent framework demo"]
841
753
  }
842
754
  ],
843
755
  examples: [
@@ -877,9 +789,7 @@ var init_action_docs = __esm(() => {
877
789
  schema: {
878
790
  type: "string"
879
791
  },
880
- examples: [
881
- "c0a8012e"
882
- ]
792
+ examples: ["c0a8012e"]
883
793
  },
884
794
  {
885
795
  name: "option",
@@ -888,10 +798,7 @@ var init_action_docs = __esm(() => {
888
798
  schema: {
889
799
  type: "string"
890
800
  },
891
- examples: [
892
- "APPROVE",
893
- "ABORT"
894
- ]
801
+ examples: ["APPROVE", "ABORT"]
895
802
  }
896
803
  ],
897
804
  examples: [
@@ -906,9 +813,7 @@ var init_action_docs = __esm(() => {
906
813
  name: "{{name2}}",
907
814
  content: {
908
815
  text: "I've selected option 1 for the pending task.",
909
- actions: [
910
- "CHOOSE_OPTION"
911
- ]
816
+ actions: ["CHOOSE_OPTION"]
912
817
  }
913
818
  }
914
819
  ]
@@ -935,9 +840,7 @@ var init_action_docs = __esm(() => {
935
840
  schema: {
936
841
  type: "string"
937
842
  },
938
- examples: [
939
- "00000000-0000-0000-0000-000000000000"
940
- ]
843
+ examples: ["00000000-0000-0000-0000-000000000000"]
941
844
  }
942
845
  ],
943
846
  examples: [
@@ -952,9 +855,7 @@ var init_action_docs = __esm(() => {
952
855
  name: "{{name2}}",
953
856
  content: {
954
857
  text: "Sure, I will now follow this room and chime in",
955
- actions: [
956
- "FOLLOW_ROOM"
957
- ]
858
+ actions: ["FOLLOW_ROOM"]
958
859
  }
959
860
  }
960
861
  ],
@@ -969,9 +870,7 @@ var init_action_docs = __esm(() => {
969
870
  name: "{{name2}}",
970
871
  content: {
971
872
  text: "you got it, i'm here",
972
- actions: [
973
- "FOLLOW_ROOM"
974
- ]
873
+ actions: ["FOLLOW_ROOM"]
975
874
  }
976
875
  }
977
876
  ]
@@ -998,9 +897,7 @@ var init_action_docs = __esm(() => {
998
897
  schema: {
999
898
  type: "string"
1000
899
  },
1001
- examples: [
1002
- "00000000-0000-0000-0000-000000000000"
1003
- ]
900
+ examples: ["00000000-0000-0000-0000-000000000000"]
1004
901
  }
1005
902
  ],
1006
903
  examples: [
@@ -1015,9 +912,7 @@ var init_action_docs = __esm(() => {
1015
912
  name: "{{name2}}",
1016
913
  content: {
1017
914
  text: "Okay, I'll stop following this room",
1018
- actions: [
1019
- "UNFOLLOW_ROOM"
1020
- ]
915
+ actions: ["UNFOLLOW_ROOM"]
1021
916
  }
1022
917
  }
1023
918
  ]
@@ -1044,9 +939,7 @@ var init_action_docs = __esm(() => {
1044
939
  schema: {
1045
940
  type: "string"
1046
941
  },
1047
- examples: [
1048
- "00000000-0000-0000-0000-000000000000"
1049
- ]
942
+ examples: ["00000000-0000-0000-0000-000000000000"]
1050
943
  }
1051
944
  ],
1052
945
  examples: [
@@ -1061,9 +954,7 @@ var init_action_docs = __esm(() => {
1061
954
  name: "{{name2}}",
1062
955
  content: {
1063
956
  text: "Got it",
1064
- actions: [
1065
- "MUTE_ROOM"
1066
- ]
957
+ actions: ["MUTE_ROOM"]
1067
958
  }
1068
959
  }
1069
960
  ],
@@ -1078,9 +969,7 @@ var init_action_docs = __esm(() => {
1078
969
  name: "{{name2}}",
1079
970
  content: {
1080
971
  text: "np going silent",
1081
- actions: [
1082
- "MUTE_ROOM"
1083
- ]
972
+ actions: ["MUTE_ROOM"]
1084
973
  }
1085
974
  }
1086
975
  ]
@@ -1107,9 +996,7 @@ var init_action_docs = __esm(() => {
1107
996
  schema: {
1108
997
  type: "string"
1109
998
  },
1110
- examples: [
1111
- "00000000-0000-0000-0000-000000000000"
1112
- ]
999
+ examples: ["00000000-0000-0000-0000-000000000000"]
1113
1000
  }
1114
1001
  ],
1115
1002
  examples: [
@@ -1124,9 +1011,7 @@ var init_action_docs = __esm(() => {
1124
1011
  name: "{{name2}}",
1125
1012
  content: {
1126
1013
  text: "I've unmuted this room and will respond again",
1127
- actions: [
1128
- "UNMUTE_ROOM"
1129
- ]
1014
+ actions: ["UNMUTE_ROOM"]
1130
1015
  }
1131
1016
  }
1132
1017
  ]
@@ -1154,9 +1039,7 @@ var init_action_docs = __esm(() => {
1154
1039
  schema: {
1155
1040
  type: "string"
1156
1041
  },
1157
- examples: [
1158
- '[{"key":"model","value":"gpt-5"}]'
1159
- ]
1042
+ examples: ['[{"key":"model","value":"gpt-5"}]']
1160
1043
  }
1161
1044
  ],
1162
1045
  examples: [
@@ -1171,9 +1054,7 @@ var init_action_docs = __esm(() => {
1171
1054
  name: "{{name2}}",
1172
1055
  content: {
1173
1056
  text: "I've updated your language setting to French.",
1174
- actions: [
1175
- "UPDATE_SETTINGS"
1176
- ]
1057
+ actions: ["UPDATE_SETTINGS"]
1177
1058
  }
1178
1059
  }
1179
1060
  ]
@@ -1199,9 +1080,7 @@ var init_action_docs = __esm(() => {
1199
1080
  schema: {
1200
1081
  type: "string"
1201
1082
  },
1202
- examples: [
1203
- "00000000-0000-0000-0000-000000000000"
1204
- ]
1083
+ examples: ["00000000-0000-0000-0000-000000000000"]
1205
1084
  },
1206
1085
  {
1207
1086
  name: "role",
@@ -1210,10 +1089,7 @@ var init_action_docs = __esm(() => {
1210
1089
  schema: {
1211
1090
  type: "string"
1212
1091
  },
1213
- examples: [
1214
- "admin",
1215
- "member"
1216
- ]
1092
+ examples: ["admin", "member"]
1217
1093
  }
1218
1094
  ],
1219
1095
  examples: [
@@ -1228,9 +1104,7 @@ var init_action_docs = __esm(() => {
1228
1104
  name: "{{name2}}",
1229
1105
  content: {
1230
1106
  text: "I've assigned the admin role to Sarah.",
1231
- actions: [
1232
- "UPDATE_ROLE"
1233
- ]
1107
+ actions: ["UPDATE_ROLE"]
1234
1108
  }
1235
1109
  }
1236
1110
  ]
@@ -1254,9 +1128,7 @@ var init_action_docs = __esm(() => {
1254
1128
  schema: {
1255
1129
  type: "string"
1256
1130
  },
1257
- examples: [
1258
- "00000000-0000-0000-0000-000000000000"
1259
- ]
1131
+ examples: ["00000000-0000-0000-0000-000000000000"]
1260
1132
  },
1261
1133
  {
1262
1134
  name: "updates",
@@ -1265,9 +1137,7 @@ var init_action_docs = __esm(() => {
1265
1137
  schema: {
1266
1138
  type: "string"
1267
1139
  },
1268
- examples: [
1269
- '[{"name":"bio","value":"Loves Rust"}]'
1270
- ]
1140
+ examples: ['[{"name":"bio","value":"Loves Rust"}]']
1271
1141
  }
1272
1142
  ],
1273
1143
  examples: [
@@ -1282,9 +1152,7 @@ var init_action_docs = __esm(() => {
1282
1152
  name: "{{name2}}",
1283
1153
  content: {
1284
1154
  text: "I've updated your profile bio.",
1285
- actions: [
1286
- "UPDATE_ENTITY"
1287
- ]
1155
+ actions: ["UPDATE_ENTITY"]
1288
1156
  }
1289
1157
  }
1290
1158
  ]
@@ -1310,9 +1178,7 @@ var init_action_docs = __esm(() => {
1310
1178
  schema: {
1311
1179
  type: "string"
1312
1180
  },
1313
- examples: [
1314
- "A futuristic cityscape at sunset, cinematic lighting"
1315
- ]
1181
+ examples: ["A futuristic cityscape at sunset, cinematic lighting"]
1316
1182
  }
1317
1183
  ],
1318
1184
  examples: [
@@ -1327,9 +1193,7 @@ var init_action_docs = __esm(() => {
1327
1193
  name: "{{name2}}",
1328
1194
  content: {
1329
1195
  text: "Sure, I'll create a futuristic city image for you. One moment...",
1330
- actions: [
1331
- "GENERATE_IMAGE"
1332
- ]
1196
+ actions: ["GENERATE_IMAGE"]
1333
1197
  }
1334
1198
  }
1335
1199
  ],
@@ -1344,9 +1208,7 @@ var init_action_docs = __esm(() => {
1344
1208
  name: "{{name2}}",
1345
1209
  content: {
1346
1210
  text: "I'll create a visualization of a neural network for you, one sec...",
1347
- actions: [
1348
- "GENERATE_IMAGE"
1349
- ]
1211
+ actions: ["GENERATE_IMAGE"]
1350
1212
  }
1351
1213
  }
1352
1214
  ],
@@ -1361,9 +1223,7 @@ var init_action_docs = __esm(() => {
1361
1223
  name: "{{name2}}",
1362
1224
  content: {
1363
1225
  text: "Creating an image to capture calmness for you, please wait a moment...",
1364
- actions: [
1365
- "GENERATE_IMAGE"
1366
- ]
1226
+ actions: ["GENERATE_IMAGE"]
1367
1227
  }
1368
1228
  }
1369
1229
  ]
@@ -1397,9 +1257,7 @@ var init_action_docs = __esm(() => {
1397
1257
  name: "{{name2}}",
1398
1258
  content: {
1399
1259
  text: "Hi! How can I help you today?",
1400
- actions: [
1401
- "REPLY"
1402
- ]
1260
+ actions: ["REPLY"]
1403
1261
  }
1404
1262
  }
1405
1263
  ],
@@ -1414,9 +1272,7 @@ var init_action_docs = __esm(() => {
1414
1272
  name: "{{name2}}",
1415
1273
  content: {
1416
1274
  text: "I really like deep shades of blue. They remind me of the ocean and the night sky.",
1417
- actions: [
1418
- "REPLY"
1419
- ]
1275
+ actions: ["REPLY"]
1420
1276
  }
1421
1277
  }
1422
1278
  ],
@@ -1431,9 +1287,7 @@ var init_action_docs = __esm(() => {
1431
1287
  name: "{{name2}}",
1432
1288
  content: {
1433
1289
  text: "Let me break that down for you in simple terms...",
1434
- actions: [
1435
- "REPLY"
1436
- ]
1290
+ actions: ["REPLY"]
1437
1291
  }
1438
1292
  }
1439
1293
  ],
@@ -1448,9 +1302,7 @@ var init_action_docs = __esm(() => {
1448
1302
  name: "{{name2}}",
1449
1303
  content: {
1450
1304
  text: "Of course! Let's work through it step by step.",
1451
- actions: [
1452
- "REPLY"
1453
- ]
1305
+ actions: ["REPLY"]
1454
1306
  }
1455
1307
  }
1456
1308
  ]
@@ -1459,11 +1311,7 @@ var init_action_docs = __esm(() => {
1459
1311
  {
1460
1312
  name: "IGNORE",
1461
1313
  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.",
1462
- similes: [
1463
- "STOP_TALKING",
1464
- "STOP_CHATTING",
1465
- "STOP_CONVERSATION"
1466
- ],
1314
+ similes: ["STOP_TALKING", "STOP_CHATTING", "STOP_CONVERSATION"],
1467
1315
  parameters: [],
1468
1316
  examples: [
1469
1317
  [
@@ -1477,9 +1325,7 @@ var init_action_docs = __esm(() => {
1477
1325
  name: "{{name2}}",
1478
1326
  content: {
1479
1327
  text: "",
1480
- actions: [
1481
- "IGNORE"
1482
- ]
1328
+ actions: ["IGNORE"]
1483
1329
  }
1484
1330
  }
1485
1331
  ],
@@ -1494,9 +1340,7 @@ var init_action_docs = __esm(() => {
1494
1340
  name: "{{name2}}",
1495
1341
  content: {
1496
1342
  text: "",
1497
- actions: [
1498
- "IGNORE"
1499
- ]
1343
+ actions: ["IGNORE"]
1500
1344
  }
1501
1345
  }
1502
1346
  ],
@@ -1523,9 +1367,7 @@ var init_action_docs = __esm(() => {
1523
1367
  name: "{{name2}}",
1524
1368
  content: {
1525
1369
  text: "",
1526
- actions: [
1527
- "IGNORE"
1528
- ]
1370
+ actions: ["IGNORE"]
1529
1371
  }
1530
1372
  }
1531
1373
  ],
@@ -1546,9 +1388,7 @@ var init_action_docs = __esm(() => {
1546
1388
  name: "{{name1}}",
1547
1389
  content: {
1548
1390
  text: "",
1549
- actions: [
1550
- "IGNORE"
1551
- ]
1391
+ actions: ["IGNORE"]
1552
1392
  }
1553
1393
  }
1554
1394
  ],
@@ -1563,9 +1403,7 @@ var init_action_docs = __esm(() => {
1563
1403
  name: "{{name2}}",
1564
1404
  content: {
1565
1405
  text: "thats inappropriate",
1566
- actions: [
1567
- "IGNORE"
1568
- ]
1406
+ actions: ["IGNORE"]
1569
1407
  }
1570
1408
  }
1571
1409
  ]
@@ -1574,13 +1412,7 @@ var init_action_docs = __esm(() => {
1574
1412
  {
1575
1413
  name: "NONE",
1576
1414
  description: "Respond but perform no additional action. This is the default if the agent is speaking and not doing anything additional.",
1577
- similes: [
1578
- "NO_ACTION",
1579
- "NO_RESPONSE",
1580
- "NO_REACTION",
1581
- "NOOP",
1582
- "PASS"
1583
- ],
1415
+ similes: ["NO_ACTION", "NO_RESPONSE", "NO_REACTION", "NOOP", "PASS"],
1584
1416
  parameters: [],
1585
1417
  examples: [
1586
1418
  [
@@ -1594,9 +1426,7 @@ var init_action_docs = __esm(() => {
1594
1426
  name: "{{name2}}",
1595
1427
  content: {
1596
1428
  text: "oh hey",
1597
- actions: [
1598
- "NONE"
1599
- ]
1429
+ actions: ["NONE"]
1600
1430
  }
1601
1431
  }
1602
1432
  ],
@@ -1611,9 +1441,7 @@ var init_action_docs = __esm(() => {
1611
1441
  name: "{{name2}}",
1612
1442
  content: {
1613
1443
  text: "yeah but its a pain to get into node.js",
1614
- actions: [
1615
- "NONE"
1616
- ]
1444
+ actions: ["NONE"]
1617
1445
  }
1618
1446
  }
1619
1447
  ],
@@ -1622,18 +1450,14 @@ var init_action_docs = __esm(() => {
1622
1450
  name: "{{name1}}",
1623
1451
  content: {
1624
1452
  text: "u think aliens are real",
1625
- actions: [
1626
- "NONE"
1627
- ]
1453
+ actions: ["NONE"]
1628
1454
  }
1629
1455
  },
1630
1456
  {
1631
1457
  name: "{{name2}}",
1632
1458
  content: {
1633
1459
  text: "ya obviously",
1634
- actions: [
1635
- "NONE"
1636
- ]
1460
+ actions: ["NONE"]
1637
1461
  }
1638
1462
  }
1639
1463
  ],
@@ -1642,18 +1466,14 @@ var init_action_docs = __esm(() => {
1642
1466
  name: "{{name1}}",
1643
1467
  content: {
1644
1468
  text: "drop a joke on me",
1645
- actions: [
1646
- "NONE"
1647
- ]
1469
+ actions: ["NONE"]
1648
1470
  }
1649
1471
  },
1650
1472
  {
1651
1473
  name: "{{name2}}",
1652
1474
  content: {
1653
1475
  text: "why dont scientists trust atoms cuz they make up everything lmao",
1654
- actions: [
1655
- "NONE"
1656
- ]
1476
+ actions: ["NONE"]
1657
1477
  }
1658
1478
  }
1659
1479
  ]
@@ -1677,15 +1497,9 @@ var init_action_docs = __esm(() => {
1677
1497
  required: true,
1678
1498
  schema: {
1679
1499
  type: "string",
1680
- enum: [
1681
- "user",
1682
- "room"
1683
- ]
1500
+ enum: ["user", "room"]
1684
1501
  },
1685
- examples: [
1686
- "user",
1687
- "room"
1688
- ]
1502
+ examples: ["user", "room"]
1689
1503
  },
1690
1504
  {
1691
1505
  name: "source",
@@ -1694,10 +1508,7 @@ var init_action_docs = __esm(() => {
1694
1508
  schema: {
1695
1509
  type: "string"
1696
1510
  },
1697
- examples: [
1698
- "telegram",
1699
- "discord"
1700
- ]
1511
+ examples: ["telegram", "discord"]
1701
1512
  },
1702
1513
  {
1703
1514
  name: "target",
@@ -1706,10 +1517,7 @@ var init_action_docs = __esm(() => {
1706
1517
  schema: {
1707
1518
  type: "string"
1708
1519
  },
1709
- examples: [
1710
- "dev_guru",
1711
- "announcements"
1712
- ]
1520
+ examples: ["dev_guru", "announcements"]
1713
1521
  },
1714
1522
  {
1715
1523
  name: "text",
@@ -1718,10 +1526,7 @@ var init_action_docs = __esm(() => {
1718
1526
  schema: {
1719
1527
  type: "string"
1720
1528
  },
1721
- examples: [
1722
- "Hello!",
1723
- "Important announcement!"
1724
- ]
1529
+ examples: ["Hello!", "Important announcement!"]
1725
1530
  }
1726
1531
  ],
1727
1532
  examples: [
@@ -1736,9 +1541,7 @@ var init_action_docs = __esm(() => {
1736
1541
  name: "{{name2}}",
1737
1542
  content: {
1738
1543
  text: "Message sent to dev_guru on telegram.",
1739
- actions: [
1740
- "SEND_MESSAGE"
1741
- ]
1544
+ actions: ["SEND_MESSAGE"]
1742
1545
  }
1743
1546
  }
1744
1547
  ],
@@ -1753,9 +1556,7 @@ var init_action_docs = __esm(() => {
1753
1556
  name: "{{name2}}",
1754
1557
  content: {
1755
1558
  text: "Message sent to announcements.",
1756
- actions: [
1757
- "SEND_MESSAGE"
1758
- ]
1559
+ actions: ["SEND_MESSAGE"]
1759
1560
  }
1760
1561
  }
1761
1562
  ],
@@ -1770,9 +1571,7 @@ var init_action_docs = __esm(() => {
1770
1571
  name: "{{name2}}",
1771
1572
  content: {
1772
1573
  text: "Message sent to Jimmy.",
1773
- actions: [
1774
- "SEND_MESSAGE"
1775
- ]
1574
+ actions: ["SEND_MESSAGE"]
1776
1575
  }
1777
1576
  }
1778
1577
  ]
@@ -1780,10 +1579,7 @@ var init_action_docs = __esm(() => {
1780
1579
  exampleCalls: [
1781
1580
  {
1782
1581
  user: 'Send a message to @dev_guru on telegram saying "Hello!"',
1783
- actions: [
1784
- "REPLY",
1785
- "SEND_MESSAGE"
1786
- ],
1582
+ actions: ["REPLY", "SEND_MESSAGE"],
1787
1583
  params: {
1788
1584
  SEND_MESSAGE: {
1789
1585
  targetType: "user",
@@ -1824,10 +1620,7 @@ var init_action_docs = __esm(() => {
1824
1620
  schema: {
1825
1621
  type: "string"
1826
1622
  },
1827
- examples: [
1828
- "Sarah Chen",
1829
- "John Smith"
1830
- ]
1623
+ examples: ["Sarah Chen", "John Smith"]
1831
1624
  },
1832
1625
  {
1833
1626
  name: "notes",
@@ -1836,9 +1629,7 @@ var init_action_docs = __esm(() => {
1836
1629
  schema: {
1837
1630
  type: "string"
1838
1631
  },
1839
- examples: [
1840
- "Met at the AI meetup; interested in agents"
1841
- ]
1632
+ examples: ["Met at the AI meetup; interested in agents"]
1842
1633
  }
1843
1634
  ],
1844
1635
  examples: [
@@ -1889,11 +1680,7 @@ var init_action_docs = __esm(() => {
1889
1680
  {
1890
1681
  name: "UPDATE_CONTACT",
1891
1682
  description: "Update an existing contact's details in the rolodex.",
1892
- similes: [
1893
- "EDIT_CONTACT",
1894
- "MODIFY_CONTACT",
1895
- "CHANGE_CONTACT_INFO"
1896
- ],
1683
+ similes: ["EDIT_CONTACT", "MODIFY_CONTACT", "CHANGE_CONTACT_INFO"],
1897
1684
  parameters: [
1898
1685
  {
1899
1686
  name: "name",
@@ -1902,9 +1689,7 @@ var init_action_docs = __esm(() => {
1902
1689
  schema: {
1903
1690
  type: "string"
1904
1691
  },
1905
- examples: [
1906
- "Sarah Chen"
1907
- ]
1692
+ examples: ["Sarah Chen"]
1908
1693
  },
1909
1694
  {
1910
1695
  name: "updates",
@@ -1913,9 +1698,7 @@ var init_action_docs = __esm(() => {
1913
1698
  schema: {
1914
1699
  type: "string"
1915
1700
  },
1916
- examples: [
1917
- '{"notes":"prefers email","tags":["friend"]}'
1918
- ]
1701
+ examples: ['{"notes":"prefers email","tags":["friend"]}']
1919
1702
  }
1920
1703
  ],
1921
1704
  examples: [
@@ -1953,9 +1736,7 @@ var init_action_docs = __esm(() => {
1953
1736
  schema: {
1954
1737
  type: "string"
1955
1738
  },
1956
- examples: [
1957
- "Sarah Chen"
1958
- ]
1739
+ examples: ["Sarah Chen"]
1959
1740
  }
1960
1741
  ],
1961
1742
  examples: [
@@ -2009,10 +1790,7 @@ var init_action_docs = __esm(() => {
2009
1790
  schema: {
2010
1791
  type: "string"
2011
1792
  },
2012
- examples: [
2013
- "sarah",
2014
- "AI meetup"
2015
- ]
1793
+ examples: ["sarah", "AI meetup"]
2016
1794
  }
2017
1795
  ],
2018
1796
  examples: [
@@ -2055,9 +1833,7 @@ var init_action_docs = __esm(() => {
2055
1833
  schema: {
2056
1834
  type: "string"
2057
1835
  },
2058
- examples: [
2059
- "Sarah Chen"
2060
- ]
1836
+ examples: ["Sarah Chen"]
2061
1837
  },
2062
1838
  {
2063
1839
  name: "when",
@@ -2066,9 +1842,7 @@ var init_action_docs = __esm(() => {
2066
1842
  schema: {
2067
1843
  type: "string"
2068
1844
  },
2069
- examples: [
2070
- "2026-02-01T09:00:00Z"
2071
- ]
1845
+ examples: ["2026-02-01T09:00:00Z"]
2072
1846
  },
2073
1847
  {
2074
1848
  name: "reason",
@@ -2077,9 +1851,7 @@ var init_action_docs = __esm(() => {
2077
1851
  schema: {
2078
1852
  type: "string"
2079
1853
  },
2080
- examples: [
2081
- "Check in about the agent framework demo"
2082
- ]
1854
+ examples: ["Check in about the agent framework demo"]
2083
1855
  }
2084
1856
  ],
2085
1857
  examples: [
@@ -2119,9 +1891,7 @@ var init_action_docs = __esm(() => {
2119
1891
  schema: {
2120
1892
  type: "string"
2121
1893
  },
2122
- examples: [
2123
- "c0a8012e"
2124
- ]
1894
+ examples: ["c0a8012e"]
2125
1895
  },
2126
1896
  {
2127
1897
  name: "option",
@@ -2130,10 +1900,7 @@ var init_action_docs = __esm(() => {
2130
1900
  schema: {
2131
1901
  type: "string"
2132
1902
  },
2133
- examples: [
2134
- "APPROVE",
2135
- "ABORT"
2136
- ]
1903
+ examples: ["APPROVE", "ABORT"]
2137
1904
  }
2138
1905
  ],
2139
1906
  examples: [
@@ -2148,9 +1915,7 @@ var init_action_docs = __esm(() => {
2148
1915
  name: "{{name2}}",
2149
1916
  content: {
2150
1917
  text: "I've selected option 1 for the pending task.",
2151
- actions: [
2152
- "CHOOSE_OPTION"
2153
- ]
1918
+ actions: ["CHOOSE_OPTION"]
2154
1919
  }
2155
1920
  }
2156
1921
  ]
@@ -2177,9 +1942,7 @@ var init_action_docs = __esm(() => {
2177
1942
  schema: {
2178
1943
  type: "string"
2179
1944
  },
2180
- examples: [
2181
- "00000000-0000-0000-0000-000000000000"
2182
- ]
1945
+ examples: ["00000000-0000-0000-0000-000000000000"]
2183
1946
  }
2184
1947
  ],
2185
1948
  examples: [
@@ -2194,9 +1957,7 @@ var init_action_docs = __esm(() => {
2194
1957
  name: "{{name2}}",
2195
1958
  content: {
2196
1959
  text: "Sure, I will now follow this room and chime in",
2197
- actions: [
2198
- "FOLLOW_ROOM"
2199
- ]
1960
+ actions: ["FOLLOW_ROOM"]
2200
1961
  }
2201
1962
  }
2202
1963
  ],
@@ -2211,9 +1972,7 @@ var init_action_docs = __esm(() => {
2211
1972
  name: "{{name2}}",
2212
1973
  content: {
2213
1974
  text: "you got it, i'm here",
2214
- actions: [
2215
- "FOLLOW_ROOM"
2216
- ]
1975
+ actions: ["FOLLOW_ROOM"]
2217
1976
  }
2218
1977
  }
2219
1978
  ]
@@ -2240,9 +1999,7 @@ var init_action_docs = __esm(() => {
2240
1999
  schema: {
2241
2000
  type: "string"
2242
2001
  },
2243
- examples: [
2244
- "00000000-0000-0000-0000-000000000000"
2245
- ]
2002
+ examples: ["00000000-0000-0000-0000-000000000000"]
2246
2003
  }
2247
2004
  ],
2248
2005
  examples: [
@@ -2257,9 +2014,7 @@ var init_action_docs = __esm(() => {
2257
2014
  name: "{{name2}}",
2258
2015
  content: {
2259
2016
  text: "Okay, I'll stop following this room",
2260
- actions: [
2261
- "UNFOLLOW_ROOM"
2262
- ]
2017
+ actions: ["UNFOLLOW_ROOM"]
2263
2018
  }
2264
2019
  }
2265
2020
  ]
@@ -2286,9 +2041,7 @@ var init_action_docs = __esm(() => {
2286
2041
  schema: {
2287
2042
  type: "string"
2288
2043
  },
2289
- examples: [
2290
- "00000000-0000-0000-0000-000000000000"
2291
- ]
2044
+ examples: ["00000000-0000-0000-0000-000000000000"]
2292
2045
  }
2293
2046
  ],
2294
2047
  examples: [
@@ -2303,9 +2056,7 @@ var init_action_docs = __esm(() => {
2303
2056
  name: "{{name2}}",
2304
2057
  content: {
2305
2058
  text: "Got it",
2306
- actions: [
2307
- "MUTE_ROOM"
2308
- ]
2059
+ actions: ["MUTE_ROOM"]
2309
2060
  }
2310
2061
  }
2311
2062
  ],
@@ -2320,9 +2071,7 @@ var init_action_docs = __esm(() => {
2320
2071
  name: "{{name2}}",
2321
2072
  content: {
2322
2073
  text: "np going silent",
2323
- actions: [
2324
- "MUTE_ROOM"
2325
- ]
2074
+ actions: ["MUTE_ROOM"]
2326
2075
  }
2327
2076
  }
2328
2077
  ]
@@ -2349,9 +2098,7 @@ var init_action_docs = __esm(() => {
2349
2098
  schema: {
2350
2099
  type: "string"
2351
2100
  },
2352
- examples: [
2353
- "00000000-0000-0000-0000-000000000000"
2354
- ]
2101
+ examples: ["00000000-0000-0000-0000-000000000000"]
2355
2102
  }
2356
2103
  ],
2357
2104
  examples: [
@@ -2366,9 +2113,7 @@ var init_action_docs = __esm(() => {
2366
2113
  name: "{{name2}}",
2367
2114
  content: {
2368
2115
  text: "I've unmuted this room and will respond again",
2369
- actions: [
2370
- "UNMUTE_ROOM"
2371
- ]
2116
+ actions: ["UNMUTE_ROOM"]
2372
2117
  }
2373
2118
  }
2374
2119
  ]
@@ -2396,9 +2141,7 @@ var init_action_docs = __esm(() => {
2396
2141
  schema: {
2397
2142
  type: "string"
2398
2143
  },
2399
- examples: [
2400
- '[{"key":"model","value":"gpt-5"}]'
2401
- ]
2144
+ examples: ['[{"key":"model","value":"gpt-5"}]']
2402
2145
  }
2403
2146
  ],
2404
2147
  examples: [
@@ -2413,9 +2156,7 @@ var init_action_docs = __esm(() => {
2413
2156
  name: "{{name2}}",
2414
2157
  content: {
2415
2158
  text: "I've updated your language setting to French.",
2416
- actions: [
2417
- "UPDATE_SETTINGS"
2418
- ]
2159
+ actions: ["UPDATE_SETTINGS"]
2419
2160
  }
2420
2161
  }
2421
2162
  ]
@@ -2441,9 +2182,7 @@ var init_action_docs = __esm(() => {
2441
2182
  schema: {
2442
2183
  type: "string"
2443
2184
  },
2444
- examples: [
2445
- "00000000-0000-0000-0000-000000000000"
2446
- ]
2185
+ examples: ["00000000-0000-0000-0000-000000000000"]
2447
2186
  },
2448
2187
  {
2449
2188
  name: "role",
@@ -2452,10 +2191,7 @@ var init_action_docs = __esm(() => {
2452
2191
  schema: {
2453
2192
  type: "string"
2454
2193
  },
2455
- examples: [
2456
- "admin",
2457
- "member"
2458
- ]
2194
+ examples: ["admin", "member"]
2459
2195
  }
2460
2196
  ],
2461
2197
  examples: [
@@ -2470,9 +2206,7 @@ var init_action_docs = __esm(() => {
2470
2206
  name: "{{name2}}",
2471
2207
  content: {
2472
2208
  text: "I've assigned the admin role to Sarah.",
2473
- actions: [
2474
- "UPDATE_ROLE"
2475
- ]
2209
+ actions: ["UPDATE_ROLE"]
2476
2210
  }
2477
2211
  }
2478
2212
  ]
@@ -2496,9 +2230,7 @@ var init_action_docs = __esm(() => {
2496
2230
  schema: {
2497
2231
  type: "string"
2498
2232
  },
2499
- examples: [
2500
- "00000000-0000-0000-0000-000000000000"
2501
- ]
2233
+ examples: ["00000000-0000-0000-0000-000000000000"]
2502
2234
  },
2503
2235
  {
2504
2236
  name: "updates",
@@ -2507,9 +2239,7 @@ var init_action_docs = __esm(() => {
2507
2239
  schema: {
2508
2240
  type: "string"
2509
2241
  },
2510
- examples: [
2511
- '[{"name":"bio","value":"Loves Rust"}]'
2512
- ]
2242
+ examples: ['[{"name":"bio","value":"Loves Rust"}]']
2513
2243
  }
2514
2244
  ],
2515
2245
  examples: [
@@ -2524,9 +2254,7 @@ var init_action_docs = __esm(() => {
2524
2254
  name: "{{name2}}",
2525
2255
  content: {
2526
2256
  text: "I've updated your profile bio.",
2527
- actions: [
2528
- "UPDATE_ENTITY"
2529
- ]
2257
+ actions: ["UPDATE_ENTITY"]
2530
2258
  }
2531
2259
  }
2532
2260
  ]
@@ -2552,9 +2280,7 @@ var init_action_docs = __esm(() => {
2552
2280
  schema: {
2553
2281
  type: "string"
2554
2282
  },
2555
- examples: [
2556
- "A futuristic cityscape at sunset, cinematic lighting"
2557
- ]
2283
+ examples: ["A futuristic cityscape at sunset, cinematic lighting"]
2558
2284
  }
2559
2285
  ],
2560
2286
  examples: [
@@ -2569,9 +2295,7 @@ var init_action_docs = __esm(() => {
2569
2295
  name: "{{name2}}",
2570
2296
  content: {
2571
2297
  text: "Sure, I'll create a futuristic city image for you. One moment...",
2572
- actions: [
2573
- "GENERATE_IMAGE"
2574
- ]
2298
+ actions: ["GENERATE_IMAGE"]
2575
2299
  }
2576
2300
  }
2577
2301
  ],
@@ -2586,9 +2310,7 @@ var init_action_docs = __esm(() => {
2586
2310
  name: "{{name2}}",
2587
2311
  content: {
2588
2312
  text: "I'll create a visualization of a neural network for you, one sec...",
2589
- actions: [
2590
- "GENERATE_IMAGE"
2591
- ]
2313
+ actions: ["GENERATE_IMAGE"]
2592
2314
  }
2593
2315
  }
2594
2316
  ],
@@ -2603,9 +2325,7 @@ var init_action_docs = __esm(() => {
2603
2325
  name: "{{name2}}",
2604
2326
  content: {
2605
2327
  text: "Creating an image to capture calmness for you, please wait a moment...",
2606
- actions: [
2607
- "GENERATE_IMAGE"
2608
- ]
2328
+ actions: ["GENERATE_IMAGE"]
2609
2329
  }
2610
2330
  }
2611
2331
  ]
@@ -3099,11 +2819,7 @@ Message Sender: Lisa (user-789)`,
3099
2819
  {
3100
2820
  name: "LONG_TERM_MEMORY_EXTRACTION",
3101
2821
  description: "Extracts long-term facts about users from conversations. Identifies and stores persistent information like preferences, interests, and personal details.",
3102
- similes: [
3103
- "MEMORY_EXTRACTION",
3104
- "FACT_LEARNING",
3105
- "USER_PROFILING"
3106
- ],
2822
+ similes: ["MEMORY_EXTRACTION", "FACT_LEARNING", "USER_PROFILING"],
3107
2823
  alwaysRun: true,
3108
2824
  examples: []
3109
2825
  }
@@ -3335,11 +3051,7 @@ Message Sender: Lisa (user-789)`,
3335
3051
  {
3336
3052
  name: "LONG_TERM_MEMORY_EXTRACTION",
3337
3053
  description: "Extracts long-term facts about users from conversations. Identifies and stores persistent information like preferences, interests, and personal details.",
3338
- similes: [
3339
- "MEMORY_EXTRACTION",
3340
- "FACT_LEARNING",
3341
- "USER_PROFILING"
3342
- ],
3054
+ similes: ["MEMORY_EXTRACTION", "FACT_LEARNING", "USER_PROFILING"],
3343
3055
  alwaysRun: true,
3344
3056
  examples: []
3345
3057
  }
@@ -96054,7 +95766,7 @@ class DefaultMessageService {
96054
95766
  try {
96055
95767
  const voiceSettings = runtime2.character.settings?.voice;
96056
95768
  const model2 = voiceSettings?.model || "en_US-male-medium";
96057
- const voiceId = voiceSettings?.url || voiceSettings?.voiceId || "default";
95769
+ const voiceId = voiceSettings?.url || voiceSettings?.voiceId || "nova";
96058
95770
  const key = voiceCache.generateKey(first, voiceId, model2);
96059
95771
  let audioBuffer = voiceCache.getCached(key);
96060
95772
  if (!audioBuffer) {
@@ -96119,7 +95831,7 @@ class DefaultMessageService {
96119
95831
  try {
96120
95832
  const voiceSettings = runtime2.character.settings?.voice;
96121
95833
  const model2 = voiceSettings?.model || "en_US-male-medium";
96122
- const voiceId = voiceSettings?.url || voiceSettings?.voiceId || "default";
95834
+ const voiceId = voiceSettings?.url || voiceSettings?.voiceId || "nova";
96123
95835
  const key = voiceCache.generateKey(rest, voiceId, model2);
96124
95836
  let audioBuffer = voiceCache.getCached(key);
96125
95837
  if (!audioBuffer) {
@@ -97858,58 +97570,6 @@ class AgentRuntime {
97858
97570
  if (this.adapter) {
97859
97571
  this.logger.warn({ src: "agent", agentId: this.agentId }, "Database adapter already registered, ignoring");
97860
97572
  } else {
97861
- const legacy = adapter2;
97862
- if (typeof legacy.getAgentsByIds !== "function" && typeof legacy.getAgent === "function") {
97863
- legacy.getAgentsByIds = async (ids) => {
97864
- const results = await Promise.all(ids.map((id) => legacy.getAgent(id)));
97865
- return results.filter(Boolean);
97866
- };
97867
- }
97868
- if (typeof legacy.createAgents !== "function" && typeof legacy.createAgent === "function") {
97869
- legacy.createAgents = async (agents) => {
97870
- const ids = [];
97871
- for (const agent2 of agents) {
97872
- const ok = await legacy.createAgent(agent2);
97873
- if (ok && agent2.id)
97874
- ids.push(agent2.id);
97875
- }
97876
- return ids;
97877
- };
97878
- }
97879
- if (typeof legacy.updateAgents !== "function" && typeof legacy.updateAgent === "function") {
97880
- legacy.updateAgents = async (updates) => {
97881
- for (const { agentId, agent: agent2 } of updates) {
97882
- await legacy.updateAgent(agentId, agent2);
97883
- }
97884
- return true;
97885
- };
97886
- }
97887
- if (typeof legacy.deleteAgents !== "function" && typeof legacy.deleteAgent === "function") {
97888
- legacy.deleteAgents = async (ids) => {
97889
- for (const id of ids) {
97890
- await legacy.deleteAgent(id);
97891
- }
97892
- return true;
97893
- };
97894
- }
97895
- if (typeof legacy.upsertAgents !== "function") {
97896
- legacy.upsertAgents = async (agents) => {
97897
- for (const agent2 of agents) {
97898
- if (!agent2.id)
97899
- continue;
97900
- const existing = typeof legacy.getAgent === "function" ? await legacy.getAgent(agent2.id) : null;
97901
- if (existing) {
97902
- if (typeof legacy.updateAgent === "function") {
97903
- await legacy.updateAgent(agent2.id, agent2);
97904
- }
97905
- } else {
97906
- if (typeof legacy.createAgent === "function") {
97907
- await legacy.createAgent(agent2);
97908
- }
97909
- }
97910
- }
97911
- };
97912
- }
97913
97573
  this.adapter = adapter2;
97914
97574
  this.logger.debug({ src: "agent", agentId: this.agentId }, "Database adapter registered");
97915
97575
  }
@@ -108382,5 +108042,5 @@ export {
108382
108042
  ADD_CONTACT_TEMPLATE
108383
108043
  };
108384
108044
 
108385
- //# debugId=0309817135CDFC3864756E2164756E21
108045
+ //# debugId=677538A90CB4060264756E2164756E21
108386
108046
  //# sourceMappingURL=index.node.js.map