|
@@ -22,15 +22,20 @@
|
|
|
"@capacitor/keyboard": "6.0.3",
|
|
|
"@capacitor/status-bar": "6.0.2",
|
|
|
"@ionic/angular": "^8.0.0",
|
|
|
+ "@langchain/core": "^0.3.23",
|
|
|
+ "@langchain/openai": "^0.3.14",
|
|
|
"@tensorflow/tfjs": "^4.22.0",
|
|
|
"@tensorflow/tfjs-backend-wasm": "^4.22.0",
|
|
|
"@tensorflow/tfjs-backend-webgl": "^4.22.0",
|
|
|
"@tensorflow/tfjs-backend-webgpu": "^4.22.0",
|
|
|
"@tensorflow/tfjs-core": "^4.22.0",
|
|
|
+ "@types/pdf-parse": "^1.1.4",
|
|
|
"@vladmandic/face-api": "^1.7.14",
|
|
|
"fmode-ng": "^0.0.63",
|
|
|
"ionicons": "^7.2.1",
|
|
|
+ "langchain": "^0.3.7",
|
|
|
"parse": "^5.3.0",
|
|
|
+ "pdf-parse": "^1.1.1",
|
|
|
"rxjs": "~7.8.0",
|
|
|
"tslib": "^2.3.0",
|
|
|
"zone.js": "~0.14.2"
|
|
@@ -3015,6 +3020,12 @@
|
|
|
"@capacitor/core": "^6.0.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@cfworker/json-schema": {
|
|
|
+ "version": "4.0.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@cfworker/json-schema/-/json-schema-4.0.3.tgz",
|
|
|
+ "integrity": "sha512-ZykIcDTVv5UNmKWSTLAs3VukO6NDJkkSKxrgUTDPBkAlORVT3H9n5DbRjRl8xIotklscHdbLIa0b9+y3mQq73g==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/@colors/colors": {
|
|
|
"version": "1.5.0",
|
|
|
"resolved": "https://registry.npmmirror.com/@colors/colors/-/colors-1.5.0.tgz",
|
|
@@ -4816,17 +4827,17 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@langchain/core": {
|
|
|
- "version": "0.3.19",
|
|
|
- "resolved": "https://registry.npmmirror.com/@langchain/core/-/core-0.3.19.tgz",
|
|
|
- "integrity": "sha512-pJVOAHShefu1SRO8uhzUs0Pexah/Ib66WETLMScIC2w9vXlpwQy3DzXJPJ5X7ixry9N666jYO5cHtM2Z1DnQIQ==",
|
|
|
+ "version": "0.3.23",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@langchain/core/-/core-0.3.23.tgz",
|
|
|
+ "integrity": "sha512-Aut43dEJYH/ibccSErFOLQzymkBG4emlN16P0OHWwx02bDosOR9ilZly4JJiCSYcprn2X2H8nee6P/4VMg1oQA==",
|
|
|
"license": "MIT",
|
|
|
- "peer": true,
|
|
|
"dependencies": {
|
|
|
+ "@cfworker/json-schema": "^4.0.2",
|
|
|
"ansi-styles": "^5.0.0",
|
|
|
"camelcase": "6",
|
|
|
"decamelize": "1.2.0",
|
|
|
"js-tiktoken": "^1.0.12",
|
|
|
- "langsmith": "^0.2.0",
|
|
|
+ "langsmith": "^0.2.8",
|
|
|
"mustache": "^4.2.0",
|
|
|
"p-queue": "^6.6.2",
|
|
|
"p-retry": "4",
|
|
@@ -4842,15 +4853,13 @@
|
|
|
"version": "0.12.0",
|
|
|
"resolved": "https://registry.npmmirror.com/@types/retry/-/retry-0.12.0.tgz",
|
|
|
"integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==",
|
|
|
- "license": "MIT",
|
|
|
- "peer": true
|
|
|
+ "license": "MIT"
|
|
|
},
|
|
|
"node_modules/@langchain/core/node_modules/ansi-styles": {
|
|
|
"version": "5.2.0",
|
|
|
"resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-5.2.0.tgz",
|
|
|
"integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
|
|
|
"license": "MIT",
|
|
|
- "peer": true,
|
|
|
"engines": {
|
|
|
"node": ">=10"
|
|
|
},
|
|
@@ -4863,7 +4872,6 @@
|
|
|
"resolved": "https://registry.npmmirror.com/p-retry/-/p-retry-4.6.2.tgz",
|
|
|
"integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==",
|
|
|
"license": "MIT",
|
|
|
- "peer": true,
|
|
|
"dependencies": {
|
|
|
"@types/retry": "0.12.0",
|
|
|
"retry": "^0.13.1"
|
|
@@ -4877,7 +4885,6 @@
|
|
|
"resolved": "https://registry.npmmirror.com/retry/-/retry-0.13.1.tgz",
|
|
|
"integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==",
|
|
|
"license": "MIT",
|
|
|
- "peer": true,
|
|
|
"engines": {
|
|
|
"node": ">= 4"
|
|
|
}
|
|
@@ -4891,11 +4898,43 @@
|
|
|
"https://github.com/sponsors/ctavan"
|
|
|
],
|
|
|
"license": "MIT",
|
|
|
- "peer": true,
|
|
|
"bin": {
|
|
|
"uuid": "dist/bin/uuid"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@langchain/openai": {
|
|
|
+ "version": "0.3.14",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@langchain/openai/-/openai-0.3.14.tgz",
|
|
|
+ "integrity": "sha512-lNWjUo1tbvsss45IF7UQtMu1NJ6oUKvhgPYWXnX9f/d6OmuLu7D99HQ3Y88vLcUo9XjjOy417olYHignMduMjA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "js-tiktoken": "^1.0.12",
|
|
|
+ "openai": "^4.71.0",
|
|
|
+ "zod": "^3.22.4",
|
|
|
+ "zod-to-json-schema": "^3.22.3"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@langchain/core": ">=0.2.26 <0.4.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@langchain/textsplitters": {
|
|
|
+ "version": "0.1.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@langchain/textsplitters/-/textsplitters-0.1.0.tgz",
|
|
|
+ "integrity": "sha512-djI4uw9rlkAb5iMhtLED+xJebDdAG935AdP4eRTB02R7OB/act55Bj9wsskhZsvuyQRpO4O1wQOp85s6T6GWmw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "js-tiktoken": "^1.0.12"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@langchain/core": ">=0.2.21 <0.4.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@leichtgewicht/ip-codec": {
|
|
|
"version": "2.0.5",
|
|
|
"resolved": "https://registry.npmmirror.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.5.tgz",
|
|
@@ -6322,6 +6361,12 @@
|
|
|
"@types/node": "*"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@types/pdf-parse": {
|
|
|
+ "version": "1.1.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@types/pdf-parse/-/pdf-parse-1.1.4.tgz",
|
|
|
+ "integrity": "sha512-+gbBHbNCVGGYw1S9lAIIvrHW47UYOhMIFUsJcMkMrzy1Jf0vulBN3XQIjPgnoOXveMuHnF3b57fXROnY/Or7eg==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/@types/qs": {
|
|
|
"version": "6.9.17",
|
|
|
"resolved": "https://registry.npmmirror.com/@types/qs/-/qs-6.9.17.tgz",
|
|
@@ -6417,8 +6462,7 @@
|
|
|
"version": "10.0.0",
|
|
|
"resolved": "https://registry.npmmirror.com/@types/uuid/-/uuid-10.0.0.tgz",
|
|
|
"integrity": "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==",
|
|
|
- "license": "MIT",
|
|
|
- "peer": true
|
|
|
+ "license": "MIT"
|
|
|
},
|
|
|
"node_modules/@types/webrtc": {
|
|
|
"version": "0.0.37",
|
|
@@ -7128,6 +7172,18 @@
|
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/abort-controller": {
|
|
|
+ "version": "3.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/abort-controller/-/abort-controller-3.0.0.tgz",
|
|
|
+ "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "event-target-shim": "^5.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.5"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/accepts": {
|
|
|
"version": "1.3.8",
|
|
|
"resolved": "https://registry.npmmirror.com/accepts/-/accepts-1.3.8.tgz",
|
|
@@ -7227,6 +7283,18 @@
|
|
|
"node": ">= 14"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/agentkeepalive": {
|
|
|
+ "version": "4.5.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/agentkeepalive/-/agentkeepalive-4.5.0.tgz",
|
|
|
+ "integrity": "sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "humanize-ms": "^1.2.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 8.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/aggregate-error": {
|
|
|
"version": "3.1.0",
|
|
|
"resolved": "https://registry.npmmirror.com/aggregate-error/-/aggregate-error-3.1.0.tgz",
|
|
@@ -8134,7 +8202,6 @@
|
|
|
"resolved": "https://registry.npmmirror.com/camelcase/-/camelcase-6.3.0.tgz",
|
|
|
"integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
|
|
|
"license": "MIT",
|
|
|
- "peer": true,
|
|
|
"engines": {
|
|
|
"node": ">=10"
|
|
|
},
|
|
@@ -9041,7 +9108,6 @@
|
|
|
"resolved": "https://registry.npmmirror.com/decamelize/-/decamelize-1.2.0.tgz",
|
|
|
"integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==",
|
|
|
"license": "MIT",
|
|
|
- "peer": true,
|
|
|
"engines": {
|
|
|
"node": ">=0.10.0"
|
|
|
}
|
|
@@ -10276,6 +10342,15 @@
|
|
|
"node": ">= 0.6"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/event-target-shim": {
|
|
|
+ "version": "5.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/event-target-shim/-/event-target-shim-5.0.1.tgz",
|
|
|
+ "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/eventemitter3": {
|
|
|
"version": "4.0.7",
|
|
|
"resolved": "https://registry.npmmirror.com/eventemitter3/-/eventemitter3-4.0.7.tgz",
|
|
@@ -10820,6 +10895,25 @@
|
|
|
"node": ">= 6"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/form-data-encoder": {
|
|
|
+ "version": "1.7.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/form-data-encoder/-/form-data-encoder-1.7.2.tgz",
|
|
|
+ "integrity": "sha512-qfqtYan3rxrnCk1VYaA4H+Ms9xdpPqvLZa6xmMgFvhO32x7/3J/ExcTd6qpxM0vH2GdMI+poehyBZvqfMTto8A==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/formdata-node": {
|
|
|
+ "version": "4.4.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/formdata-node/-/formdata-node-4.4.1.tgz",
|
|
|
+ "integrity": "sha512-0iirZp3uVDjVGt9p49aTaqjk84TrglENEDuqfdlZQ1roC9CWlPk6Avf8EEnZNcAqPonwkG35x4n3ww/1THYAeQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "node-domexception": "1.0.0",
|
|
|
+ "web-streams-polyfill": "4.0.0-beta.3"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 12.20"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/forwarded": {
|
|
|
"version": "0.2.0",
|
|
|
"resolved": "https://registry.npmmirror.com/forwarded/-/forwarded-0.2.0.tgz",
|
|
@@ -11523,6 +11617,15 @@
|
|
|
"node": ">=10.17.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/humanize-ms": {
|
|
|
+ "version": "1.2.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/humanize-ms/-/humanize-ms-1.2.1.tgz",
|
|
|
+ "integrity": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "ms": "^2.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/hyperdyperid": {
|
|
|
"version": "1.2.0",
|
|
|
"resolved": "https://registry.npmmirror.com/hyperdyperid/-/hyperdyperid-1.2.0.tgz",
|
|
@@ -12511,7 +12614,6 @@
|
|
|
"resolved": "https://registry.npmmirror.com/js-tiktoken/-/js-tiktoken-1.0.15.tgz",
|
|
|
"integrity": "sha512-65ruOWWXDEZHHbAo7EjOcNxOGasQKbL4Fq3jEr2xsCqSsoOo6VVSqzWQb6PRIqypFSDcma4jO90YP0w5X8qVXQ==",
|
|
|
"license": "MIT",
|
|
|
- "peer": true,
|
|
|
"dependencies": {
|
|
|
"base64-js": "^1.5.1"
|
|
|
}
|
|
@@ -12527,7 +12629,6 @@
|
|
|
"version": "4.1.0",
|
|
|
"resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
|
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
|
- "dev": true,
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"argparse": "^2.0.1"
|
|
@@ -12636,6 +12737,15 @@
|
|
|
],
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
+ "node_modules/jsonpointer": {
|
|
|
+ "version": "5.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/jsonpointer/-/jsonpointer-5.0.1.tgz",
|
|
|
+ "integrity": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/jssha": {
|
|
|
"version": "3.3.1",
|
|
|
"resolved": "https://registry.npmmirror.com/jssha/-/jssha-3.3.1.tgz",
|
|
@@ -12987,12 +13097,132 @@
|
|
|
"node": ">=6"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/langchain": {
|
|
|
+ "version": "0.3.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/langchain/-/langchain-0.3.7.tgz",
|
|
|
+ "integrity": "sha512-6/Gkk9Zez3HkbsETFxZVo1iKLmaK3OzkDseC5MYFKVmYFDXFAOyJR3srJ9P61xF8heVdsPixqYIsejBn7/9dXg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@langchain/openai": ">=0.1.0 <0.4.0",
|
|
|
+ "@langchain/textsplitters": ">=0.0.0 <0.2.0",
|
|
|
+ "js-tiktoken": "^1.0.12",
|
|
|
+ "js-yaml": "^4.1.0",
|
|
|
+ "jsonpointer": "^5.0.1",
|
|
|
+ "langsmith": "^0.2.8",
|
|
|
+ "openapi-types": "^12.1.3",
|
|
|
+ "p-retry": "4",
|
|
|
+ "uuid": "^10.0.0",
|
|
|
+ "yaml": "^2.2.1",
|
|
|
+ "zod": "^3.22.4",
|
|
|
+ "zod-to-json-schema": "^3.22.3"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=18"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@langchain/anthropic": "*",
|
|
|
+ "@langchain/aws": "*",
|
|
|
+ "@langchain/cohere": "*",
|
|
|
+ "@langchain/core": ">=0.2.21 <0.4.0",
|
|
|
+ "@langchain/google-genai": "*",
|
|
|
+ "@langchain/google-vertexai": "*",
|
|
|
+ "@langchain/groq": "*",
|
|
|
+ "@langchain/mistralai": "*",
|
|
|
+ "@langchain/ollama": "*",
|
|
|
+ "axios": "*",
|
|
|
+ "cheerio": "*",
|
|
|
+ "handlebars": "^4.7.8",
|
|
|
+ "peggy": "^3.0.2",
|
|
|
+ "typeorm": "*"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "@langchain/anthropic": {
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "@langchain/aws": {
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "@langchain/cohere": {
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "@langchain/google-genai": {
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "@langchain/google-vertexai": {
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "@langchain/groq": {
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "@langchain/mistralai": {
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "@langchain/ollama": {
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "axios": {
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "cheerio": {
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "handlebars": {
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "peggy": {
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "typeorm": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/langchain/node_modules/@types/retry": {
|
|
|
+ "version": "0.12.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@types/retry/-/retry-0.12.0.tgz",
|
|
|
+ "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/langchain/node_modules/p-retry": {
|
|
|
+ "version": "4.6.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/p-retry/-/p-retry-4.6.2.tgz",
|
|
|
+ "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@types/retry": "0.12.0",
|
|
|
+ "retry": "^0.13.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/langchain/node_modules/retry": {
|
|
|
+ "version": "0.13.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/retry/-/retry-0.13.1.tgz",
|
|
|
+ "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/langchain/node_modules/uuid": {
|
|
|
+ "version": "10.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/uuid/-/uuid-10.0.0.tgz",
|
|
|
+ "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
|
|
|
+ "funding": [
|
|
|
+ "https://github.com/sponsors/broofa",
|
|
|
+ "https://github.com/sponsors/ctavan"
|
|
|
+ ],
|
|
|
+ "license": "MIT",
|
|
|
+ "bin": {
|
|
|
+ "uuid": "dist/bin/uuid"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/langsmith": {
|
|
|
"version": "0.2.8",
|
|
|
"resolved": "https://registry.npmmirror.com/langsmith/-/langsmith-0.2.8.tgz",
|
|
|
"integrity": "sha512-wKVNZoYtd8EqQWUEsfDZlZ77rH7vVqgNtONXRwynUp7ZFMFUIPhSlqE9pXqrmYPE8ZTBFj7diag2lFgUuaOEKw==",
|
|
|
"license": "MIT",
|
|
|
- "peer": true,
|
|
|
"dependencies": {
|
|
|
"@types/uuid": "^10.0.0",
|
|
|
"commander": "^10.0.1",
|
|
@@ -13014,15 +13244,13 @@
|
|
|
"version": "0.12.0",
|
|
|
"resolved": "https://registry.npmmirror.com/@types/retry/-/retry-0.12.0.tgz",
|
|
|
"integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==",
|
|
|
- "license": "MIT",
|
|
|
- "peer": true
|
|
|
+ "license": "MIT"
|
|
|
},
|
|
|
"node_modules/langsmith/node_modules/commander": {
|
|
|
"version": "10.0.1",
|
|
|
"resolved": "https://registry.npmmirror.com/commander/-/commander-10.0.1.tgz",
|
|
|
"integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==",
|
|
|
"license": "MIT",
|
|
|
- "peer": true,
|
|
|
"engines": {
|
|
|
"node": ">=14"
|
|
|
}
|
|
@@ -13032,7 +13260,6 @@
|
|
|
"resolved": "https://registry.npmmirror.com/p-retry/-/p-retry-4.6.2.tgz",
|
|
|
"integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==",
|
|
|
"license": "MIT",
|
|
|
- "peer": true,
|
|
|
"dependencies": {
|
|
|
"@types/retry": "0.12.0",
|
|
|
"retry": "^0.13.1"
|
|
@@ -13046,7 +13273,6 @@
|
|
|
"resolved": "https://registry.npmmirror.com/retry/-/retry-0.13.1.tgz",
|
|
|
"integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==",
|
|
|
"license": "MIT",
|
|
|
- "peer": true,
|
|
|
"engines": {
|
|
|
"node": ">= 4"
|
|
|
}
|
|
@@ -13060,7 +13286,6 @@
|
|
|
"https://github.com/sponsors/ctavan"
|
|
|
],
|
|
|
"license": "MIT",
|
|
|
- "peer": true,
|
|
|
"bin": {
|
|
|
"uuid": "dist/bin/uuid"
|
|
|
}
|
|
@@ -14297,7 +14522,6 @@
|
|
|
"resolved": "https://registry.npmmirror.com/mustache/-/mustache-4.2.0.tgz",
|
|
|
"integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==",
|
|
|
"license": "MIT",
|
|
|
- "peer": true,
|
|
|
"bin": {
|
|
|
"mustache": "bin/mustache"
|
|
|
}
|
|
@@ -14480,6 +14704,31 @@
|
|
|
"dev": true,
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
+ "node_modules/node-domexception": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/node-domexception/-/node-domexception-1.0.0.tgz",
|
|
|
+ "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/jimmywarting"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://paypal.me/jimmywarting"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10.5.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/node-ensure": {
|
|
|
+ "version": "0.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/node-ensure/-/node-ensure-0.0.0.tgz",
|
|
|
+ "integrity": "sha512-DRI60hzo2oKN1ma0ckc6nQWlHU69RH6xN0sjQTjMpChPfTYvKZdcQFfdYK2RWbJcKyUizSIy/l8OTGxMAM1QDw==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/node-fetch": {
|
|
|
"version": "2.6.13",
|
|
|
"resolved": "https://registry.npmmirror.com/node-fetch/-/node-fetch-2.6.13.tgz",
|
|
@@ -14990,6 +15239,53 @@
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/openai": {
|
|
|
+ "version": "4.76.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/openai/-/openai-4.76.3.tgz",
|
|
|
+ "integrity": "sha512-BISkI90m8zT7BAMljK0j00TzOoLvmc7AulPxv6EARa++3+hhIK5G6z4xkITurEaA9bvDhQ09kSNKA3DL+rDMwA==",
|
|
|
+ "license": "Apache-2.0",
|
|
|
+ "dependencies": {
|
|
|
+ "@types/node": "^18.11.18",
|
|
|
+ "@types/node-fetch": "^2.6.4",
|
|
|
+ "abort-controller": "^3.0.0",
|
|
|
+ "agentkeepalive": "^4.2.1",
|
|
|
+ "form-data-encoder": "1.7.2",
|
|
|
+ "formdata-node": "^4.3.2",
|
|
|
+ "node-fetch": "^2.6.7"
|
|
|
+ },
|
|
|
+ "bin": {
|
|
|
+ "openai": "bin/cli"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "zod": "^3.23.8"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "zod": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/openai/node_modules/@types/node": {
|
|
|
+ "version": "18.19.68",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@types/node/-/node-18.19.68.tgz",
|
|
|
+ "integrity": "sha512-QGtpFH1vB99ZmTa63K4/FU8twThj4fuVSBkGddTp7uIL/cuoLWIUSL2RcOaigBhfR+hg5pgGkBnkoOxrTVBMKw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "undici-types": "~5.26.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/openai/node_modules/undici-types": {
|
|
|
+ "version": "5.26.5",
|
|
|
+ "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-5.26.5.tgz",
|
|
|
+ "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/openapi-types": {
|
|
|
+ "version": "12.1.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/openapi-types/-/openapi-types-12.1.3.tgz",
|
|
|
+ "integrity": "sha512-N4YtSYJqghVu4iek2ZUvcN/0aqH1kRDuNqzcycDxhOUpg7GdvLa2F3DgS6yBNhInhv2r/6I0Flkn7CqL8+nIcw==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
"node_modules/optionator": {
|
|
|
"version": "0.9.4",
|
|
|
"resolved": "https://registry.npmmirror.com/optionator/-/optionator-0.9.4.tgz",
|
|
@@ -15104,7 +15400,6 @@
|
|
|
"resolved": "https://registry.npmmirror.com/p-finally/-/p-finally-1.0.0.tgz",
|
|
|
"integrity": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==",
|
|
|
"license": "MIT",
|
|
|
- "peer": true,
|
|
|
"engines": {
|
|
|
"node": ">=4"
|
|
|
}
|
|
@@ -15162,7 +15457,6 @@
|
|
|
"resolved": "https://registry.npmmirror.com/p-queue/-/p-queue-6.6.2.tgz",
|
|
|
"integrity": "sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==",
|
|
|
"license": "MIT",
|
|
|
- "peer": true,
|
|
|
"dependencies": {
|
|
|
"eventemitter3": "^4.0.4",
|
|
|
"p-timeout": "^3.2.0"
|
|
@@ -15207,7 +15501,6 @@
|
|
|
"resolved": "https://registry.npmmirror.com/p-timeout/-/p-timeout-3.2.0.tgz",
|
|
|
"integrity": "sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==",
|
|
|
"license": "MIT",
|
|
|
- "peer": true,
|
|
|
"dependencies": {
|
|
|
"p-finally": "^1.0.0"
|
|
|
},
|
|
@@ -15488,6 +15781,28 @@
|
|
|
"node": ">=8"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/pdf-parse": {
|
|
|
+ "version": "1.1.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/pdf-parse/-/pdf-parse-1.1.1.tgz",
|
|
|
+ "integrity": "sha512-v6ZJ/efsBpGrGGknjtq9J/oC8tZWq0KWL5vQrk2GlzLEQPUDB1ex+13Rmidl1neNN358Jn9EHZw5y07FFtaC7A==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "debug": "^3.1.0",
|
|
|
+ "node-ensure": "^0.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.8.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/pdf-parse/node_modules/debug": {
|
|
|
+ "version": "3.2.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/debug/-/debug-3.2.7.tgz",
|
|
|
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "ms": "^2.1.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/pend": {
|
|
|
"version": "1.2.0",
|
|
|
"resolved": "https://registry.npmmirror.com/pend/-/pend-1.2.0.tgz",
|
|
@@ -19213,6 +19528,15 @@
|
|
|
"dev": true,
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
+ "node_modules/web-streams-polyfill": {
|
|
|
+ "version": "4.0.0-beta.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/web-streams-polyfill/-/web-streams-polyfill-4.0.0-beta.3.tgz",
|
|
|
+ "integrity": "sha512-QW95TCTaHmsYfHDybGMwO5IJIM93I/6vTRk+daHTWFPhwh+C8Cg7j7XyKrwrj8Ib6vYXe0ocYNrmzY4xAAN6ug==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 14"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/webidl-conversions": {
|
|
|
"version": "3.0.1",
|
|
|
"resolved": "https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
|
|
@@ -19925,6 +20249,18 @@
|
|
|
"dev": true,
|
|
|
"license": "ISC"
|
|
|
},
|
|
|
+ "node_modules/yaml": {
|
|
|
+ "version": "2.6.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/yaml/-/yaml-2.6.1.tgz",
|
|
|
+ "integrity": "sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==",
|
|
|
+ "license": "ISC",
|
|
|
+ "bin": {
|
|
|
+ "yaml": "bin.mjs"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 14"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/yargs": {
|
|
|
"version": "17.7.2",
|
|
|
"resolved": "https://registry.npmmirror.com/yargs/-/yargs-17.7.2.tgz",
|
|
@@ -20028,7 +20364,6 @@
|
|
|
"resolved": "https://registry.npmmirror.com/zod/-/zod-3.23.8.tgz",
|
|
|
"integrity": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==",
|
|
|
"license": "MIT",
|
|
|
- "peer": true,
|
|
|
"funding": {
|
|
|
"url": "https://github.com/sponsors/colinhacks"
|
|
|
}
|
|
@@ -20038,7 +20373,6 @@
|
|
|
"resolved": "https://registry.npmmirror.com/zod-to-json-schema/-/zod-to-json-schema-3.23.5.tgz",
|
|
|
"integrity": "sha512-5wlSS0bXfF/BrL4jPAbz9da5hDlDptdEppYfe+x4eIJ7jioqKG9uUxOwPzqof09u/XeVdrgFu29lZi+8XNDJtA==",
|
|
|
"license": "ISC",
|
|
|
- "peer": true,
|
|
|
"peerDependencies": {
|
|
|
"zod": "^3.23.3"
|
|
|
}
|