Added MCP, Hybrid Memories and Skill support
All checks were successful
Publish Library / Build NPM Project (push) Successful in 56s
Publish Library / Tag Version (push) Successful in 16s

This commit is contained in:
2026-06-06 22:02:19 -04:00
parent af6522ad88
commit 0b1c25dfda
11 changed files with 2191 additions and 2417 deletions

View File

@@ -17,7 +17,7 @@ export class Vision {
const {data} = await worker.recognize(path);
await worker.terminate();
res(data.text.trim() || null);
});
}).finally(() => worker?.terminate());
return Object.assign(p, {abort: () => worker?.terminate()});
}
}