| Agent | python agent_realtime.py start or python agent.py start | Joins LiveKit rooms and conducts calls |
| Scheduler | python scheduler.py | Finds eligible leads, creates call records, starts SIP calls, pushes CRM tasks |
| Lead fetcher | python lead_fetcher.py | Polls IndiaMART and receives Facebook webhooks |
| Dashboard | streamlit run streamlit_app.py | Shows leads/calls and imports CSV leads |
| Token server | python token_server.py | Issues LiveKit JWT tokens for local browser testing |
| Database | PostgreSQL | Stores leads, call attempts, durations, statuses, and qualification data |