@@ -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,19 +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** (` service ` ): _ typeof _ [ ` Service ` ] ( Service.md )
407
+ > ** getService** (` service ` ): * typeof * [ ` Service ` ] ( Service.md )
408
408
409
409
#### Parameters
410
410
411
411
• ** service** : [ ` ServiceType ` ] ( ../enumerations/ServiceType.md )
412
412
413
413
#### Returns
414
414
415
- _ typeof _ [ ` Service ` ] ( Service.md )
415
+ * typeof * [ ` Service ` ] ( Service.md )
416
416
417
417
#### Implementation of
418
418
@@ -422,7 +422,7 @@ _typeof_ [`Service`](Service.md)
422
422
423
423
[ packages/core/src/runtime.ts:153] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L153 )
424
424
425
- ---
425
+ ***
426
426
427
427
### registerService()
428
428
@@ -444,7 +444,7 @@ _typeof_ [`Service`](Service.md)
444
444
445
445
[ packages/core/src/runtime.ts:161] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L161 )
446
446
447
- ---
447
+ ***
448
448
449
449
### getSetting()
450
450
@@ -466,7 +466,7 @@ _typeof_ [`Service`](Service.md)
466
466
467
467
[ packages/core/src/runtime.ts:368] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L368 )
468
468
469
- ---
469
+ ***
470
470
471
471
### getConversationLength()
472
472
@@ -488,7 +488,7 @@ The number of recent messages to be kept in memory.
488
488
489
489
[ packages/core/src/runtime.ts:390] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L390 )
490
490
491
- ---
491
+ ***
492
492
493
493
### registerAction()
494
494
@@ -514,7 +514,7 @@ The action to register.
514
514
515
515
[ packages/core/src/runtime.ts:398] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L398 )
516
516
517
- ---
517
+ ***
518
518
519
519
### registerEvaluator()
520
520
@@ -536,7 +536,7 @@ The evaluator to register.
536
536
537
537
[ packages/core/src/runtime.ts:407] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L407 )
538
538
539
- ---
539
+ ***
540
540
541
541
### registerContextProvider()
542
542
@@ -558,7 +558,7 @@ The context provider to register.
558
558
559
559
[ packages/core/src/runtime.ts:415] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L415 )
560
560
561
- ---
561
+ ***
562
562
563
563
### processActions()
564
564
@@ -590,7 +590,7 @@ The message to process.
590
590
591
591
[ packages/core/src/runtime.ts:424] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L424 )
592
592
593
- ---
593
+ ***
594
594
595
595
### evaluate()
596
596
@@ -626,7 +626,7 @@ The results of the evaluation.
626
626
627
627
[ packages/core/src/runtime.ts:497] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L497 )
628
628
629
- ---
629
+ ***
630
630
631
631
### ensureParticipantExists()
632
632
@@ -658,7 +658,7 @@ An error if the participant cannot be added.
658
658
659
659
[ packages/core/src/runtime.ts:567] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L567 )
660
660
661
- ---
661
+ ***
662
662
663
663
### ensureUserExists()
664
664
@@ -694,7 +694,7 @@ The user name to ensure the existence of.
694
694
695
695
[ packages/core/src/runtime.ts:583] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L583 )
696
696
697
- ---
697
+ ***
698
698
699
699
### ensureParticipantInRoom()
700
700
@@ -718,7 +718,7 @@ The user name to ensure the existence of.
718
718
719
719
[ packages/core/src/runtime.ts:603] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L603 )
720
720
721
- ---
721
+ ***
722
722
723
723
### ensureConnection()
724
724
@@ -748,7 +748,7 @@ The user name to ensure the existence of.
748
748
749
749
[ packages/core/src/runtime.ts:614] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L614 )
750
750
751
- ---
751
+ ***
752
752
753
753
### ensureRoomExists()
754
754
@@ -779,7 +779,7 @@ An error if the room cannot be created.
779
779
780
780
[ packages/core/src/runtime.ts:650] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L650 )
781
781
782
- ---
782
+ ***
783
783
784
784
### composeState()
785
785
@@ -809,7 +809,7 @@ The state of the agent.
809
809
810
810
[ packages/core/src/runtime.ts:663] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L663 )
811
811
812
- ---
812
+ ***
813
813
814
814
### updateRecentMessageState()
815
815
0 commit comments