We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4400d7 commit c69d2daCopy full SHA for c69d2da
agent/.gitignore
@@ -4,4 +4,5 @@
4
.env
5
*.env
6
.env*
7
-/data
+/data
8
+/generatedImages
packages/core/src/runtime.ts
@@ -402,7 +402,7 @@ export class AgentRuntime implements IAgentRuntime {
402
const existingDocument =
403
await this.documentsManager.getMemoryById(knowledgeId);
404
if (existingDocument) {
405
- return;
+ continue;
406
}
407
408
console.log(
0 commit comments