htm 0.0.20
HTM (Hierarchical Temporal Memory) provides intelligent memory/context management for LLM-based applications. It implements a two-tier memory system with durable long-term storage (PostgreSQL) and token-limited working memory, enabling applications to recall context from past conversations using RAG (Retrieval-Augmented Generation) techniques.
Gemfile:
=
install:
=
Runtime Dependencies (13):
activerecord
>= 0
anyway_config
>= 2.6
async
~> 2.0
baran
>= 0
chronic
>= 0
fast-mcp
>= 0
lru_redux
>= 0
neighbor
>= 0
pg
>= 1.5.0
ruby_llm
>= 0
ruby-progressbar
>= 0
simple_flow
>= 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