.gitignore
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
docker/docker-compose.yaml
docs/api-reference.md
docs/quickstart.md
docs/schemas.md
examples/conversations/coaching_crisis.txt
examples/conversations/coaching_progress.txt
examples/conversations/coaching_progress_pt.txt
examples/conversations/sales_demo.txt
examples/conversations/sales_inquiry_fr.txt
examples/conversations/sales_objection.txt
examples/conversations/support_billing.txt
examples/conversations/support_billing_de.txt
examples/conversations/support_billing_es.txt
examples/conversations/support_cancellation.txt
examples/conversations/universal_greeting.txt
examples/conversations/universal_technical.txt
examples/results/dogfood_report.json
src/analyxa/__init__.py
src/analyxa/analyzer.py
src/analyxa/batch.py
src/analyxa/cli.py
src/analyxa/config.py
src/analyxa/embeddings.py
src/analyxa/llm_client.py
src/analyxa/prompt_builder.py
src/analyxa/schema.py
src/analyxa.egg-info/PKG-INFO
src/analyxa.egg-info/SOURCES.txt
src/analyxa.egg-info/dependency_links.txt
src/analyxa.egg-info/entry_points.txt
src/analyxa.egg-info/requires.txt
src/analyxa.egg-info/top_level.txt
src/analyxa/schemas/coaching.yaml
src/analyxa/schemas/sales.yaml
src/analyxa/schemas/support.yaml
src/analyxa/schemas/universal.yaml
src/analyxa/sinks/__init__.py
src/analyxa/sinks/json_sink.py
src/analyxa/sinks/qdrant_sink.py
src/analyxa/sinks/stdout_sink.py
src/analyxa/sources/__init__.py
src/analyxa/sources/file_source.py
src/analyxa/sources/redis_source.py
tests/test_analyzer.py
tests/test_batch.py
tests/test_cli.py
tests/test_config.py
tests/test_llm_client.py
tests/test_multi_vertical.py
tests/test_multilang.py
tests/test_prompt_builder.py
tests/test_qdrant_sink.py
tests/test_redis_source.py
tests/test_schema.py