one more try

This commit is contained in:
Dhravya Shah 2026-03-05 14:30:57 -08:00
parent b1d545c4ba
commit bdd1f36f1d
6 changed files with 6663 additions and 14102 deletions

View file

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

14098
apps/web/pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff

6659
bun.lock Normal file

File diff suppressed because it is too large Load diff

View file

@ -12,7 +12,7 @@
"engines": {
"node": ">=20"
},
"packageManager": "bun@1.2.17",
"packageManager": "bun@1.3.4",
"workspaces": [
"apps/*",
"!apps/raycast-extension",

View file

@ -16,7 +16,7 @@
"@ai-sdk/anthropic": "^3.0.15",
"@ai-sdk/openai": "latest",
"@anthropic-ai/sdk": "latest",
"@supermemory/tools": "latest",
"@supermemory/tools": "workspace:*",
"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": "latest"
"@supermemory/tools": "workspace:*"
},
"devDependencies": {
"typescript": "^5",