mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-21 10:22:18 +00:00
The lazy_deps pin (memory.hindsight -> hindsight-client==0.6.1) was newer than the plugin's stated floor (>=0.4.22). Align _MIN_CLIENT_VERSION, the setup wizard dep string, plugin.yaml, and the README to 0.6.1 so the floor check, auto-upgrade target, and runtime lazy-install all agree. Also drops the redundant local _MIN_CLIENT_VERSION redefinition in post_setup.
8 lines
239 B
YAML
8 lines
239 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>=0.6.1"
|
|
requires_env: []
|
|
hooks:
|
|
- on_session_end
|