Transfer agent
The Transfer agent — airport taxi, shuttle, transit
Checks airport taxi or shuttle relevance and confidence, based on available transfer options and trip timing.
Checks airport taxi or shuttle relevance and confidence, based on available transfer options and trip timing.
What it does
The Transfer agent works out whether the hotel offers an airport shuttle, whether one of IMPT's preferred taxi partners covers that route, and what the typical cost and time is. It also flags if the trip timing makes shuttle service unreliable (e.g. 02:00 arrival when shuttle stops at 23:00).
Example inputs
- "arrive Dublin Airport 23:30, need transfer to hotel"
- "want shuttle to and from airport included"
Outputs
transfer_option list with: type (taxi/shuttle/transit), cost, time, reliability score
Try the live booking flow
Checks airport taxi or shuttle relevance and confidence, based on available transfer options and trip timing. — much of this is already running under the hood on the current IMPT booking flow.
Search hotels →Other agents
Frequently asked
What does the Transfer agent actually do?
Checks airport taxi or shuttle relevance and confidence, based on available transfer options and trip timing.
Does it run on every search?
Yes. The orchestrator dispatches all 10 agents in parallel for every search. Each agent has a time budget; if one runs slow, partial results stream into the UI while it finishes.
What if it can't find an answer?
It returns 'unknown' with confidence. The ranking engine uses the absence of evidence as a signal — a hotel where the Amenities agent can't validate Wi-Fi will rank lower than one where it can.
Where do I see this in production?
app.impt.io. The Swarm UI surfaces what each agent found — Phase 1 build in progress.