LICENSE
README.md
pyproject.toml
src/mahalath/__init__.py
src/mahalath/actions.py
src/mahalath/analysis.py
src/mahalath/chat.py
src/mahalath/chunking.py
src/mahalath/cli.py
src/mahalath/config.py
src/mahalath/contract.py
src/mahalath/debate.py
src/mahalath/deborah.py
src/mahalath/detailed.py
src/mahalath/embeddings.py
src/mahalath/extraction.py
src/mahalath/frontier.py
src/mahalath/glossary.py
src/mahalath/hierarchy.py
src/mahalath/ingestion.py
src/mahalath/intents.py
src/mahalath/labels.py
src/mahalath/manifest.py
src/mahalath/mappings.py
src/mahalath/migrations.py
src/mahalath/ontology.py
src/mahalath/paths.py
src/mahalath/proposals.py
src/mahalath/py.typed
src/mahalath/relatedness.py
src/mahalath/rem.py
src/mahalath/retrieval.py
src/mahalath/review_gate.py
src/mahalath/scheduler.py
src/mahalath/staleness.py
src/mahalath/style.py
src/mahalath/tracing.py
src/mahalath/transcripts.py
src/mahalath.egg-info/PKG-INFO
src/mahalath.egg-info/SOURCES.txt
src/mahalath.egg-info/dependency_links.txt
src/mahalath.egg-info/entry_points.txt
src/mahalath.egg-info/requires.txt
src/mahalath.egg-info/top_level.txt
src/mahalath/adapters/__init__.py
src/mahalath/adapters/base.py
src/mahalath/adapters/claude_api.py
src/mahalath/adapters/factory.py
src/mahalath/adapters/hoglah.py
src/mahalath/adapters/mock.py
src/mahalath/adapters/ollama_cli.py
src/mahalath/adapters/ollama_http.py
src/mahalath/db/__init__.py
src/mahalath/db/client.py
src/mahalath/db/indexes.py
src/mahalath/db/models.py
src/mahalath/db/repositories.py
src/mahalath/web/__init__.py
src/mahalath/web/app.py
tests/test_actions.py
tests/test_adapters.py
tests/test_analysis.py
tests/test_bundle.py
tests/test_chat.py
tests/test_chunking.py
tests/test_config.py
tests/test_contract.py
tests/test_db_models.py
tests/test_debate.py
tests/test_deborah.py
tests/test_definition_contexts.py
tests/test_detailed.py
tests/test_embeddings.py
tests/test_extraction.py
tests/test_frontier.py
tests/test_glossary.py
tests/test_glossary_refresh.py
tests/test_hierarchy.py
tests/test_hoglah_adapter.py
tests/test_ingestion.py
tests/test_intent_valence.py
tests/test_intents.py
tests/test_labels.py
tests/test_manifest.py
tests/test_mappings.py
tests/test_migrations.py
tests/test_ollama_http_adapter.py
tests/test_ontology.py
tests/test_paths.py
tests/test_pipeline_backfill.py
tests/test_proposals.py
tests/test_relatedness.py
tests/test_rem.py
tests/test_retrieval.py
tests/test_review_gate.py
tests/test_scheduler.py
tests/test_staleness.py
tests/test_style.py
tests/test_style_resolve.py
tests/test_tracing.py
tests/test_transcripts.py
tests/test_web.py