Internal pricing agent for INCRMNTAL.
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txtexport PRICE_TABLE_PATH=pricing/price_tables.yaml
uvicorn api.main:app --reload --port 8000export PRICER_API_URL=http://localhost:8000
streamlit run ui/app.py- Currency USD only. Taxes disabled.
- Progressive discounts by total count.
- Recommendation picks the cheapest license for the inputs.