python -m venv .venv
.\.venv\Scripts\activate
pip install -r requirements.txt
pip install pytestpython -m pytest -qYour Streamlit entry file is not in repo root. Run it using the correct path:
streamlit run streamlit_ui/dashboard.pyWe will enable the agentic orchestrator via:
$env:USE_AGENTIC="1"