neutralize upstream service branding

This commit is contained in:
2026-06-12 16:31:08 +08:00
parent 126ae4eafa
commit 42de7f9da0
18 changed files with 340 additions and 256 deletions

View File

@ -1,7 +1,7 @@
[project]
name = "memory-gateway"
version = "0.1.0"
description = "Lightweight Memory Gateway for EverOS user resources"
description = "Lightweight user resource memory gateway"
requires-python = ">=3.10"
dependencies = [
"fastapi>=0.104.0",
@ -31,5 +31,5 @@ testpaths = ["tests"]
python_files = ["test_*.py"]
asyncio_mode = "auto"
markers = [
"integration: tests that call a real EverOS service",
"integration: tests that call a real upstream memory service",
]