@flutchai/flutch-sdk 0.1.25 → 0.1.27
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/dist/index.cjs +219 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +49 -9
- package/dist/index.d.ts +49 -9
- package/dist/index.js +216 -9
- package/dist/index.js.map +1 -1
- package/package.json +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flutchai/flutch-sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.27",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Base infrastructure package for building graph microservices - core interfaces, types, utilities, and execution engine",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -97,6 +97,7 @@
|
|
|
97
97
|
"@langchain/cohere": "^1.0.0",
|
|
98
98
|
"@langchain/core": "^1.0.2",
|
|
99
99
|
"@langchain/langgraph": "^1.0.1",
|
|
100
|
+
"@langchain/langgraph-checkpoint-mongodb": "^1.0.0",
|
|
100
101
|
"@langchain/mistralai": "^1.0.0",
|
|
101
102
|
"@langchain/openai": "^1.0.0",
|
|
102
103
|
"@nestjs/axios": "^3.0.0",
|
|
@@ -112,7 +113,8 @@
|
|
|
112
113
|
"class-transformer": "^0.5.1",
|
|
113
114
|
"class-validator": "^0.14.2",
|
|
114
115
|
"ioredis": "^5.3.2",
|
|
115
|
-
"
|
|
116
|
+
"mongodb": "^6.20.0",
|
|
117
|
+
"mongoose": "^8.22.0",
|
|
116
118
|
"prom-client": "^14.0.0",
|
|
117
119
|
"reflect-metadata": "^0.2.0",
|
|
118
120
|
"rxjs": "^7.8.1",
|