Skip to content

Commit

Permalink
add missing documents and knowledge memory managers to runtime interf…
Browse files Browse the repository at this point in the history
…ace (#572)
  • Loading branch information
bmgalego authored Nov 25, 2024
1 parent aeacc62 commit 12f9594
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,10 @@ export interface IAgentRuntime {

messageManager: IMemoryManager;
descriptionManager: IMemoryManager;
documentsManager: IMemoryManager;
knowledgeManager: IMemoryManager;
loreManager: IMemoryManager;

cacheManager: ICacheManager;

services: Map<ServiceType, Service>;
Expand Down

0 comments on commit 12f9594

Please sign in to comment.