Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-06-03 11:13:26 +08:00
parent 9820834175
commit c76c8d47d1
4 changed files with 579 additions and 27 deletions

View File

@ -12,6 +12,9 @@ dependencies = [
"uvicorn>=0.27.0",
]
[project.scripts]
memory-gateway = "memory_system_api.server:main"
[project.optional-dependencies]
dev = [
"pytest>=8.0.0",