Motorhead – LLM 用のメモリおよびデータ検索サーバー
Motörhead is a memory and information retrieval server for LLMs. Why use Motörhead? When building chat applications using LLMs, memory handling is something that has to be built every time. Motörhead is a server to assist with that process. It provides 3 simple APIs: GET /sessions/:id/memory returns messages up to MAX_WINDOW_SIZE. { “messages”: [ {…