Refactor OpenVikingMemorySystemClient to use OpenVikingCredential and update session handling; increase EverOS timeout to 180 seconds; enhance tests for credential handling and vector removal in search results.

This commit is contained in:
2026-05-19 12:30:35 +08:00
parent e689b13e4a
commit ff514ad1f5
5 changed files with 222 additions and 28 deletions

View File

@ -25,7 +25,7 @@ class OpenVikingConfig(BaseModel):
class EverOSConfig(BaseModel):
url: str = "http://127.0.0.1:1995"
api_key: str = ""
timeout: int = 30
timeout: int = 180
verify_ssl: bool = True
health_path: str = "/health"