add multimodal memory proxy and API logging
This commit is contained in:
@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user