This commit is contained in:
yinsx
2025-12-13 15:40:01 +08:00
commit 39c0f7e708
104 changed files with 6460 additions and 0 deletions

12
backend/package.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "flow-backend",
"type": "module",
"scripts": {
"dev": "bun --watch src/index.ts",
"start": "bun src/index.ts"
},
"dependencies": {
"@langchain/openai": "^0.0.14",
"langchain": "^0.1.0"
}
}