cli¶
duallens_analytics.cli
¶
Hydra CLI entry-point for DualLens Analytics.
This module showcases Hydra's @hydra.main decorator for structured
configuration. Run it with:
poetry run python -m duallens_analytics.cli # uses conf/config.yaml defaults
poetry run python -m duallens_analytics.cli llm.model=gpt-4o # override from CLI
poetry run python -m duallens_analytics.cli --cfg job # print resolved config
The Streamlit app (app.py) loads the same YAML via OmegaConf directly
because Streamlit manages its own entry-point.
main(cfg)
¶
Print the resolved Hydra config and run a quick smoke-test.