1
- [ @elizaos/core v0.25.8 ] ( ../index.md ) / AgentRuntime
1
+ [ @elizaos/core v0.25.9 ] ( ../index.md ) / AgentRuntime
2
2
3
3
# Class: AgentRuntime
4
4
@@ -272,7 +272,7 @@ The model to use for describing images.
272
272
273
273
### fetch()
274
274
275
- > ** fetch** : (` input ` , ` init ` ?) => ` Promise ` \< ` Response ` \> ( ` input ` , ` init ` ?) => ` Promise ` \< ` Response ` \>
275
+ > ** fetch** : (` input ` , ` init ` ?) => ` Promise ` \< ` Response ` \>
276
276
277
277
Fetch function to use
278
278
Some environments may not have access to the global fetch function and need a custom fetch override.
@@ -289,16 +289,6 @@ Some environments may not have access to the global fetch function and need a cu
289
289
290
290
` Promise ` \< ` Response ` \>
291
291
292
- #### Parameters
293
-
294
- • ** input** : ` string ` \| ` Request ` \| ` URL `
295
-
296
- • ** init?** : ` RequestInit `
297
-
298
- #### Returns
299
-
300
- ` Promise ` \< ` Response ` \>
301
-
302
292
#### Implementation of
303
293
304
294
[ ` IAgentRuntime ` ] ( ../interfaces/IAgentRuntime.md ) .[ ` fetch ` ] ( ../interfaces/IAgentRuntime.md#fetch )
@@ -617,7 +607,7 @@ verifiableInferenceAdapter?: IVerifiableInferenceAdapter | null;
617
607
618
608
#### Defined in
619
609
620
- [ packages/core/src/runtime.ts:945 ] ( https://github.com/elizaOS/eliza/blob/main/packages/core/src/runtime.ts#L945 )
610
+ [ packages/core/src/runtime.ts:959 ] ( https://github.com/elizaOS/eliza/blob/main/packages/core/src/runtime.ts#L959 )
621
611
622
612
***
623
613
@@ -639,7 +629,7 @@ The number of recent messages to be kept in memory.
639
629
640
630
#### Defined in
641
631
642
- [ packages/core/src/runtime.ts:967 ] ( https://github.com/elizaOS/eliza/blob/main/packages/core/src/runtime.ts#L967 )
632
+ [ packages/core/src/runtime.ts:981 ] ( https://github.com/elizaOS/eliza/blob/main/packages/core/src/runtime.ts#L981 )
643
633
644
634
***
645
635
@@ -665,7 +655,7 @@ The action to register.
665
655
666
656
#### Defined in
667
657
668
- [ packages/core/src/runtime.ts:975 ] ( https://github.com/elizaOS/eliza/blob/main/packages/core/src/runtime.ts#L975 )
658
+ [ packages/core/src/runtime.ts:989 ] ( https://github.com/elizaOS/eliza/blob/main/packages/core/src/runtime.ts#L989 )
669
659
670
660
***
671
661
@@ -687,7 +677,7 @@ The evaluator to register.
687
677
688
678
#### Defined in
689
679
690
- [ packages/core/src/runtime.ts:984 ] ( https://github.com/elizaOS/eliza/blob/main/packages/core/src/runtime.ts#L984 )
680
+ [ packages/core/src/runtime.ts:998 ] ( https://github.com/elizaOS/eliza/blob/main/packages/core/src/runtime.ts#L998 )
691
681
692
682
***
693
683
@@ -709,7 +699,7 @@ The context provider to register.
709
699
710
700
#### Defined in
711
701
712
- [ packages/core/src/runtime.ts:992 ] ( https://github.com/elizaOS/eliza/blob/main/packages/core/src/runtime.ts#L992 )
702
+ [ packages/core/src/runtime.ts:1006 ] ( https://github.com/elizaOS/eliza/blob/main/packages/core/src/runtime.ts#L1006 )
713
703
714
704
***
715
705
@@ -731,7 +721,7 @@ The adapter to register.
731
721
732
722
#### Defined in
733
723
734
- [ packages/core/src/runtime.ts:1000 ] ( https://github.com/elizaOS/eliza/blob/main/packages/core/src/runtime.ts#L1000 )
724
+ [ packages/core/src/runtime.ts:1014 ] ( https://github.com/elizaOS/eliza/blob/main/packages/core/src/runtime.ts#L1014 )
735
725
736
726
***
737
727
@@ -763,7 +753,7 @@ The message to process.
763
753
764
754
#### Defined in
765
755
766
- [ packages/core/src/runtime.ts:1009 ] ( https://github.com/elizaOS/eliza/blob/main/packages/core/src/runtime.ts#L1009 )
756
+ [ packages/core/src/runtime.ts:1023 ] ( https://github.com/elizaOS/eliza/blob/main/packages/core/src/runtime.ts#L1023 )
767
757
768
758
***
769
759
@@ -803,7 +793,7 @@ The results of the evaluation.
803
793
804
794
#### Defined in
805
795
806
- [ packages/core/src/runtime.ts:1093 ] ( https://github.com/elizaOS/eliza/blob/main/packages/core/src/runtime.ts#L1093 )
796
+ [ packages/core/src/runtime.ts:1107 ] ( https://github.com/elizaOS/eliza/blob/main/packages/core/src/runtime.ts#L1107 )
807
797
808
798
***
809
799
@@ -835,7 +825,7 @@ An error if the participant cannot be added.
835
825
836
826
#### Defined in
837
827
838
- [ packages/core/src/runtime.ts:1163 ] ( https://github.com/elizaOS/eliza/blob/main/packages/core/src/runtime.ts#L1163 )
828
+ [ packages/core/src/runtime.ts:1177 ] ( https://github.com/elizaOS/eliza/blob/main/packages/core/src/runtime.ts#L1177 )
839
829
840
830
***
841
831
@@ -871,7 +861,7 @@ The user name to ensure the existence of.
871
861
872
862
#### Defined in
873
863
874
- [ packages/core/src/runtime.ts:1179 ] ( https://github.com/elizaOS/eliza/blob/main/packages/core/src/runtime.ts#L1179 )
864
+ [ packages/core/src/runtime.ts:1193 ] ( https://github.com/elizaOS/eliza/blob/main/packages/core/src/runtime.ts#L1193 )
875
865
876
866
***
877
867
@@ -895,7 +885,7 @@ The user name to ensure the existence of.
895
885
896
886
#### Defined in
897
887
898
- [ packages/core/src/runtime.ts:1205 ] ( https://github.com/elizaOS/eliza/blob/main/packages/core/src/runtime.ts#L1205 )
888
+ [ packages/core/src/runtime.ts:1219 ] ( https://github.com/elizaOS/eliza/blob/main/packages/core/src/runtime.ts#L1219 )
899
889
900
890
***
901
891
@@ -925,7 +915,7 @@ The user name to ensure the existence of.
925
915
926
916
#### Defined in
927
917
928
- [ packages/core/src/runtime.ts:1222 ] ( https://github.com/elizaOS/eliza/blob/main/packages/core/src/runtime.ts#L1222 )
918
+ [ packages/core/src/runtime.ts:1236 ] ( https://github.com/elizaOS/eliza/blob/main/packages/core/src/runtime.ts#L1236 )
929
919
930
920
***
931
921
@@ -956,7 +946,7 @@ An error if the room cannot be created.
956
946
957
947
#### Defined in
958
948
959
- [ packages/core/src/runtime.ts:1258 ] ( https://github.com/elizaOS/eliza/blob/main/packages/core/src/runtime.ts#L1258 )
949
+ [ packages/core/src/runtime.ts:1272 ] ( https://github.com/elizaOS/eliza/blob/main/packages/core/src/runtime.ts#L1272 )
960
950
961
951
***
962
952
@@ -986,7 +976,7 @@ The state of the agent.
986
976
987
977
#### Defined in
988
978
989
- [ packages/core/src/runtime.ts:1271 ] ( https://github.com/elizaOS/eliza/blob/main/packages/core/src/runtime.ts#L1271 )
979
+ [ packages/core/src/runtime.ts:1285 ] ( https://github.com/elizaOS/eliza/blob/main/packages/core/src/runtime.ts#L1285 )
990
980
991
981
***
992
982
@@ -1008,4 +998,4 @@ The state of the agent.
1008
998
1009
999
#### Defined in
1010
1000
1011
- [ packages/core/src/runtime.ts:1728 ] ( https://github.com/elizaOS/eliza/blob/main/packages/core/src/runtime.ts#L1728 )
1001
+ [ packages/core/src/runtime.ts:1742 ] ( https://github.com/elizaOS/eliza/blob/main/packages/core/src/runtime.ts#L1742 )
0 commit comments