htm 0.0.10
HTM (Hierarchical Temporary Memory) provides intelligent memory management for LLM-based applications. It implements a two-tier memory system with durable long-term storage (PostgreSQL/TimescaleDB) and token-limited working memory, enabling applications to recall context from past conversations using RAG (Retrieval-Augmented Generation) techniques.
Gemfile:
=
installation:
=
Dépendances de Runtime (8):
activerecord
>= 0
chronic
>= 0
lru_redux
>= 0
neighbor
>= 0
pg
>= 1.5.0
ruby_llm
>= 0
ruby-progressbar
>= 0
tiktoken_ruby
>= 0