Skip to content

Commit 7bbf3a7

Browse files
authored
Merge branch 'develop' into docs/community-streams
2 parents 912c36a + a8a8313 commit 7bbf3a7

File tree

549 files changed

+31897
-4381
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

549 files changed

+31897
-4381
lines changed

docs/api/classes/AgentRuntime.md

+17-27
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[@elizaos/core v0.25.8](../index.md) / AgentRuntime
1+
[@elizaos/core v0.25.9](../index.md) / AgentRuntime
22

33
# Class: AgentRuntime
44

@@ -272,7 +272,7 @@ The model to use for describing images.
272272

273273
### fetch()
274274

275-
> **fetch**: (`input`, `init`?) => `Promise`\<`Response`\>(`input`, `init`?) => `Promise`\<`Response`\>
275+
> **fetch**: (`input`, `init`?) => `Promise`\<`Response`\>
276276
277277
Fetch function to use
278278
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
289289

290290
`Promise`\<`Response`\>
291291

292-
#### Parameters
293-
294-
**input**: `string` \| `Request` \| `URL`
295-
296-
**init?**: `RequestInit`
297-
298-
#### Returns
299-
300-
`Promise`\<`Response`\>
301-
302292
#### Implementation of
303293

304294
[`IAgentRuntime`](../interfaces/IAgentRuntime.md).[`fetch`](../interfaces/IAgentRuntime.md#fetch)
@@ -617,7 +607,7 @@ verifiableInferenceAdapter?: IVerifiableInferenceAdapter | null;
617607

618608
#### Defined in
619609

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)
621611

622612
***
623613

@@ -639,7 +629,7 @@ The number of recent messages to be kept in memory.
639629

640630
#### Defined in
641631

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)
643633

644634
***
645635

@@ -665,7 +655,7 @@ The action to register.
665655

666656
#### Defined in
667657

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)
669659

670660
***
671661

@@ -687,7 +677,7 @@ The evaluator to register.
687677

688678
#### Defined in
689679

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)
691681

692682
***
693683

@@ -709,7 +699,7 @@ The context provider to register.
709699

710700
#### Defined in
711701

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)
713703

714704
***
715705

@@ -731,7 +721,7 @@ The adapter to register.
731721

732722
#### Defined in
733723

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)
735725

736726
***
737727

@@ -763,7 +753,7 @@ The message to process.
763753

764754
#### Defined in
765755

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)
767757

768758
***
769759

@@ -803,7 +793,7 @@ The results of the evaluation.
803793

804794
#### Defined in
805795

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)
807797

808798
***
809799

@@ -835,7 +825,7 @@ An error if the participant cannot be added.
835825

836826
#### Defined in
837827

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)
839829

840830
***
841831

@@ -871,7 +861,7 @@ The user name to ensure the existence of.
871861

872862
#### Defined in
873863

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)
875865

876866
***
877867

@@ -895,7 +885,7 @@ The user name to ensure the existence of.
895885

896886
#### Defined in
897887

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)
899889

900890
***
901891

@@ -925,7 +915,7 @@ The user name to ensure the existence of.
925915

926916
#### Defined in
927917

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)
929919

930920
***
931921

@@ -956,7 +946,7 @@ An error if the room cannot be created.
956946

957947
#### Defined in
958948

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)
960950

961951
***
962952

@@ -986,7 +976,7 @@ The state of the agent.
986976

987977
#### Defined in
988978

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)
990980

991981
***
992982

@@ -1008,4 +998,4 @@ The state of the agent.
1008998

1009999
#### Defined in
10101000

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)

docs/api/classes/CacheManager.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[@elizaos/core v0.25.8](../index.md) / CacheManager
1+
[@elizaos/core v0.25.9](../index.md) / CacheManager
22

33
# Class: CacheManager\<CacheAdapter\>
44

docs/api/classes/DatabaseAdapter.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[@elizaos/core v0.25.8](../index.md) / DatabaseAdapter
1+
[@elizaos/core v0.25.9](../index.md) / DatabaseAdapter
22

33
# Class: `abstract` DatabaseAdapter\<DB\>
44

docs/api/classes/DbCacheAdapter.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[@elizaos/core v0.25.8](../index.md) / DbCacheAdapter
1+
[@elizaos/core v0.25.9](../index.md) / DbCacheAdapter
22

33
# Class: DbCacheAdapter
44

docs/api/classes/FsCacheAdapter.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[@elizaos/core v0.25.8](../index.md) / FsCacheAdapter
1+
[@elizaos/core v0.25.9](../index.md) / FsCacheAdapter
22

