update memory gateway

This commit is contained in:
2026-04-30 16:09:28 +08:00
parent e6b1520bce
commit ba84b1ddb3
98 changed files with 1341 additions and 6783 deletions

View File

@ -1,7 +1,7 @@
[project]
name = "memory-gateway"
version = "0.1.0"
description = "基于 OpenViking 的统一记忆入口 MCP Server"
description = "Generic Memory Gateway for OpenViking, Obsidian, LLM summarization, and agent memory workflows"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
@ -13,6 +13,8 @@ dependencies = [
"pyyaml>=6.0",
"uvicorn>=0.27.0",
"tenacity>=8.2.0",
"markitdown[all]>=0.1.5",
"python-multipart>=0.0.9",
]
[project.optional-dependencies]