@langchain/langgraph
Version:
9 lines • 499 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.initializeAsyncLocalStorageSingleton = initializeAsyncLocalStorageSingleton;
const singletons_1 = require("@langchain/core/singletons");
const node_async_hooks_1 = require("node:async_hooks");
function initializeAsyncLocalStorageSingleton() {
singletons_1.AsyncLocalStorageProviderSingleton.initializeGlobalInstance(new node_async_hooks_1.AsyncLocalStorage());
}
//# sourceMappingURL=async_local_storage.js.map
;