Skip to main content
Version: v0.9.0a2
Operator

Zep Adapter

stigmem-plugin-zep-adapter is an experimental, opt-in Python package that bridges Stigmem facts into Zep session memory and maps Zep extracted facts back into Stigmem-shaped records.

Installโ€‹

python -m pip install 'stigmem-plugin-zep-adapter>=0.1.0,<2.0.0'
python -m pip install 'stigmem-plugin-zep-adapter[zep]>=0.1.0,<2.0.0'

Enableโ€‹

Host applications enable the adapter by importing stigmem_plugin_zep.StigmemZepAdapter and calling it for selected sessions. There is no node-global environment gate in v0.1.0.

Disableโ€‹

Remove the package from the host application environment and restart the process that loads plugins:

python -m pip uninstall stigmem-plugin-zep-adapter

Testโ€‹

python -m pytest experimental/zep-adapter/tests/ -v

The test suite uses a mocked Zep client and does not require a live Zep service.

Securityโ€‹

Session selection, redaction, retention, deduplication, retry, and write policy remain host-application responsibilities. See the package-local experimental/zep-adapter/security.md and feature record features/zep-adapter/security.md.