Back to Agents
EnterpriseField Service & Truck-Roll Reduction

Lumi-Dispatch

Reasons from network telemetry and ticket history to remote-fixable versus dispatch, and for dispatches matches the right technician and parts. Raises first-time-fix by recalling which technician resolves each fault type on first visit.

Install Agent
Runs locally in browser

Capabilities

Remote-Fix vs Dispatch Reasoning

Technician & Parts Matching

First-Time-Fix Optimization

Proactive Visit Bundling

Cost-versus-Risk Analysis

Input / Output

Accepts (Input)

  • Field tickets and work orders
  • RAN KPIs and alarms
  • Site inventory
  • Technician skills and history

Generates (Output)

  • Governed dispatch recommendations
  • Remote-fix determinations
  • Technician and parts matches

Boardroom Role

Vote TypeADVISOR

Expert Domains

TelecomField Operations

Under the Hood

This agent uses specialized SQL macros to perform deterministic calculations. It does not hallucinate math.

# Logic Sample: Interaction Rule

SELECT * FROM defects a
JOIN defects b
ON ABS(a.pos - b.pos) < (0.25 * a.length)

Memory & Context

This agent keeps short-term conversation context and draws on a domain knowledge base of General Industry Standards, plus a persistent memory that recalls relevant past findings by semantic similarity.