Skip to content

Commit a0e42f3

Browse files
committed
fix: add relational to tracesPerType (MemoryType completeness)
1 parent ac1e60f commit a0e42f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/memory/AgentMemory.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,7 @@ export class AgentMemory {
485485
semantic: health.tracesPerType.semantic ?? 0,
486486
procedural: health.tracesPerType.procedural ?? 0,
487487
prospective: health.tracesPerType.prospective ?? 0,
488+
relational: health.tracesPerType.relational ?? 0,
488489
},
489490
tracesPerScope: {
490491
thread: health.tracesPerScope.thread ?? 0,

0 commit comments

Comments
 (0)