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

@ -30,7 +30,7 @@ class BackendRefStatus(str, Enum):
class BackendType(str, Enum):
OPENVIKING = "openviking"
EVERMEMOS = "evermemos"
EVEROS = "everos"
OBSIDIAN = "obsidian"
@ -54,7 +54,7 @@ class TraceContext(BaseModel):
class IngestPolicy(BaseModel):
allow_openviking: bool = True
allow_evermemos: bool = True
allow_everos: bool = True
allow_obsidian_review: bool = False
redact_sensitive: bool = True
require_human_review: bool = False