feat(agent): add redis short-term user context cache and align tests

This commit is contained in:
qzl
2026-03-06 12:02:10 +08:00
parent fb8f21bcf3
commit c5ccfc4b88
34 changed files with 2073 additions and 263 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ default = true
[tool.pytest.ini_options]
testpaths = ["backend/tests"]
addopts = "-q"
addopts = "-q --import-mode=importlib"
asyncio_mode = "auto"
markers = [
"live: requires running local runtime and real external dependencies",