update memory gateway
This commit is contained in:
@ -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]
|
||||
|
||||
Reference in New Issue
Block a user