mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
39 lines
868 B
JSON
39 lines
868 B
JSON
{
|
|
"name": "@memoh/agent",
|
|
"version": "1.0.0",
|
|
"description": "Agent package for the phonetutor monorepo",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"start": "bun run client/index.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "Phonetutor",
|
|
"license": "ISC",
|
|
"packageManager": "pnpm@10.27.0",
|
|
"dependencies": {
|
|
"@ai-sdk/anthropic": "^3.0.9",
|
|
"@ai-sdk/google": "^3.0.6",
|
|
"@ai-sdk/mcp": "^1.0.6",
|
|
"@ai-sdk/openai": "^3.0.7",
|
|
"@memoh/ai-gateway": "workspace:*",
|
|
"@memoh/memory": "workspace:*",
|
|
"@memoh/shared": "workspace:*",
|
|
"@modelcontextprotocol/sdk": "^1.25.2",
|
|
"ai": "^6.0.25",
|
|
"dotenv": "^17.2.3",
|
|
"sqlite3": "^5.1.7",
|
|
"xsai": "^0.4.1",
|
|
"zod": "^4.3.5"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"sqlite3",
|
|
"mem0ai"
|
|
]
|
|
}
|
|
}
|