@langchain/classic 1.0.38 → 1.0.39
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
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @langchain/classic
|
|
2
2
|
|
|
3
|
+
## 1.0.39
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`988ca7d`](https://github.com/langchain-ai/langchainjs/commit/988ca7dc9f1debd48278c6e888553e11c7845ca3)]:
|
|
8
|
+
- @langchain/openai@1.5.4
|
|
9
|
+
|
|
3
10
|
## 1.0.38
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -50,12 +50,12 @@ declare class ChatAgentOutputParser extends AgentActionOutputParser {
|
|
|
50
50
|
* @returns An object that satisfies the AgentFinish interface or an object with the tool, toolInput, and log.
|
|
51
51
|
*/
|
|
52
52
|
parse(text: string): Promise<{
|
|
53
|
-
tool?: undefined;
|
|
54
|
-
toolInput?: undefined;
|
|
55
53
|
returnValues: {
|
|
56
54
|
output: string;
|
|
57
55
|
};
|
|
58
56
|
log: string;
|
|
57
|
+
tool?: undefined;
|
|
58
|
+
toolInput?: undefined;
|
|
59
59
|
} | {
|
|
60
60
|
returnValues?: undefined;
|
|
61
61
|
tool: any;
|
|
@@ -24,10 +24,10 @@ declare class ZeroShotAgentOutputParser extends AgentActionOutputParser {
|
|
|
24
24
|
tool?: undefined;
|
|
25
25
|
toolInput?: undefined;
|
|
26
26
|
} | {
|
|
27
|
-
returnValues?: undefined;
|
|
28
27
|
tool: string;
|
|
29
28
|
toolInput: string;
|
|
30
29
|
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.39",
|
|
4
4
|
"description": "Old abstractions from LangChain.js",
|
|
5
5
|
"author": "LangChain",
|
|
6
6
|
"license": "MIT",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
},
|
|
96
96
|
"homepage": "https://github.com/langchain-ai/langchainjs/tree/main/langchain/",
|
|
97
97
|
"devDependencies": {
|
|
98
|
-
"@aws-sdk/dsql-signer": "^3.
|
|
98
|
+
"@aws-sdk/dsql-signer": "^3.1078.0",
|
|
99
99
|
"@azure/identity": "^4.12.0",
|
|
100
100
|
"@browserbasehq/stagehand": "^1.3.0",
|
|
101
101
|
"@clickhouse/client": "^0.2.5",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"@gomomento/sdk": "1.117.4",
|
|
109
109
|
"@google/generative-ai": "^0.24.1",
|
|
110
110
|
"@lancedb/lancedb": "^0.30.0",
|
|
111
|
-
"@langchain/langgraph": "1.
|
|
111
|
+
"@langchain/langgraph": "1.4.7",
|
|
112
112
|
"@layerup/layerup-security": "^1.5.12",
|
|
113
113
|
"@opensearch-project/opensearch": "^2.2.0",
|
|
114
114
|
"@pinecone-database/pinecone": "^5.0.2",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"@upstash/redis": "^1.38.0",
|
|
127
127
|
"@upstash/vector": "^1.2.2",
|
|
128
128
|
"@vercel/kv": "^3.0.0",
|
|
129
|
-
"@vitest/coverage-v8": "^4.1.
|
|
129
|
+
"@vitest/coverage-v8": "^4.1.9",
|
|
130
130
|
"@xata.io/client": "^0.30.1",
|
|
131
131
|
"@zilliz/milvus2-sdk-node": "^2.6.14",
|
|
132
132
|
"axios": "^1.16.1",
|
|
@@ -169,9 +169,9 @@
|
|
|
169
169
|
"@langchain/anthropic": "1.5.1",
|
|
170
170
|
"@langchain/aws": "1.4.2",
|
|
171
171
|
"@langchain/cloudflare": "1.1.0",
|
|
172
|
-
"@langchain/core": "^1.2.
|
|
173
|
-
"@langchain/deepseek": "1.1.
|
|
174
|
-
"@langchain/fireworks": "0.2.
|
|
172
|
+
"@langchain/core": "^1.2.2",
|
|
173
|
+
"@langchain/deepseek": "1.1.4",
|
|
174
|
+
"@langchain/fireworks": "0.2.4",
|
|
175
175
|
"@langchain/google-common": "2.2.0",
|
|
176
176
|
"@langchain/google-genai": "2.2.0",
|
|
177
177
|
"@langchain/google-vertexai": "2.2.0",
|
|
@@ -182,16 +182,16 @@
|
|
|
182
182
|
"@langchain/ollama": "1.3.0",
|
|
183
183
|
"@langchain/redis": "1.1.3",
|
|
184
184
|
"@langchain/textsplitters": "1.0.1",
|
|
185
|
-
"@langchain/xai": "1.4.
|
|
185
|
+
"@langchain/xai": "1.4.4",
|
|
186
186
|
"@langchain/tsconfig": "0.0.1",
|
|
187
|
-
"langchain": "1.5.
|
|
188
|
-
"@langchain/together-ai": "0.2.
|
|
187
|
+
"langchain": "1.5.3",
|
|
188
|
+
"@langchain/together-ai": "0.2.4"
|
|
189
189
|
},
|
|
190
190
|
"peerDependencies": {
|
|
191
191
|
"cheerio": "*",
|
|
192
192
|
"peggy": "^5.1.0",
|
|
193
193
|
"typeorm": "*",
|
|
194
|
-
"@langchain/core": "^1.2.
|
|
194
|
+
"@langchain/core": "^1.2.2"
|
|
195
195
|
},
|
|
196
196
|
"peerDependenciesMeta": {
|
|
197
197
|
"cheerio": {
|
|
@@ -206,12 +206,12 @@
|
|
|
206
206
|
},
|
|
207
207
|
"dependencies": {
|
|
208
208
|
"handlebars": "^4.7.9",
|
|
209
|
-
"js-yaml": "^
|
|
209
|
+
"js-yaml": "^5.1.0",
|
|
210
210
|
"jsonpointer": "^5.0.1",
|
|
211
211
|
"openapi-types": "^12.1.3",
|
|
212
212
|
"yaml": "^2.9.0",
|
|
213
213
|
"zod": "^3.25.76 || ^4",
|
|
214
|
-
"@langchain/openai": "1.5.
|
|
214
|
+
"@langchain/openai": "1.5.4",
|
|
215
215
|
"@langchain/textsplitters": "1.0.1"
|
|
216
216
|
},
|
|
217
217
|
"optionalDependencies": {
|