Kali Tool Scripts Created
All five tool scripts for Kali have now been created: – xero_auth.py: Handles OAuth2 token refresh logic using Xero API. – fetch_invoices.py: Pulls AWAITING_PAYMENT invoices from Xero, filtering by due date. – score_debtor.py: Scores each debtor based on days overdue, amount, and payment history from the kali_state.json file. – escalation_engine.py: Determines the escalation stage and…