LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-core.txt
requirements-dev.txt
setup.py
hmlr/__init__.py
hmlr/client.py
hmlr.egg-info/PKG-INFO
hmlr.egg-info/SOURCES.txt
hmlr.egg-info/dependency_links.txt
hmlr.egg-info/not-zip-safe
hmlr.egg-info/requires.txt
hmlr.egg-info/top_level.txt
hmlr/core/cognitive_lattice.py
hmlr/core/component_factory.py
hmlr/core/conversation_engine.py
hmlr/core/external_api_client.py
hmlr/core/llama_client.py
hmlr/core/telemetry.py
hmlr/core/models/__init__.py
hmlr/core/models/conversation_response.py
hmlr/integrations/__init__.py
hmlr/integrations/langchain.py
hmlr/memory/__init__.py
hmlr/memory/bridge_block_generator.py
hmlr/memory/conversation_manager.py
hmlr/memory/fact_scrubber.py
hmlr/memory/id_generator.py
hmlr/memory/metadata_extractor.py
hmlr/memory/models.py
hmlr/memory/sliding_window_persistence.py
hmlr/memory/storage.py
hmlr/memory/bridge_models/__init__.py
hmlr/memory/bridge_models/bridge_block.py
hmlr/memory/chunking/__init__.py
hmlr/memory/chunking/chunk_engine.py
hmlr/memory/chunking/chunk_storage.py
hmlr/memory/embeddings/__init__.py
hmlr/memory/embeddings/chunker.py
hmlr/memory/embeddings/embedding_manager.py
hmlr/memory/gardener/manual_gardener.py
hmlr/memory/retrieval/__init__.py
hmlr/memory/retrieval/context_hydrator.py
hmlr/memory/retrieval/crawler.py
hmlr/memory/retrieval/hmlr_hydrator.py
hmlr/memory/retrieval/hybrid_search.py
hmlr/memory/retrieval/intent_analyzer.py
hmlr/memory/retrieval/lattice.py
hmlr/memory/synthesis/__init__.py
hmlr/memory/synthesis/scribe.py
hmlr/memory/synthesis/synthesis_engine.py
hmlr/memory/synthesis/user_profile_manager.py