mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
feat: long-memory
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "@byteagent/memory",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"exports": {
|
||||
".": "./src/index.ts"
|
||||
},
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"packageManager": "pnpm@10.27.0",
|
||||
"dependencies": {
|
||||
"@byteagent/db": "workspace:*",
|
||||
"drizzle-orm": "^0.45.1",
|
||||
"xsai": "^0.4.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user