We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac1e60f commit a0e42f3Copy full SHA for a0e42f3
src/memory/AgentMemory.ts
@@ -485,6 +485,7 @@ export class AgentMemory {
485
semantic: health.tracesPerType.semantic ?? 0,
486
procedural: health.tracesPerType.procedural ?? 0,
487
prospective: health.tracesPerType.prospective ?? 0,
488
+ relational: health.tracesPerType.relational ?? 0,
489
},
490
tracesPerScope: {
491
thread: health.tracesPerScope.thread ?? 0,
0 commit comments