@langchain/classic 1.0.21 → 1.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/dist/agents/mrkl/outputParser.d.ts +1 -1
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @langchain/classic
|
|
2
2
|
|
|
3
|
+
## 1.0.22
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`3682a8d`](https://github.com/langchain-ai/langchainjs/commit/3682a8d4e0ed0855a5283f26bcfd1c0415dde075)]:
|
|
8
|
+
- @langchain/openai@1.2.12
|
|
9
|
+
|
|
3
10
|
## 1.0.21
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -24,10 +24,10 @@ declare class ZeroShotAgentOutputParser extends AgentActionOutputParser {
|
|
|
24
24
|
tool?: undefined;
|
|
25
25
|
toolInput?: undefined;
|
|
26
26
|
} | {
|
|
27
|
+
returnValues?: undefined;
|
|
27
28
|
tool: string;
|
|
28
29
|
toolInput: string;
|
|
29
30
|
log: string;
|
|
30
|
-
returnValues?: undefined;
|
|
31
31
|
}>;
|
|
32
32
|
/**
|
|
33
33
|
* Returns the format instructions for parsing the output of an agent
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@langchain/classic",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.22",
|
|
4
4
|
"description": "Old abstractions from LangChain.js",
|
|
5
5
|
"author": "LangChain",
|
|
6
6
|
"license": "MIT",
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"@vitest/coverage-v8": "^3.2.4",
|
|
132
132
|
"@xata.io/client": "^0.28.4",
|
|
133
133
|
"@zilliz/milvus2-sdk-node": "^2.3.5",
|
|
134
|
-
"axios": "^1.13.
|
|
134
|
+
"axios": "^1.13.6",
|
|
135
135
|
"cheerio": "1.2.0",
|
|
136
136
|
"chromadb": "^1.5.3",
|
|
137
137
|
"cohere-ai": "^7.14.0",
|
|
@@ -170,37 +170,37 @@
|
|
|
170
170
|
"voy-search": "0.6.2",
|
|
171
171
|
"weaviate-client": "^3.8.0",
|
|
172
172
|
"zod-to-json-schema": "^3.24.6",
|
|
173
|
-
"@langchain/anthropic": "1.3.
|
|
174
|
-
"@langchain/aws": "1.3.
|
|
173
|
+
"@langchain/anthropic": "1.3.22",
|
|
174
|
+
"@langchain/aws": "1.3.1",
|
|
175
175
|
"@langchain/azure-cosmosdb": "1.2.0",
|
|
176
176
|
"@langchain/azure-dynamic-sessions": "1.0.1",
|
|
177
177
|
"@langchain/baidu-qianfan": "1.0.3",
|
|
178
178
|
"@langchain/cloudflare": "1.0.4",
|
|
179
179
|
"@langchain/cohere": "1.0.4",
|
|
180
|
-
"@langchain/core": "^1.1.
|
|
181
|
-
"@langchain/deepseek": "1.0.
|
|
180
|
+
"@langchain/core": "^1.1.30",
|
|
181
|
+
"@langchain/deepseek": "1.0.16",
|
|
182
182
|
"@langchain/eslint": "0.1.1",
|
|
183
183
|
"@langchain/exa": "1.0.1",
|
|
184
184
|
"@langchain/google-cloud-sql-pg": "1.0.22",
|
|
185
|
-
"@langchain/google-common": "2.1.
|
|
186
|
-
"@langchain/google-genai": "2.1.
|
|
187
|
-
"@langchain/google-vertexai": "2.1.
|
|
188
|
-
"@langchain/google-vertexai-web": "2.1.
|
|
189
|
-
"@langchain/groq": "1.1.
|
|
190
|
-
"@langchain/mistralai": "1.0.
|
|
185
|
+
"@langchain/google-common": "2.1.24",
|
|
186
|
+
"@langchain/google-genai": "2.1.24",
|
|
187
|
+
"@langchain/google-vertexai": "2.1.24",
|
|
188
|
+
"@langchain/google-vertexai-web": "2.1.24",
|
|
189
|
+
"@langchain/groq": "1.1.4",
|
|
190
|
+
"@langchain/mistralai": "1.0.7",
|
|
191
191
|
"@langchain/mongodb": "1.1.0",
|
|
192
192
|
"@langchain/nomic": "1.0.1",
|
|
193
|
-
"@langchain/ollama": "1.2.
|
|
193
|
+
"@langchain/ollama": "1.2.6",
|
|
194
194
|
"@langchain/pinecone": "1.0.1",
|
|
195
195
|
"@langchain/qdrant": "1.0.1",
|
|
196
196
|
"@langchain/redis": "1.1.0",
|
|
197
197
|
"@langchain/tavily": "1.2.0",
|
|
198
198
|
"@langchain/textsplitters": "1.0.1",
|
|
199
199
|
"@langchain/weaviate": "1.0.1",
|
|
200
|
-
"@langchain/xai": "1.3.
|
|
200
|
+
"@langchain/xai": "1.3.8",
|
|
201
201
|
"@langchain/yandex": "1.0.3",
|
|
202
202
|
"@langchain/tsconfig": "0.0.1",
|
|
203
|
-
"langchain": "1.2.
|
|
203
|
+
"langchain": "1.2.29"
|
|
204
204
|
},
|
|
205
205
|
"peerDependencies": {
|
|
206
206
|
"@langchain/core": "^1.0.0",
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
"uuid": "^10.0.0",
|
|
228
228
|
"yaml": "^2.2.1",
|
|
229
229
|
"zod": "^3.25.76 || ^4",
|
|
230
|
-
"@langchain/openai": "1.2.
|
|
230
|
+
"@langchain/openai": "1.2.12",
|
|
231
231
|
"@langchain/textsplitters": "1.0.1"
|
|
232
232
|
},
|
|
233
233
|
"optionalDependencies": {
|