@@ -97,7 +97,7 @@ The ID of the agent
97
97
98
98
[ packages/core/src/runtime.ts:59] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L59 )
99
99
100
- ---
100
+ ***
101
101
102
102
### serverUrl
103
103
@@ -113,7 +113,7 @@ The base URL of the server where the agent's requests are processed.
113
113
114
114
[ packages/core/src/runtime.ts:63] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L63 )
115
115
116
- ---
116
+ ***
117
117
118
118
### databaseAdapter
119
119
@@ -129,7 +129,7 @@ The database adapter used for interacting with the database.
129
129
130
130
[ packages/core/src/runtime.ts:68] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L68 )
131
131
132
- ---
132
+ ***
133
133
134
134
### token
135
135
@@ -145,7 +145,7 @@ Authentication token used for securing requests.
145
145
146
146
[ packages/core/src/runtime.ts:73] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L73 )
147
147
148
- ---
148
+ ***
149
149
150
150
### actions
151
151
@@ -161,7 +161,7 @@ Custom actions that the agent can perform.
161
161
162
162
[ packages/core/src/runtime.ts:78] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L78 )
163
163
164
- ---
164
+ ***
165
165
166
166
### evaluators
167
167
@@ -177,7 +177,7 @@ Evaluators used to assess and guide the agent's responses.
177
177
178
178
[ packages/core/src/runtime.ts:83] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L83 )
179
179
180
- ---
180
+ ***
181
181
182
182
### providers
183
183
@@ -193,7 +193,7 @@ Context providers used to provide context for message generation.
193
193
194
194
[ packages/core/src/runtime.ts:88] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L88 )
195
195
196
- ---
196
+ ***
197
197
198
198
### modelProvider
199
199
@@ -209,7 +209,7 @@ The model to use for generateText.
209
209
210
210
[ packages/core/src/runtime.ts:93] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L93 )
211
211
212
- ---
212
+ ***
213
213
214
214
### fetch()
215
215
@@ -244,7 +244,7 @@ Some environments may not have access to the global fetch function and need a cu
244
244
245
245
[ packages/core/src/runtime.ts:99] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L99 )
246
246
247
- ---
247
+ ***
248
248
249
249
### character
250
250
@@ -260,7 +260,7 @@ The character to use for the agent
260
260
261
261
[ packages/core/src/runtime.ts:104] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L104 )
262
262
263
- ---
263
+ ***
264
264
265
265
### messageManager
266
266
@@ -276,7 +276,7 @@ Store messages that are sent and received by the agent.
276
276
277
277
[ packages/core/src/runtime.ts:109] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L109 )
278
278
279
- ---
279
+ ***
280
280
281
281
### descriptionManager
282
282
@@ -292,7 +292,7 @@ Store and recall descriptions of users based on conversations.
292
292
293
293
[ packages/core/src/runtime.ts:114] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L114 )
294
294
295
- ---
295
+ ***
296
296
297
297
### loreManager
298
298
@@ -308,7 +308,7 @@ Manage the creation and recall of static information (documents, historical game
308
308
309
309
[ packages/core/src/runtime.ts:119] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L119 )
310
310
311
- ---
311
+ ***
312
312
313
313
### documentsManager
314
314
@@ -320,7 +320,7 @@ Hold large documents that can be referenced
320
320
321
321
[ packages/core/src/runtime.ts:124] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L124 )
322
322
323
- ---
323
+ ***
324
324
325
325
### knowledgeManager
326
326
@@ -332,7 +332,7 @@ Searchable document fragments
332
332
333
333
[ packages/core/src/runtime.ts:129] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L129 )
334
334
335
- ---
335
+ ***
336
336
337
337
### services
338
338
@@ -346,7 +346,7 @@ Searchable document fragments
346
346
347
347
[ packages/core/src/runtime.ts:131] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L131 )
348
348
349
- ---
349
+ ***
350
350
351
351
### memoryManagers
352
352
@@ -378,7 +378,7 @@ Searchable document fragments
378
378
379
379
[ packages/core/src/runtime.ts:134] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L134 )
380
380
381
- ---
381
+ ***
382
382
383
383
### getMemoryManager()
384
384
@@ -400,23 +400,19 @@ Searchable document fragments
400
400
401
401
[ packages/core/src/runtime.ts:149] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L149 )
402
402
403
- ---
403
+ ***
404
404
405
405
### getService()
406
406
407
- > ** getService** \< ` T ` \> (` service ` ): ` T `
408
-
409
- #### Type Parameters
410
-
411
- • ** T**
407
+ > ** getService** (` service ` ): * typeof* [ ` Service ` ] ( Service.md )
412
408
413
409
#### Parameters
414
410
415
411
• ** service** : [ ` ServiceType ` ] ( ../enumerations/ServiceType.md )
416
412
417
413
#### Returns
418
414
419
- ` T `
415
+ * typeof * [ ` Service ` ] ( Service.md )
420
416
421
417
#### Implementation of
422
418
@@ -426,7 +422,7 @@ Searchable document fragments
426
422
427
423
[ packages/core/src/runtime.ts:153] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L153 )
428
424
429
- ---
425
+ ***
430
426
431
427
### registerService()
432
428
@@ -448,7 +444,7 @@ Searchable document fragments
448
444
449
445
[ packages/core/src/runtime.ts:161] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L161 )
450
446
451
- ---
447
+ ***
452
448
453
449
### getSetting()
454
450
@@ -470,7 +466,7 @@ Searchable document fragments
470
466
471
467
[ packages/core/src/runtime.ts:372] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L372 )
472
468
473
- ---
469
+ ***
474
470
475
471
### getConversationLength()
476
472
@@ -492,7 +488,7 @@ The number of recent messages to be kept in memory.
492
488
493
489
[ packages/core/src/runtime.ts:394] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L394 )
494
490
495
- ---
491
+ ***
496
492
497
493
### registerAction()
498
494
@@ -518,7 +514,7 @@ The action to register.
518
514
519
515
[ packages/core/src/runtime.ts:402] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L402 )
520
516
521
- ---
517
+ ***
522
518
523
519
### registerEvaluator()
524
520
@@ -540,7 +536,7 @@ The evaluator to register.
540
536
541
537
[ packages/core/src/runtime.ts:411] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L411 )
542
538
543
- ---
539
+ ***
544
540
545
541
### registerContextProvider()
546
542
@@ -562,7 +558,7 @@ The context provider to register.
562
558
563
559
[ packages/core/src/runtime.ts:419] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L419 )
564
560
565
- ---
561
+ ***
566
562
567
563
### processActions()
568
564
@@ -594,7 +590,7 @@ The message to process.
594
590
595
591
[ packages/core/src/runtime.ts:428] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L428 )
596
592
597
- ---
593
+ ***
598
594
599
595
### evaluate()
600
596
@@ -630,7 +626,7 @@ The results of the evaluation.
630
626
631
627
[ packages/core/src/runtime.ts:501] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L501 )
632
628
633
- ---
629
+ ***
634
630
635
631
### ensureParticipantExists()
636
632
@@ -660,9 +656,9 @@ An error if the participant cannot be added.
660
656
661
657
#### Defined in
662
658
663
- [ packages/core/src/runtime.ts:572 ] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L572 )
659
+ [ packages/core/src/runtime.ts:571 ] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L571 )
664
660
665
- ---
661
+ ***
666
662
667
663
### ensureUserExists()
668
664
@@ -696,9 +692,9 @@ The user name to ensure the existence of.
696
692
697
693
#### Defined in
698
694
699
- [ packages/core/src/runtime.ts:588 ] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L588 )
695
+ [ packages/core/src/runtime.ts:587 ] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L587 )
700
696
701
- ---
697
+ ***
702
698
703
699
### ensureParticipantInRoom()
704
700
@@ -720,9 +716,9 @@ The user name to ensure the existence of.
720
716
721
717
#### Defined in
722
718
723
- [ packages/core/src/runtime.ts:608 ] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L608 )
719
+ [ packages/core/src/runtime.ts:607 ] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L607 )
724
720
725
- ---
721
+ ***
726
722
727
723
### ensureConnection()
728
724
@@ -750,9 +746,9 @@ The user name to ensure the existence of.
750
746
751
747
#### Defined in
752
748
753
- [ packages/core/src/runtime.ts:619 ] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L619 )
749
+ [ packages/core/src/runtime.ts:618 ] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L618 )
754
750
755
- ---
751
+ ***
756
752
757
753
### ensureRoomExists()
758
754
@@ -781,9 +777,9 @@ An error if the room cannot be created.
781
777
782
778
#### Defined in
783
779
784
- [ packages/core/src/runtime.ts:655 ] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L655 )
780
+ [ packages/core/src/runtime.ts:654 ] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L654 )
785
781
786
- ---
782
+ ***
787
783
788
784
### composeState()
789
785
@@ -811,9 +807,9 @@ The state of the agent.
811
807
812
808
#### Defined in
813
809
814
- [ packages/core/src/runtime.ts:668 ] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L668 )
810
+ [ packages/core/src/runtime.ts:667 ] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L667 )
815
811
816
- ---
812
+ ***
817
813
818
814
### updateRecentMessageState()
819
815
@@ -833,4 +829,4 @@ The state of the agent.
833
829
834
830
#### Defined in
835
831
836
- [ packages/core/src/runtime.ts:1126 ] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L1126 )
832
+ [ packages/core/src/runtime.ts:1124 ] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L1124 )
0 commit comments