LICENSE
README.md
pyproject.toml
huimemory/__init__.py
huimemory/config.py
huimemory/exceptions.py
huimemory/facade.py
huimemory/py.typed
huimemory/types.py
huimemory.egg-info/PKG-INFO
huimemory.egg-info/SOURCES.txt
huimemory.egg-info/dependency_links.txt
huimemory.egg-info/requires.txt
huimemory.egg-info/top_level.txt
huimemory/core/__init__.py
huimemory/core/archiver.py
huimemory/core/context_monitor.py
huimemory/core/incremental_summarizer.py
huimemory/core/memory_evolver.py
huimemory/core/memory_manager.py
huimemory/core/progressive_scanner.py
huimemory/core/query_expander.py
huimemory/core/reranker.py
huimemory/core/retriever.py
huimemory/core/summarizer.py
huimemory/core/topic_manager.py
huimemory/pipeline/__init__.py
huimemory/pipeline/chunker.py
huimemory/pipeline/kv_cache_compressor.py
huimemory/pipeline/query_rewriter.py
huimemory/prompts/__init__.py
huimemory/providers/__init__.py
huimemory/providers/embedding/__init__.py
huimemory/providers/embedding/base.py
huimemory/providers/embedding/bge3.py
huimemory/providers/embedding/fast.py
huimemory/providers/embedding/llamacpp.py
huimemory/providers/embedding/mock.py
huimemory/providers/embedding/openai.py
huimemory/providers/llm_client/__init__.py
huimemory/providers/llm_client/base.py
huimemory/providers/llm_client/deepseek.py
huimemory/providers/llm_client/mock.py
huimemory/providers/llm_client/ollama.py
huimemory/providers/llm_client/openai.py
huimemory/providers/vector_store/__init__.py
huimemory/providers/vector_store/base.py
huimemory/providers/vector_store/chroma.py
huimemory/providers/vector_store/faiss.py
huimemory/providers/vector_store/memory.py
huimemory/providers/vector_store/zvec.py
huimemory/storage/__init__.py
huimemory/storage/file_ops.py
huimemory/storage/markdown_parser.py
huimemory/utils/__init__.py
huimemory/utils/time_resolver.py
tests/test_active_memory.py
tests/test_archiver.py
tests/test_config.py
tests/test_context_window.py
tests/test_facade.py
tests/test_layered_search.py
tests/test_markdown_parser.py
tests/test_memory_manager.py
tests/test_phase3_metadata.py
tests/test_phase3_turn_id.py
tests/test_phase3_weekday.py
tests/test_progressive_scanner.py
tests/test_prompts.py
tests/test_retriever.py
tests/test_time_resolver.py
tests/test_types.py