0201f8c8c0
Reads pip_dependencies from plugin.yaml, checks which are missing, installs them via pip before config walkthrough. Also shows install guidance for external_dependencies (e.g. brv CLI for ByteRover). Updated all 7 plugin.yaml files with pip_dependencies: - honcho: honcho-ai - mem0: mem0ai - openviking: httpx - hindsight: hindsight-client - holographic: (none) - retaindb: requests - byterover: (external_dependencies for brv CLI)
10 lines
280 B
YAML
10 lines
280 B
YAML
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
|