16 lines
999 B
YAML
16 lines
999 B
YAML
name: yantrikdb
|
|
version: 0.4.12
|
|
# Note: plugin.yaml lives at both the repo root AND yantrikdb/ subfolder. The
|
|
# root copy is the manifest Hermes' user-installed plugin loader reads when a
|
|
# user does `hermes plugins install yantrikos/yantrikdb-hermes-plugin`; the
|
|
# subfolder copy is the manifest the bundled-discovery path uses after
|
|
# `yantrikdb-hermes install <hermes>`. Both should declare the same version.
|
|
description: "YantrikDB — self-maintaining memory for Hermes with canonicalization, contradiction tracking, recency-aware ranking, explainable recall, and pluggable embedders (bundled potion-2M default; first-class loaders for the model2vec family and the HF sentence-transformers ecosystem; custom Python embedder class as escape hatch). As of v0.2.0 the default backend is in-process (`pip install` and go); HTTP-to-server is optional for HA cluster setups."
|
|
pip_dependencies:
|
|
- yantrikdb>=0.7.6
|
|
- requests>=2.31
|
|
hooks:
|
|
- on_session_end
|
|
- on_pre_compress
|
|
- on_memory_write
|