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)
8 lines
222 B
YAML
8 lines
222 B
YAML
name: honcho
|
|
version: 1.0.0
|
|
description: "Honcho AI-native memory — cross-session user modeling with dialectic Q&A, semantic search, and persistent conclusions."
|
|
pip_dependencies:
|
|
- honcho-ai
|
|
hooks:
|
|
- on_session_end
|