This commit is contained in:
Dhravya Shah 2026-03-05 14:24:50 -08:00
parent c497fb7a62
commit b1d545c4ba
5 changed files with 14101 additions and 6636 deletions

View file

@ -8,7 +8,7 @@
"start": "next start"
},
"dependencies": {
"@supermemory/memory-graph": "workspace:*",
"@supermemory/memory-graph": "latest",
"next": "16.0.3",
"react": "19.2.0",
"react-dom": "19.2.0"

14098
apps/web/pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load diff

6633
bun.lock

File diff suppressed because it is too large Load diff

View file

@ -16,7 +16,7 @@
"@ai-sdk/anthropic": "^3.0.15",
"@ai-sdk/openai": "latest",
"@anthropic-ai/sdk": "latest",
"@supermemory/tools": "workspace:*",
"@supermemory/tools": "latest",
"ai": "latest",
"dotenv": "latest",
"openai": "latest",

View file

@ -16,7 +16,7 @@
"@ai-sdk/openai": "^1.0.0",
"openai": "^4.104.0",
"supermemory": "^1.0.0",
"@supermemory/tools": "workspace:*"
"@supermemory/tools": "latest"
},
"devDependencies": {
"typescript": "^5",