RoutePilot banner

RoutePilot

4 devlogs
4h 6m 28s

An AI Agent that you call and it finds you the cheapest flight route for you.

This project uses AI

I used AI for the frontend, it’s all in one HTML file, I didn’t want to spend too much time designing the landing page so I let cursor take care of it. All done in one prompt. I also used to scaffold my backend with flask, creating a venv, and making a starter “./_health” endpoint. I also used it to create my README once I finished and for creating the banner.

Demo Repository

Loading README...

Yakshith Kommineni

I hooked up the VAPI API to my backend, this took a lot of time for me to define the tools VAPI was going to use along with the system prompt. I also had to change my backend’s response sending and request receiving structure quite a bit as VAPI sends pretty weird requests.

0
Yakshith Kommineni

This devlog I worked on defining a better response / request body for the service. I also added implementation for scoring and creating a simple templated summary.

1

Comments

Saif
Saif about 2 months ago

this is pretty cool!

Yakshith Kommineni

now i integrated the actual api, called amedeus to fetch real flight data.

0
Yakshith Kommineni

I worked on creating a basic skeleton of my backend which my Vapi API will call when the user makes a call to the number. For now, it takes in dummy data and returns dummy data as well.

0