refactor: divide agent logic and gateway into different package (#90)

* feat: add @memoh/agent

* chore: use @memoh/agent in @memoh-gateway
This commit is contained in:
Acbox Liu
2026-02-22 02:06:47 +08:00
committed by GitHub
parent c591af14b0
commit e6d70b523e
38 changed files with 198 additions and 884 deletions
+1 -4
View File
@@ -8,10 +8,7 @@
},
"dependencies": {
"@memoh/config": "workspace:*",
"@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/agent": "workspace:*",
"@elysiajs/bearer": "^1.4.2",
"@elysiajs/cors": "^1.4.1",
"@modelcontextprotocol/sdk": "^1.25.2",