Simplify to memory system api
This commit is contained in:
@ -1,25 +1,20 @@
|
||||
[project]
|
||||
name = "memory-gateway"
|
||||
name = "memory-system-api"
|
||||
version = "0.1.0"
|
||||
description = "Generic Memory Gateway for OpenViking, Obsidian, LLM summarization, and agent memory workflows"
|
||||
description = "Lightweight Memory System API for OpenViking session memory and EverOS user profiles"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"fastapi>=0.109.0",
|
||||
"sse-starlette>=2.0.0",
|
||||
"mcp[cli]>=1.1.0",
|
||||
"httpx>=0.26.0",
|
||||
"pydantic>=2.5.0",
|
||||
"pyyaml>=6.0",
|
||||
"uvicorn>=0.27.0",
|
||||
"markitdown[all]>=0.1.5",
|
||||
"python-multipart>=0.0.9",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
"pytest>=8.0.0",
|
||||
"pytest-asyncio>=0.23.0",
|
||||
"ruff>=0.1.0",
|
||||
]
|
||||
|
||||
@ -27,5 +22,8 @@ dev = [
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["memory_system_api"]
|
||||
|
||||
[tool.ruff]
|
||||
target-version = "py310"
|
||||
|
||||
Reference in New Issue
Block a user