Skip to content

Commit c586908

Browse files
committed
feat(plugin-sdk): expose provider local service leases
1 parent 4228ae9 commit c586908

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/plugin-sdk/memory-core-host-engine-embeddings.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export {
3535
uploadBatchJsonlFile,
3636
withRemoteHttpResponse,
3737
} from "../../packages/memory-host-sdk/src/engine-embeddings.js";
38+
export { ensureProviderLocalService } from "../agents/provider-local-service.js";
3839

3940
/** Provider batch status payload shared by memory embedding batch helpers. */
4041
export type EmbeddingBatchStatus = {

0 commit comments

Comments
 (0)