htm 0.0.15
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:
=
安装:
=
Runtime 依赖 (10):
activerecord
>= 0
baran
>= 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 依赖 (7):
debug_me
>= 0
minitest
>= 0
minitest-reporters
>= 0
rake
>= 0
ruby_llm-mcp
>= 0
yard
>= 0
yard-markdown
>= 0