@@ -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,11 +596,11 @@ 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
603
- > ** evaluate** (` message ` , ` state ` ?): ` Promise ` \< ` string ` [ ] \>
603
+ > ** evaluate** (` message ` , ` state ` ?, ` didRespond ` ? ): ` Promise ` \< ` string ` [ ] \>
604
604
605
605
Evaluate the message and state using the registered evaluators.
606
606
@@ -614,6 +614,10 @@ The message to evaluate.
614
614
615
615
The state of the agent.
616
616
617
+ • ** didRespond?** : ` boolean `
618
+
619
+ Whether the agent responded to the message.
620
+
617
621
#### Returns
618
622
619
623
` Promise ` \< ` string ` [ ] \>
@@ -626,9 +630,9 @@ The results of the evaluation.
626
630
627
631
#### Defined in
628
632
629
- [ packages/core/src/runtime.ts:499 ] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L499 )
633
+ [ packages/core/src/runtime.ts:500 ] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L500 )
630
634
631
- ---
635
+ ***
632
636
633
637
### ensureParticipantExists()
634
638
@@ -658,9 +662,9 @@ An error if the participant cannot be added.
658
662
659
663
#### Defined in
660
664
661
- [ packages/core/src/runtime.ts:565 ] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L565 )
665
+ [ packages/core/src/runtime.ts:571 ] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L571 )
662
666
663
- ---
667
+ ***
664
668
665
669
### ensureUserExists()
666
670
@@ -694,9 +698,9 @@ The user name to ensure the existence of.
694
698
695
699
#### Defined in
696
700
697
- [ packages/core/src/runtime.ts:581 ] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L581 )
701
+ [ packages/core/src/runtime.ts:587 ] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L587 )
698
702
699
- ---
703
+ ***
700
704
701
705
### ensureParticipantInRoom()
702
706
@@ -718,9 +722,9 @@ The user name to ensure the existence of.
718
722
719
723
#### Defined in
720
724
721
- [ packages/core/src/runtime.ts:601 ] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L601 )
725
+ [ packages/core/src/runtime.ts:607 ] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L607 )
722
726
723
- ---
727
+ ***
724
728
725
729
### ensureConnection()
726
730
@@ -748,9 +752,9 @@ The user name to ensure the existence of.
748
752
749
753
#### Defined in
750
754
751
- [ packages/core/src/runtime.ts:612 ] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L612 )
755
+ [ packages/core/src/runtime.ts:618 ] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L618 )
752
756
753
- ---
757
+ ***
754
758
755
759
### ensureRoomExists()
756
760
@@ -779,9 +783,9 @@ An error if the room cannot be created.
779
783
780
784
#### Defined in
781
785
782
- [ packages/core/src/runtime.ts:648 ] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L648 )
786
+ [ packages/core/src/runtime.ts:654 ] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L654 )
783
787
784
- ---
788
+ ***
785
789
786
790
### composeState()
787
791
@@ -809,9 +813,9 @@ The state of the agent.
809
813
810
814
#### Defined in
811
815
812
- [ packages/core/src/runtime.ts:661 ] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L661 )
816
+ [ packages/core/src/runtime.ts:667 ] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L667 )
813
817
814
- ---
818
+ ***
815
819
816
820
### updateRecentMessageState()
817
821
@@ -831,4 +835,4 @@ The state of the agent.
831
835
832
836
#### Defined in
833
837
834
- [ packages/core/src/runtime.ts:1094 ] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L1094 )
838
+ [ packages/core/src/runtime.ts:1100 ] ( https://github.com/ai16z/eliza/blob/main/packages/core/src/runtime.ts#L1100 )
0 commit comments