Lead Routing Command Center is a brokerage routing engine for matching inbound real estate leads to the right agent based on geography, property type, budget, responsiveness, workload, language fit, and luxury readiness.
- It targets a real brokerage pain point: getting high-intent leads to the right person fast.
- It turns matching into explainable routing instead of opaque round-robin assignment.
- It connects naturally to sales ops, follow-up workflow, and performance accountability.
- Scores lead-to-agent fit across zone, property type, budget, language, luxury expectations, response SLA, and load.
- Recommends both a primary route and a backup agent.
- Highlights same-hour follow-up lanes for high-intent demand.
- Exposes a clean API plus operator-friendly proof surfaces.
cd lead-routing-command-center
py -3.11 -m venv .venv
.\.venv\Scripts\python.exe -m pip install -r requirements.txt
.\.venv\Scripts\python.exe -m app.mainOpen:
http://127.0.0.1:4762/http://127.0.0.1:4762/matchboardhttp://127.0.0.1:4762/agent-loadshttp://127.0.0.1:4762/docs
.\.venv\Scripts\python.exe -m unittest discover -s tests
.\.venv\Scripts\python.exe scripts\run_demo.py
.\.venv\Scripts\python.exe scripts\smoke_check.py
.\.venv\Scripts\python.exe scripts\render_readme_assets.pyEndpoints:
/api/dashboard/summary/api/leads/api/agents/api/leads/{lead_id}/api/sample
app/
data/
services/
docs/
scripts/
screenshots/
tests/



