UNPKG

@traceloop/instrumentation-langchain

Version:
68 lines (67 loc) 1.89 kB
{ "name": "@traceloop/instrumentation-langchain", "version": "0.22.5", "description": "OpenTelemetry instrumentation for LangchainJS", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "repository": "traceloop/openllmetry-js", "scripts": { "build": "rollup -c", "lint": "eslint .", "lint:fix": "eslint . --fix", "test": "ts-mocha -p tsconfig.test.json 'test/**/*.test.ts' --timeout 20000" }, "keywords": [ "opentelemetry", "nodejs", "tracing", "attributes", "langchain" ], "author": "Traceloop", "license": "Apache-2.0", "engines": { "node": ">=14" }, "files": [ "dist/**/*.js", "dist/**/*.mjs", "dist/**/*.js.map", "dist/**/*.d.ts", "doc", "LICENSE", "README.md", "package.json" ], "publishConfig": { "access": "public" }, "dependencies": { "@langchain/core": "^0.3.70", "@opentelemetry/api": "^1.9.0", "@opentelemetry/core": "^2.0.1", "@opentelemetry/instrumentation": "^0.203.0", "@opentelemetry/semantic-conventions": "^1.38.0", "@traceloop/ai-semantic-conventions": "0.22.5", "tslib": "^2.8.1" }, "devDependencies": { "@langchain/community": "^0.3.50", "@langchain/openai": "^0.6.2", "@opentelemetry/context-async-hooks": "^2.0.1", "@opentelemetry/sdk-trace-node": "^2.0.1", "@pollyjs/adapter-fetch": "^6.0.6", "@pollyjs/adapter-node-http": "^6.0.6", "@pollyjs/core": "^6.0.6", "@pollyjs/persister-fs": "^6.0.6", "@traceloop/instrumentation-bedrock": "0.22.5", "@types/mocha": "^10.0.10", "@types/node": "^24.0.15", "langchain": "^0.3.30", "mocha": "^11.7.1", "ts-mocha": "^11.1.0" }, "homepage": "https://github.com/traceloop/openllmetry-js/tree/main/packages/instrumentation-langchain", "gitHead": "f480743514f70ab20669987d040bfec8be33fcb4" }