add multimodal memory proxy and API logging

This commit is contained in:
2026-06-12 11:04:53 +08:00
parent 8afb460883
commit a29009dc07
12 changed files with 2229 additions and 33 deletions

View File

@ -1,5 +1,5 @@
[project]
name = "memory-gateway2"
name = "memory-gateway"
version = "0.1.0"
description = "Lightweight Memory Gateway for EverOS user resources"
requires-python = ">=3.10"
@ -30,3 +30,6 @@ dev = [
testpaths = ["tests"]
python_files = ["test_*.py"]
asyncio_mode = "auto"
markers = [
"integration: tests that call a real EverOS service",
]