Replace EverMemOS with EverOS backend

This commit is contained in:
2026-05-13 17:56:50 +08:00
parent 0acee1ec6c
commit b226749c61
37 changed files with 1327 additions and 1986 deletions

View File

@ -12,7 +12,6 @@ dependencies = [
"pydantic>=2.5.0",
"pyyaml>=6.0",
"uvicorn>=0.27.0",
"tenacity>=8.2.0",
"markitdown[all]>=0.1.5",
"python-multipart>=0.0.9",
]
@ -28,8 +27,5 @@ dev = [
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.uv]
dev-dependencies = []
[tool.ruff]
target-version = "py310"