WISMO Agent

At a glance

  • Live at: MOVIN (primary deployment)
  • Channels: voice, email
  • Languages: EN, HI
  • Owner: CX pod
  • Key stat: WISMO queries are ~50% of all CX cases at MOVIN — the single highest-volume automation target.

The problem it solves

“Where is my order?” is the most repetitive question in logistics CX. At MOVIN, it accounts for roughly half of all inbound queries. Each WISMO call follows the same pattern: customer provides an order/AWB number, agent looks up the status across one or more systems, reads back the current location and estimated delivery time.

This is a textbook agent use case: high volume, low variance, requires system lookups but not complex judgment.

How it works

Step by step

  1. Inbound — customer calls or emails with a tracking query.
  2. Authenticate — verifies the customer using order number, phone, or email.
  3. Status fetch — pulls order status from the TMS and carrier tracking APIs.
  4. Response — provides current location, last scan point, and estimated delivery time.
  5. Exception handling — if the shipment is stuck, delayed, or has an exception, explains the situation and offers next steps (reschedule, escalate, file complaint).
  6. Escalate — if the query is outside scope (damage claim, billing issue), hands off to a human agent with context pre-loaded.

Tech stack

LayerWhat’s used
ModelsConversational LLM for natural language. Classification for intent routing.
MemoryShort-term: conversation context. Long-term: customer query history for personalization.
Tools (MCP)TMS order lookup, carrier tracking APIs, customer profile.
GuardrailsCannot modify orders (read-only); escalates billing/damage queries; PII masking in logs.
EvalsScenario-based: happy path per status, edge cases (multiple orders, wrong number, language switch).

Why this agent matters for CS

WISMO is the “hello world” of logistics AI agents. Every B2C LSP has this problem. When scoping a new customer, ask: “what percentage of your CX volume is tracking queries?” If the answer is > 30%, a WISMO agent is the obvious first deployment.

The MOVIN deployment proves the pattern at scale — use it as the reference when pitching.

Sources

Changelog

  • 26 May 2026: Full content from MOVIN deployment details and Slack discussions.