@@ -95,7 +95,7 @@ The ID of the agent
95
95
96
96
[ packages/core/src/runtime.ts:59] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L59 )
97
97
98
- ***
98
+ ---
99
99
100
100
### serverUrl
101
101
@@ -111,7 +111,7 @@ The base URL of the server where the agent's requests are processed.
111
111
112
112
[ packages/core/src/runtime.ts:63] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L63 )
113
113
114
- ***
114
+ ---
115
115
116
116
### databaseAdapter
117
117
@@ -127,7 +127,7 @@ The database adapter used for interacting with the database.
127
127
128
128
[ packages/core/src/runtime.ts:68] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L68 )
129
129
130
- ***
130
+ ---
131
131
132
132
### token
133
133
@@ -143,7 +143,7 @@ Authentication token used for securing requests.
143
143
144
144
[ packages/core/src/runtime.ts:73] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L73 )
145
145
146
- ***
146
+ ---
147
147
148
148
### actions
149
149
@@ -159,7 +159,7 @@ Custom actions that the agent can perform.
159
159
160
160
[ packages/core/src/runtime.ts:78] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L78 )
161
161
162
- ***
162
+ ---
163
163
164
164
### evaluators
165
165
@@ -175,7 +175,7 @@ Evaluators used to assess and guide the agent's responses.
175
175
176
176
[ packages/core/src/runtime.ts:83] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L83 )
177
177
178
- ***
178
+ ---
179
179
180
180
### providers
181
181
@@ -191,7 +191,7 @@ Context providers used to provide context for message generation.
191
191
192
192
[ packages/core/src/runtime.ts:88] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L88 )
193
193
194
- ***
194
+ ---
195
195
196
196
### modelProvider
197
197
@@ -207,7 +207,7 @@ The model to use for generateText.
207
207
208
208
[ packages/core/src/runtime.ts:93] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L93 )
209
209
210
- ***
210
+ ---
211
211
212
212
### fetch()
213
213
@@ -242,7 +242,7 @@ Some environments may not have access to the global fetch function and need a cu
242
242
243
243
[ packages/core/src/runtime.ts:99] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L99 )
244
244
245
- ***
245
+ ---
246
246
247
247
### character
248
248
@@ -258,7 +258,7 @@ The character to use for the agent
258
258
259
259
[ packages/core/src/runtime.ts:104] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L104 )
260
260
261
- ***
261
+ ---
262
262
263
263
### messageManager
264
264
@@ -274,7 +274,7 @@ Store messages that are sent and received by the agent.
274
274
275
275
[ packages/core/src/runtime.ts:109] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L109 )
276
276
277
- ***
277
+ ---
278
278
279
279
### descriptionManager
280
280
@@ -290,7 +290,7 @@ Store and recall descriptions of users based on conversations.
290
290
291
291
[ packages/core/src/runtime.ts:114] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L114 )
292
292
293
- ***
293
+ ---
294
294
295
295
### loreManager
296
296
@@ -306,7 +306,7 @@ Manage the creation and recall of static information (documents, historical game
306
306
307
307
[ packages/core/src/runtime.ts:119] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L119 )
308
308
309
- ***
309
+ ---
310
310
311
311
### documentsManager
312
312
@@ -318,7 +318,7 @@ Hold large documents that can be referenced
318
318
319
319
[ packages/core/src/runtime.ts:124] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L124 )
320
320
321
- ***
321
+ ---
322
322
323
323
### fragmentsManager
324
324
@@ -330,7 +330,7 @@ Searchable document fragments
330
330
331
331
[ packages/core/src/runtime.ts:129] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L129 )
332
332
333
- ***
333
+ ---
334
334
335
335
### services
336
336
@@ -344,7 +344,7 @@ Searchable document fragments
344
344
345
345
[ packages/core/src/runtime.ts:131] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L131 )
346
346
347
- ***
347
+ ---
348
348
349
349
### memoryManagers
350
350
@@ -376,7 +376,7 @@ Searchable document fragments
376
376
377
377
[ packages/core/src/runtime.ts:134] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L134 )
378
378
379
- ***
379
+ ---
380
380
381
381
### getMemoryManager()
382
382
@@ -398,7 +398,7 @@ Searchable document fragments
398
398
399
399
[ packages/core/src/runtime.ts:149] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L149 )
400
400
401
- ***
401
+ ---
402
402
403
403
### getService()
404
404
@@ -424,7 +424,7 @@ Searchable document fragments
424
424
425
425
[ packages/core/src/runtime.ts:153] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L153 )
426
426
427
- ***
427
+ ---
428
428
429
429
### registerService()
430
430
@@ -446,7 +446,7 @@ Searchable document fragments
446
446
447
447
[ packages/core/src/runtime.ts:161] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L161 )
448
448
449
- ***
449
+ ---
450
450
451
451
### getSetting()
452
452
@@ -472,7 +472,7 @@ then chunks the content into fragments, embeds each fragment, and creates fragme
472
472
473
473
[ packages/core/src/runtime.ts:371] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L371 )
474
474
475
- ***
475
+ ---
476
476
477
477
### getConversationLength()
478
478
@@ -494,7 +494,7 @@ The number of recent messages to be kept in memory.
494
494
495
495
[ packages/core/src/runtime.ts:393] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L393 )
496
496
497
- ***
497
+ ---
498
498
499
499
### registerAction()
500
500
@@ -520,7 +520,7 @@ The action to register.
520
520
521
521
[ packages/core/src/runtime.ts:401] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L401 )
522
522
523
- ***
523
+ ---
524
524
525
525
### registerEvaluator()
526
526
@@ -542,7 +542,7 @@ The evaluator to register.
542
542
543
543
[ packages/core/src/runtime.ts:410] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L410 )
544
544
545
- ***
545
+ ---
546
546
547
547
### registerContextProvider()
548
548
@@ -564,7 +564,7 @@ The context provider to register.
564
564
565
565
[ packages/core/src/runtime.ts:418] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L418 )
566
566
567
- ***
567
+ ---
568
568
569
569
### processActions()
570
570
@@ -596,7 +596,7 @@ The message to process.
596
596
597
597
[ packages/core/src/runtime.ts:427] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L427 )
598
598
599
- ***
599
+ ---
600
600
601
601
### evaluate()
602
602
@@ -632,7 +632,7 @@ The results of the evaluation.
632
632
633
633
[ packages/core/src/runtime.ts:500] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L500 )
634
634
635
- ***
635
+ ---
636
636
637
637
### ensureParticipantExists()
638
638
@@ -664,7 +664,7 @@ An error if the participant cannot be added.
664
664
665
665
[ packages/core/src/runtime.ts:571] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L571 )
666
666
667
- ***
667
+ ---
668
668
669
669
### ensureUserExists()
670
670
@@ -700,7 +700,7 @@ The user name to ensure the existence of.
700
700
701
701
[ packages/core/src/runtime.ts:587] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L587 )
702
702
703
- ***
703
+ ---
704
704
705
705
### ensureParticipantInRoom()
706
706
@@ -724,7 +724,7 @@ The user name to ensure the existence of.
724
724
725
725
[ packages/core/src/runtime.ts:607] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L607 )
726
726
727
- ***
727
+ ---
728
728
729
729
### ensureConnection()
730
730
@@ -754,7 +754,7 @@ The user name to ensure the existence of.
754
754
755
755
[ packages/core/src/runtime.ts:618] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L618 )
756
756
757
- ***
757
+ ---
758
758
759
759
### ensureRoomExists()
760
760
@@ -785,7 +785,7 @@ An error if the room cannot be created.
785
785
786
786
[ packages/core/src/runtime.ts:654] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L654 )
787
787
788
- ***
788
+ ---
789
789
790
790
### composeState()
791
791
@@ -815,7 +815,7 @@ The state of the agent.
815
815
816
816
[ packages/core/src/runtime.ts:667] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L667 )
817
817
818
- ***
818
+ ---
819
819
820
820
### updateRecentMessageState()
821
821
0 commit comments