Spaces:
Paused
Paused
File size: 280 Bytes
b5b9c2e | 1 2 3 4 5 6 7 8 9 10 | name: openviking
version: 2.0.0
description: "OpenViking context database — session-managed memory with automatic extraction, tiered retrieval, and filesystem-style knowledge browsing."
pip_dependencies:
- httpx
requires_env:
- OPENVIKING_ENDPOINT
hooks:
- on_session_end
|