Inspiration
Business travelers often move quickly between airports, train stations, hotels, and meeting locations, where typing questions or manually searching for information is inconvenient. BizTrip Voice Assistant was inspired by the need for a hands-free assistant while users are on the move.
What it does
It listens to user requests, understands both speech and text input, and resolves tasks using company policies, project documents, travel preferences, and organizational knowledge.
How we built it
The system consists of:
- Core Agent Server (Search + Info + Memory)
- RAG Service with Admin Console
- Speech Processing Service
- iOS Mobile App
- LangSmith Tracing
Challenges we ran into
- Handling high-quality audio streaming input which aligns with websocket server contract, since audio format, sample rate, and data integrity directly affect transcription accuracy and overall task correctness.
- Designing an efficient retrieval pipeline to balance correctness, relevance, and low latency. Query rewrite and HNSW indexing techniques were used to improve the precision, recall and latency.
- Structuring the agent graph around business travel subtasks, including planning, in-trip assistance, reimbursement, and follow-up management.
- Evaluating agent behavior across tool selection, retrieval quality, and final answer correctness.
Accomplishments that we're proud of
- The retrieval chain achieves 97.5% in recall and 67.56% in precision on average. And the current MVP reaches 88% in tool-calling accuracy and 80% in task correctness.
- The mobile app and backend system is fully functioning as designed.
What we learned
We have learned that how voice interaction, enterprise knowledge retrieval, and agent-based task execution can work together in a practical tool.
What's next for BizTrip Voice Assistant
The next focus is improving the retrieval chain so BizTrip can handle longer, more complex conversations with higher accuracy. We are also working on enhancing noise deduction of audio stream processing to make the interaction with the assistant more seamless, natural, and reliable during real business travel scenarios.
Log in or sign up for Devpost to join the conversation.