Autonomous logistics operations

Clear every exception. Then prove it.

An agent that reads the raw mess — carrier emails, webhooks, a photo of a damaged label — resolves the shipment dynamically, recovers from failures, and verifies the fix against real state.

swap_horiz Gemini → Groq failover
difference Verified before/after diff
public Live geocoding
arrow_downward
What makes it trustworthy

Three things a real agent must do.

01

Read the mess.

Every run starts from a raw artifact — an autogenerated carrier email, a half-documented JSON webhook, or a photograph of a damaged label. The agent extracts the shipment and the exception under ambiguity, with vision when the input is an image.

parse_exceptionvision OCRentity extraction
02

Execute with resilience.

State changes are idempotent. Transient failures retry with exponential backoff; permanent failures fail fast and escalate. The act-versus-escalate decision is driven by a real failure class in code — not a hopeful prompt.

idempotency keysbackoff retrytransient vs permanent
03

Prove the fix.

After any change the agent re-reads authoritative state and returns a field-level before/after diff. You see exactly what moved and a verified resolved — or a deliberate escalation to a human. No unverified claims.

verify_shipmentstate diffaudit trail
The loop

Plan → act → observe, until it's proven.

A hand-rolled agent loop. One tool call per turn, provider failover underneath, a structured trace on top. Watch it resolve three different exceptions along three different paths.

manage_searchExtractparse the raw artifact
arrow_forward
inventory_2Diagnoseread authoritative state
arrow_forward
alt_routeResolvereroute · reschedule · reassign
arrow_forward
replayRecoverretry or escalate
arrow_forward
fact_checkVerifybefore/after diff
arrow_forward
sendNotifygated real send
Live console

Run it. This is real.

Pick a scenario, run the agent, and watch it stream every step — then read the verified diff. Nothing here is faked.

auto_awesome Off-script — inputs the agent has never seen. A regex can't find the shipment in these; only the live LLM can. Click one, then Run.
description Raw exception artifact
bolt Agent trace
conveyor_belt
IdleRun a scenario to stream the agent's steps here.