LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-core.txt
requirements-dev.txt
setup.py
docs/MODEL_CONFIG_QUICK_REFERENCE.md
docs/MULTI_PROVIDER_GUIDE.md
docs/configuration.md
docs/installation.md
docs/langgraph_integration_design.md
docs/model_compatibility.md
docs/quickstart.md
hmlr/__init__.py
hmlr/client.py
hmlr/run_gardener.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/config/user_profile_lite.json
hmlr/core/background_tasks.py
hmlr/core/component_factory.py
hmlr/core/config.py
hmlr/core/conversation_engine.py
hmlr/core/exceptions.py
hmlr/core/external_api_client.py
hmlr/core/model_config.py
hmlr/core/prompts.py
hmlr/core/models/__init__.py
hmlr/core/models/conversation_response.py
hmlr/integrations/__init__.py
hmlr/integrations/langgraph/__init__.py
hmlr/integrations/langgraph/client.py
hmlr/integrations/langgraph/nodes.py
hmlr/integrations/langgraph/state.py
hmlr/memory/__init__.py
hmlr/memory/conversation_manager.py
hmlr/memory/dossier_storage.py
hmlr/memory/fact_scrubber.py
hmlr/memory/id_generator.py
hmlr/memory/metadata_extractor.py
hmlr/memory/models.py
hmlr/memory/sliding_window.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/embedding_manager.py
hmlr/memory/gardener/manual_gardener.py
hmlr/memory/persistence/dossier_store.py
hmlr/memory/persistence/ledger_store.py
hmlr/memory/persistence/schema.py
hmlr/memory/retrieval/__init__.py
hmlr/memory/retrieval/context_assembler.py
hmlr/memory/retrieval/context_hydrator.py
hmlr/memory/retrieval/crawler.py
hmlr/memory/retrieval/dossier_retriever.py
hmlr/memory/retrieval/hmlr_hydrator.py
hmlr/memory/retrieval/lattice.py
hmlr/memory/synthesis/__init__.py
hmlr/memory/synthesis/dossier_governor.py
hmlr/memory/synthesis/scribe.py
hmlr/memory/synthesis/synthesis_engine.py
hmlr/memory/synthesis/user_profile_manager.py