Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 490 Bytes

File metadata and controls

27 lines (22 loc) · 490 Bytes

Run locally (Agentic repo)

Create venv + install

python -m venv .venv
.\.venv\Scripts\activate
pip install -r requirements.txt
pip install pytest

Run tests

python -m pytest -q

Run Streamlit

Your Streamlit entry file is not in repo root. Run it using the correct path:

streamlit run streamlit_ui/dashboard.py

Agentic flag (later)

We will enable the agentic orchestrator via:

$env:USE_AGENTIC="1"