Skip to content

Commit ece2ca3

Browse files
committed
fix: resolve Mantis CI syntax error
1 parent c2f865a commit ece2ca3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

engine/memory/store.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ export class AgentMemory {
134134
const meta = metas[i] as Record<string, unknown>;
135135
const expiresAt = Number(meta["expiresAt"] ?? 0);
136136

137+
entries.push({
137138
id: String(ids[i]),
138139
category: String(meta["category"] ?? "outcome") as MemoryCategory,
139140
content: String(docs[i] ?? ""),

0 commit comments

Comments
 (0)