htm 0.0.11
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:
=
instalar:
=
Runtime Dependencies (9):
activerecord
>= 0
chronic
>= 0
fast-mcp
>= 0
lru_redux
>= 0
neighbor
>= 0
pg
>= 1.5.0
ruby_llm
>= 0
ruby-progressbar
>= 0
tiktoken_ruby
>= 0
Development Dependencies (7):
debug_me
>= 0
minitest
>= 0
minitest-reporters
>= 0
rake
>= 0
ruby_llm-mcp
>= 0
yard
>= 0
yard-markdown
>= 0