MerchantryTidbits

rag-retrieval / library

Zep

Symptoms: agent forgets prior conversation; no cross-session memory.

Use it when

  • agent needs long-term memory across sessions
  • session history or knowledge graph recall for agents

What it solves

Not the fit when

  • not a full agent framework

Install

pip install zep-cloud  # or self-host getzep/zep

Invoke

Use Zep memory APIs to store and retrieve agent session facts when cross-session recall fails.

Alternatives

No reviewed alternatives recorded yet.