@vibe-agent-toolkit/runtime-langchain 0.1.37 → 0.1.39-rc.1
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/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -300,7 +300,7 @@ interface ConversationalResult<TOutput, TState = Record<string, unknown>> {
|
|
|
300
300
|
|
|
301
301
|
## Examples
|
|
302
302
|
|
|
303
|
-
See [@vibe-agent-toolkit/vat-example-cat-agents](../vat-example-cat-agents) for complete agent examples that work with this adapter.
|
|
303
|
+
See [@vibe-agent-toolkit/vat-example-cat-agents](../vat-example-cat-agents/README.md) for complete agent examples that work with this adapter.
|
|
304
304
|
|
|
305
305
|
## License
|
|
306
306
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vibe-agent-toolkit/runtime-langchain",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.39-rc.1",
|
|
4
4
|
"description": "LangChain.js runtime adapter for VAT agents",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@langchain/core": "^0.3.29",
|
|
24
|
-
"@vibe-agent-toolkit/agent-runtime": "0.1.
|
|
24
|
+
"@vibe-agent-toolkit/agent-runtime": "0.1.39-rc.1",
|
|
25
25
|
"zod": "^3.24.1"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@langchain/openai": "^0.3.16",
|
|
29
29
|
"@types/node": "^22.10.5",
|
|
30
|
-
"@vibe-agent-toolkit/dev-tools": "0.1.
|
|
30
|
+
"@vibe-agent-toolkit/dev-tools": "0.1.39-rc.1",
|
|
31
31
|
"tsx": "^4.19.2",
|
|
32
32
|
"typescript": "^5.7.3",
|
|
33
33
|
"vitest": "^2.1.8",
|
|
34
|
-
"@vibe-agent-toolkit/test-agents": "0.1.
|
|
34
|
+
"@vibe-agent-toolkit/test-agents": "0.1.39-rc.1"
|
|
35
35
|
},
|
|
36
36
|
"keywords": [
|
|
37
37
|
"ai-agent",
|