Replace EverMemOS with EverOS backend

This commit is contained in:
2026-05-13 17:56:50 +08:00
parent 0acee1ec6c
commit b226749c61
37 changed files with 1327 additions and 1986 deletions

View File

@ -38,7 +38,7 @@ class SourceType(str, Enum):
AGENT = "agent"
OBSIDIAN = "obsidian"
OPENVIKING = "openviking"
EVERMEMOS = "evermemos"
EVEROS = "everos"
MANUAL = "manual"
@ -224,4 +224,3 @@ class NamespaceInfo(BaseModel):
owner_user_id: Optional[str] = None
visibility: Visibility
description: str