All connectors
Memory

Zep

Zep memory + session guard.

Wraps the Zep client. Guards session memory writes and message-history reads against poisoning + PII leakage.

Install

pnpm add @blackunicorn/bonklm-zep

Minimal example

import { ZepClient } from '@getzep/zep-cloud'
import { wrapZep } from '@blackunicorn/bonklm-zep'

const zep = wrapZep(new ZepClient({ apiKey: KEY }), { guards: ['memory-write', 'pii'] })
Related connectors