Zep temporal knowledge-graph 메모리 위임 백엔드.
config(keyword):
:api_key(필수) — Zep API 키.Authorization: Api-Key <key>로 전송.:base_url— 기본"https://api.getzep.com/api/v2".:req_options— Req에 덧붙일 옵션(테스트의plug: {Req.Test, _}주입용).
Zep graph API에 매핑한다:
remember→POST /graph(type: "text").recall→POST /graph/search(scope: "edges") — 시점 인지 지식그래프에서 추출된 사실(edgefact) 목록을 회수한다(ElGraph의 시점진실 facts와 결이 맞다).
namespace는 :로 이어 Zep user_id로 매핑한다. 자체 재시도는 하지 않는다.