UNPKG

@osohq/langchain

Version:

Oso observability integration for LangChain agents

11 lines 569 B
"use strict"; /** * Oso observability integration for LangChain. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.VERSION = exports.OsoObservabilityCallback = void 0; var callbacks_1 = require("./callbacks"); Object.defineProperty(exports, "OsoObservabilityCallback", { enumerable: true, get: function () { return callbacks_1.OsoObservabilityCallback; } }); var version_1 = require("./version"); Object.defineProperty(exports, "VERSION", { enumerable: true, get: function () { return version_1.VERSION; } }); //# sourceMappingURL=index.js.map