Update from Vibe Studio

This commit is contained in:
Vibe Studio
2026-01-16 02:20:32 +00:00
parent a4605e311a
commit 71de1506ca
28603 changed files with 2179459 additions and 0 deletions

25
node_modules/@shangzy/ag-ui-dify/package.json generated vendored Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "@shangzy/ag-ui-dify",
"version": "0.1.0",
"private": false,
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"clean": "rm -rf dist"
},
"dependencies": {
"@ag-ui/client": "^0.0.42",
"rxjs": "7.8.1"
},
"devDependencies": {
"rimraf": "^5.0.0",
"tsup": "^8.0.0",
"typescript": "^5.0.0"
}
}