@librechat/agents 2.4.315 → 2.4.317
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.
|
@@ -11,7 +11,17 @@ export declare const fetchRandomImageTool: DynamicStructuredTool<z.ZodObject<{
|
|
|
11
11
|
input?: string | undefined;
|
|
12
12
|
}, {
|
|
13
13
|
input?: string | undefined;
|
|
14
|
-
}
|
|
14
|
+
}, (string | undefined)[] | ({
|
|
15
|
+
type: string;
|
|
16
|
+
text: string;
|
|
17
|
+
}[] | {
|
|
18
|
+
content: {
|
|
19
|
+
type: string;
|
|
20
|
+
image_url: {
|
|
21
|
+
url: string;
|
|
22
|
+
};
|
|
23
|
+
}[];
|
|
24
|
+
})[]>;
|
|
15
25
|
export declare const fetchRandomImageURL: DynamicStructuredTool<z.ZodObject<{
|
|
16
26
|
input: z.ZodOptional<z.ZodString>;
|
|
17
27
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -22,7 +32,17 @@ export declare const fetchRandomImageURL: DynamicStructuredTool<z.ZodObject<{
|
|
|
22
32
|
input?: string | undefined;
|
|
23
33
|
}, {
|
|
24
34
|
input?: string | undefined;
|
|
25
|
-
}
|
|
35
|
+
}, (string | undefined)[] | ({
|
|
36
|
+
type: string;
|
|
37
|
+
text: string;
|
|
38
|
+
}[] | {
|
|
39
|
+
content: {
|
|
40
|
+
type: string;
|
|
41
|
+
image_url: {
|
|
42
|
+
url: string;
|
|
43
|
+
};
|
|
44
|
+
}[];
|
|
45
|
+
})[]>;
|
|
26
46
|
export declare const chartTool: DynamicStructuredTool<z.ZodObject<{
|
|
27
47
|
data: z.ZodArray<z.ZodObject<{
|
|
28
48
|
label: z.ZodString;
|
|
@@ -54,5 +74,5 @@ export declare const chartTool: DynamicStructuredTool<z.ZodObject<{
|
|
|
54
74
|
value: number;
|
|
55
75
|
label: string;
|
|
56
76
|
}[];
|
|
57
|
-
}>;
|
|
77
|
+
}, string>;
|
|
58
78
|
export declare const tavilyTool: TavilySearchResults;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@librechat/agents",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.317",
|
|
4
4
|
"main": "./dist/cjs/main.cjs",
|
|
5
5
|
"module": "./dist/esm/main.mjs",
|
|
6
6
|
"types": "./dist/types/index.d.ts",
|
|
@@ -73,13 +73,13 @@
|
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
75
|
"@langchain/anthropic": "^0.3.20",
|
|
76
|
-
"@langchain/aws": "
|
|
76
|
+
"@langchain/aws": "0.1.8",
|
|
77
77
|
"@langchain/community": "^0.3.42",
|
|
78
|
-
"@langchain/core": "^0.3.
|
|
78
|
+
"@langchain/core": "^0.3.55",
|
|
79
79
|
"@langchain/deepseek": "^0.0.1",
|
|
80
|
-
"@langchain/google-genai": "^0.2.
|
|
81
|
-
"@langchain/google-vertexai": "^0.2.
|
|
82
|
-
"@langchain/langgraph": "^0.2.
|
|
80
|
+
"@langchain/google-genai": "^0.2.8",
|
|
81
|
+
"@langchain/google-vertexai": "^0.2.8",
|
|
82
|
+
"@langchain/langgraph": "^0.2.72",
|
|
83
83
|
"@langchain/mistralai": "^0.2.0",
|
|
84
84
|
"@langchain/ollama": "^0.2.0",
|
|
85
85
|
"@langchain/openai": "^0.5.10",
|