mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-06 18:57:21 +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)
10 lines
249 B
YAML
10 lines
249 B
YAML
name: hindsight
|
|
version: 1.0.0
|
|
description: "Hindsight — long-term memory with knowledge graph, entity resolution, and multi-strategy retrieval."
|
|
pip_dependencies:
|
|
- hindsight-client
|
|
requires_env:
|
|
- HINDSIGHT_API_KEY
|
|
hooks:
|
|
- on_session_end
|