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)
6 lines
173 B
YAML
6 lines
173 B
YAML
name: mem0
|
|
version: 1.0.0
|
|
description: "Mem0 — server-side LLM fact extraction with semantic search, reranking, and automatic deduplication."
|
|
pip_dependencies:
|
|
- mem0ai
|