LICENSE
README.md
pyproject.toml
src/llamella/__init__.py
src/llamella/agents.py
src/llamella/composite.py
src/llamella/core.py
src/llamella/flags.py
src/llamella/models.py
src/llamella/result.py
src/llamella/sampling.py
src/llamella/text_utils.py
src/llamella.egg-info/PKG-INFO
src/llamella.egg-info/SOURCES.txt
src/llamella.egg-info/dependency_links.txt
src/llamella.egg-info/requires.txt
src/llamella.egg-info/top_level.txt
src/llamella/connectors/__init__.py
src/llamella/connectors/database.py
src/llamella/feedback/__init__.py
src/llamella/feedback/injector.py
src/llamella/feedback/sanitizer.py
src/llamella/feedback/store.py
src/llamella/metrics/__init__.py
src/llamella/metrics/_utils.py
src/llamella/metrics/completeness.py
src/llamella/metrics/confidence.py
src/llamella/metrics/consistency.py
src/llamella/metrics/groundedness.py
src/llamella/metrics/relevance.py
tests/test_agents.py
tests/test_batch.py
tests/test_completeness.py
tests/test_composite.py
tests/test_confidence.py
tests/test_consistency.py
tests/test_core.py
tests/test_database.py
tests/test_flags.py
tests/test_groundedness.py
tests/test_injector.py
tests/test_input_limits.py
tests/test_model_allowlist.py
tests/test_relevance.py
tests/test_result.py
tests/test_sampling.py
tests/test_sanitizer.py
tests/test_security_metrics.py
tests/test_store.py
tests/test_store_security.py
tests/test_text_utils.py