mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-10 04:37:27 +08:00
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)
8 lines
180 B
YAML
8 lines
180 B
YAML
name: retaindb
|
|
version: 1.0.0
|
|
description: "RetainDB — cloud memory API with hybrid search and 7 memory types."
|
|
pip_dependencies:
|
|
- requests
|
|
requires_env:
|
|
- RETAINDB_API_KEY
|