The platform runs a 31-tool agent system across 25,295 lines of TypeScript backend code and 27 React components, indexing 4,000+ resale products with zero manual curation.
The agent handles natural-language queries end-to-end: parsing intent, selecting tools via hybrid Flash/Pro routing, applying filters across 19 semantic dimensions, evaluating confidence through deterministic rules, and synthesizing responses with source attribution. Ambiguous terms like vintage, designer, and affordable trigger clarification rather than a guess.
The system includes durable checkpointing (state persists after every tool call), SSE streaming with heartbeat keepalive, and a Glass Box UI that shows users exactly which filters the agent inferred versus which they set themselves.