trips/mock/index.html
Greg Pomerantz f03e7b5dbc mock: robust booking-doc extraction + documents persist across turns
An 118 KB HTML flight confirmation exposed two problems:

1. Extraction — the old <[^>]+> tag-strip broke on a ">" inside a quoted
   attribute (inline SVG data-URIs are common in mail markup) and the
   text was silently cut at 20 000 chars, so the model saw a mangled,
   truncated document ("it was truncated"). /parse-doc now uses a
   quote-aware state-machine extractor (skips comments / MSO conditional
   comments / style / script / head blocks; block tags → newlines; table
   cells → " | "; single-pass entity decode), decodes .eml / MIME mail
   (base64 + quoted-printable, html part preferred, one level of nested
   multipart), collapses 10×+ repeated boilerplate lines, and caps at
   60 000 chars with an explicit `truncated` flag (server logs it too).
   File limit raised to 16 MB; Outlook .msg gets a clear "forward as
   HTML" error. A 130 KB bloated fixture now extracts to 901 clean chars
   with all flight details intact.

2. Memory — uploaded documents now stay attached to the trip: persisted
   in tripStore with the plan, shown as chips in the chat, and included
   in the model's context on EVERY turn, so follow-up questions
   ("what's my confirmation code?") are answered without a re-upload and
   documents survive reloads. 📎 now works for any reference doc (flight
   bookings still trigger the re-anchor flow; the model asks to confirm
   when the booked dates don't match the plan).

Also: askLLM refuses to start a second agent loop while one is in
flight — a question typed during a long tool loop used to fork a
parallel loop that corrupted the first.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-09-09 14:16:36 -04:00

138 lines
5.8 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Trip</title>
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ctext y='.9em' font-size='90'%3E%F0%9F%97%BA%3C/text%3E%3C/svg%3E">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="map"></div>
<!-- ======================= LANDING ======================= -->
<section id="landing">
<div class="land-card">
<h1>Where would you like to go?</h1>
<div class="land-row">
<input id="dest" type="text" placeholder="A city, a region, a country… e.g. Florence" />
<button id="dest-go" class="btn primary">Plan it</button>
</div>
<div class="land-div"><span>or</span></div>
<div id="dropzone">
<div class="dz-icon">🎫</div>
<div class="dz-text"><b>Drop a travel booking to start</b><br>ticket, flight or hotel confirmation</div>
<button id="dz-sample" class="btn ghost small">or start from an example booking</button>
</div>
<div class="land-demo">
<span>or pick a trip</span>
<button class="chip" data-city="colombia">Colombia · Cartagena → Santa Marta <i>· live walking routing</i></button>
<button class="chip" data-city="boston">Boston <i>· live road routing</i></button>
<button class="chip" data-city="florence">Florence</button>
</div>
</div>
</section>
<!-- booking parse modal -->
<div id="parse-modal" class="modal hidden">
<div class="modal-card">
<h2>Parsed booking</h2>
<table id="parse-table"></table>
<div class="modal-actions">
<button class="btn ghost" id="parse-cancel">Cancel</button>
<button class="btn primary" id="parse-confirm">Build plan around it</button>
</div>
</div>
</div>
<!-- ======================= APP ======================= -->
<header id="topbar" class="hidden">
<div class="tb-left">
<div class="trip-picker" id="trip-picker">
<button class="crumb" id="crumb" title="Switch trip — each keeps its own plan"></button>
<div id="trip-menu" class="tripmenu hidden"></div>
</div>
<div class="scope-toggle" title="Day = working view · Trip = macro overview of all days">
<button id="scope-day" class="sct on" data-sc="day">Day</button>
<button id="scope-trip" class="sct" data-sc="trip">Trip</button>
</div>
<div class="daytabs" id="daytabs"></div>
</div>
<div class="tb-right">
<div class="verpill" id="verpill">
<button id="ver-undo" class="vp-btn off" title="Undo (Ctrl+Z)"></button>
<span id="verlabel" class="vp-label" title="Version history — recent edits, click to compare/revert">v0</span>
<button id="ver-redo" class="vp-btn off" title="Redo (Ctrl+Shift+Z)"></button>
</div>
<div id="verlist" class="verlist hidden"></div>
<span class="badge" id="offline-badge" title="On-trip offline bundle">📶 online</span>
<span class="badge" id="nudge-badge" title="Plan nudges">✓ looking good</span>
</div>
</header>
<div id="app" class="hidden">
<aside id="rail">
<div id="daystrip"></div>
<div class="rail-block" id="transit-block"></div>
<div class="rail-block" id="sugg-block"></div>
<div id="rail-body"></div>
<div class="rail-foot" id="rail-foot">
<div class="budget">
<div class="budget-label"><span id="budget-text"></span></div>
<div class="budget-bar"><div id="budget-fill"></div></div>
</div>
<div id="nudges"></div>
<div class="legend">
<span class="tc t-user">·</span> you
<span class="tc t-sched">·</span> booked
<span class="tc t-computed">·</span> computed
<span class="tc t-search">~</span> web
<span class="tc t-llm">·</span> est.
</div>
</div>
</aside>
<div id="mapwrap">
<!-- discovery: a drawer over the map, the plan stays visible behind it -->
<div id="discover" class="hidden">
<div class="disc-head">
<div class="disc-chips" id="disc-chips"></div>
<div id="disc-title"></div>
<button id="disc-x" class="disc-x" title="Close (Esc)"></button>
</div>
<div class="disc-list" id="disc-list"></div>
</div>
<div id="l3-editor" class="hidden">
<div class="l3-title" id="l3-title">Route</div>
<div class="l3-hint">Drag the ● waypoint (or the endpoints) — the duration updates live; the local router re-routes on the road network when the area is covered.</div>
<div class="l3-time">leg time: <span id="l3-time" class="tc t-computed"></span></div>
<button class="btn ghost small" id="l3-close">Done</button>
</div>
</div>
<aside id="chat">
<div id="chat-body"></div>
<div id="doc-chips" class="hidden"></div>
<div id="chat-input-row">
<input id="doc-file" type="file" accept=".pdf,.txt,.ics,.html,.htm,.eml,.csv,.json" hidden />
<button class="btn small" id="doc-attach" title="Attach a booking or confirmation (PDF, HTML email, .eml, text) — flight bookings reconfigure the trip, and everything stays attached for reference">📎</button>
<input id="chat-input" type="text" placeholder="Ask, direct — or drop a booking…" />
<button class="btn primary small" id="chat-send"></button>
</div>
</aside>
</div>
<!-- comparison dock: side-by-side alternatives at any scale -->
<div id="dock" class="hidden"></div>
<nav id="mobiletabs" aria-label="Views">
<button data-t="plan" class="on">🗓️ Plan</button>
<button data-t="map">🗺️ Map</button>
<button data-t="chat">💬 Chat</button>
</nav>
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>
<script src="data.js"></script>
<script src="app.js"></script>
</body>
</html>