feat(ocr): add a Mistral-based OCR adapter for KVM frames

This commit is contained in:
2026-05-18 00:16:58 +00:00
parent 8588c6c70d
commit 91d9be3fe7
7 changed files with 841 additions and 23 deletions
+1
View File
@@ -3,3 +3,4 @@ export * from './smartkvm.classes.browserkvm.js';
export * from './smartkvm.classes.kvmterminal.js';
export * from './smartkvm.commandwrappers.js';
export * from './smartkvm.tools.smartagent.js';
export * from './smartkvm.ocr.smartai.js';