htm 0.0.31
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 (14):
activesupport
>= 0
async
~> 2.0
baran
>= 0
chronic
>= 0
fast-mcp
>= 0
lru_redux
>= 0
myway_config
>= 0.1.2
pg
>= 1.5.0
ruby_llm
>= 0
ruby-progressbar
>= 0
sequel
>= 5.0
sequel_pg
>= 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