33
# Class: FsCacheAdapter
44

docs/api/classes/MemoryCacheAdapter.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[@elizaos/core v0.25.8](../index.md) / MemoryCacheAdapter
1+
[@elizaos/core v0.25.9](../index.md) / MemoryCacheAdapter
22

33
# Class: MemoryCacheAdapter
44

docs/api/classes/MemoryManager.md

+27-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[@elizaos/core v0.25.8](../index.md) / MemoryManager
1+
[@elizaos/core v0.25.9](../index.md) / MemoryManager
22

33
# Class: MemoryManager
44

@@ -278,6 +278,28 @@ A Promise that resolves when the operation completes.
278278

279279
***
280280

281+
### getMemoriesByIds()
282+
283+
> **getMemoriesByIds**(`ids`): `Promise`\<[`Memory`](../interfaces/Memory.md)[]\>
284+
285+
#### Parameters
286+
287+
**ids**: \`$\{string\}-$\{string\}-$\{string\}-$\{string\}-$\{string\}\`[]
288+
289+
#### Returns
290+
291+
`Promise`\<[`Memory`](../interfaces/Memory.md)[]\>
292+
293+
#### Implementation of
294+
295+
[`IMemoryManager`](../interfaces/IMemoryManager.md).[`getMemoriesByIds`](../interfaces/IMemoryManager.md#getMemoriesByIds)
296+
297+
#### Defined in
298+
299+
[packages/core/src/memory.ts:201](https://github.com/elizaOS/eliza/blob/main/packages/core/src/memory.ts#L201)
300+
301+
***
302+
281303
### getMemoryById()
282304

283305
> **getMemoryById**(`id`): `Promise`\<[`Memory`](../interfaces/Memory.md)\>
@@ -296,7 +318,7 @@ A Promise that resolves when the operation completes.
296318

297319
#### Defined in
298320

299-
[packages/core/src/memory.ts:201](https://github.com/elizaOS/eliza/blob/main/packages/core/src/memory.ts#L201)
321+
[packages/core/src/memory.ts:205](https://github.com/elizaOS/eliza/blob/main/packages/core/src/memory.ts#L205)
300322

301323
***
302324

@@ -324,7 +346,7 @@ A Promise that resolves when the operation completes.
324346

325347
#### Defined in
326348

327-
[packages/core/src/memory.ts:212](https://github.com/elizaOS/eliza/blob/main/packages/core/src/memory.ts#L212)
349+
[packages/core/src/memory.ts:216](https://github.com/elizaOS/eliza/blob/main/packages/core/src/memory.ts#L216)
328350

329351
***
330352

@@ -352,7 +374,7 @@ A Promise that resolves when the operation completes.
352374

353375
#### Defined in
354376

355-
[packages/core/src/memory.ts:224](https://github.com/elizaOS/eliza/blob/main/packages/core/src/memory.ts#L224)
377+
[packages/core/src/memory.ts:228](https://github.com/elizaOS/eliza/blob/main/packages/core/src/memory.ts#L228)
356378

357379
***
358380

@@ -384,4 +406,4 @@ A Promise resolving to the count of memories.
384406

385407
#### Defined in
386408

387-
[packages/core/src/memory.ts:237](https://github.com/elizaOS/eliza/blob/main/packages/core/src/memory.ts#L237)
409+
[packages/core/src/memory.ts:241](https://github.com/elizaOS/eliza/blob/main/packages/core/src/memory.ts#L241)

docs/api/classes/RAGKnowledgeManager.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[@elizaos/core v0.25.8](../index.md) / RAGKnowledgeManager
1+
[@elizaos/core v0.25.9](../index.md) / RAGKnowledgeManager
22

33
# Class: RAGKnowledgeManager
44

docs/api/classes/Service.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[@elizaos/core v0.25.8](../index.md) / Service
1+
[@elizaos/core v0.25.9](../index.md) / Service
22

33
# Class: `abstract` Service
44

@@ -40,7 +40,7 @@
4040

4141
#### Defined in
4242

43-
[packages/core/src/types.ts:1268](https://github.com/elizaOS/eliza/blob/main/packages/core/src/types.ts#L1268)
43+
[packages/core/src/types.ts:1269](https://github.com/elizaOS/eliza/blob/main/packages/core/src/types.ts#L1269)
4444

4545
***
4646

@@ -56,7 +56,7 @@
5656

5757
#### Defined in
5858

59-
[packages/core/src/types.ts:1279](https://github.com/elizaOS/eliza/blob/main/packages/core/src/types.ts#L1279)
59+
[packages/core/src/types.ts:1280](https://github.com/elizaOS/eliza/blob/main/packages/core/src/types.ts#L1280)
6060

6161
## Methods
6262

@@ -74,7 +74,7 @@
7474

7575
#### Defined in
7676

77-
[packages/core/src/types.ts:1272](https://github.com/elizaOS/eliza/blob/main/packages/core/src/types.ts#L1272)
77+
[packages/core/src/types.ts:1273](https://github.com/elizaOS/eliza/blob/main/packages/core/src/types.ts#L1273)
7878

7979
***
8080

@@ -94,4 +94,4 @@ Add abstract initialize method that must be implemented by derived classes
9494

9595
#### Defined in
9696

97-
[packages/core/src/types.ts:1284](https://github.com/elizaOS/eliza/blob/main/packages/core/src/types.ts#L1284)
97+
[packages/core/src/types.ts:1285](https://github.com/elizaOS/eliza/blob/main/packages/core/src/types.ts#L1285)

docs/api/enumerations/ActionTimelineType.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[@elizaos/core v0.25.8](../index.md) / ActionTimelineType
1+
[@elizaos/core v0.25.9](../index.md) / ActionTimelineType
22

33
# Enumeration: ActionTimelineType
44

@@ -10,7 +10,7 @@
1010
1111
#### Defined in
1212

13-
[packages/core/src/types.ts:1601](https://github.com/elizaOS/eliza/blob/main/packages/core/src/types.ts#L1601)
13+
[packages/core/src/types.ts:1602](https://github.com/elizaOS/eliza/blob/main/packages/core/src/types.ts#L1602)
1414

1515
***
1616

@@ -20,4 +20,4 @@
2020
2121
#### Defined in
2222

23-
[packages/core/src/types.ts:1602](https://github.com/elizaOS/eliza/blob/main/packages/core/src/types.ts#L1602)
23+
[packages/core/src/types.ts:1603](https://github.com/elizaOS/eliza/blob/main/packages/core/src/types.ts#L1603)

docs/api/enumerations/CacheKeyPrefix.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[@elizaos/core v0.25.8](../index.md) / CacheKeyPrefix
1+
[@elizaos/core v0.25.9](../index.md) / CacheKeyPrefix
22

33
# Enumeration: CacheKeyPrefix
44

@@ -10,4 +10,4 @@
1010
1111
#### Defined in
1212

13-
[packages/core/src/types.ts:1610](https://github.com/elizaOS/eliza/blob/main/packages/core/src/types.ts#L1610)
13+
[packages/core/src/types.ts:1611](https://github.com/elizaOS/eliza/blob/main/packages/core/src/types.ts#L1611)

docs/api/enumerations/CacheStore.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[@elizaos/core v0.25.8](../index.md) / CacheStore
1+
[@elizaos/core v0.25.9](../index.md) / CacheStore
22

33
# Enumeration: CacheStore
44

@@ -10,7 +10,7 @@
1010
1111
#### Defined in
1212

13-
[packages/core/src/types.ts:1254](https://github.com/elizaOS/eliza/blob/main/packages/core/src/types.ts#L1254)
13+
[packages/core/src/types.ts:1255](https://github.com/elizaOS/eliza/blob/main/packages/core/src/types.ts#L1255)
1414

1515
***
1616

@@ -20,7 +20,7 @@
2020
2121
#### Defined in
2222

23-
[packages/core/src/types.ts:1255](https://github.com/elizaOS/eliza/blob/main/packages/core/src/types.ts#L1255)
23+
[packages/core/src/types.ts:1256](https://github.com/elizaOS/eliza/blob/main/packages/core/src/types.ts#L1256)
2424

2525
***
2626

@@ -30,4 +30,4 @@
3030
3131
#### Defined in
3232

33-
[packages/core/src/types.ts:1256](https://github.com/elizaOS/eliza/blob/main/packages/core/src/types.ts#L1256)
33+
[packages/core/src/types.ts:1257](https://github.com/elizaOS/eliza/blob/main/packages/core/src/types.ts#L1257)

docs/api/enumerations/GoalStatus.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[@elizaos/core v0.25.8](../index.md) / GoalStatus
1+
[@elizaos/core v0.25.9](../index.md) / GoalStatus
22

33
# Enumeration: GoalStatus
44

0 commit comments

Comments
 (0)