renukarapolu/smart_hotel_agent ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple hotel booking assistant web app that lets someone search for hotels by city, budget, and dates, then compare a bunch of options and book one through a chat style flow.
I want the app to feel like a helpful travel assistant, with a clean Streamlit interface, a search area for natural language requests like find hotels in Goa under 10000, and result cards showing the best deals, price ranges, and a short summary. After that, the user should be able to click book and go through the booking steps in conversation, like choosing a room, picking dates, entering guest details, and confirming the reservation.
Use Gemini through Google ADK for the agent logic, and keep the booking state working during the session so the sidebar can show what step the user is on and let them cancel if needed. The hotel prices can be mocked if real APIs are not available, but the flow should feel real and polished. If you need current docs, look them up online.
Are you gonna build this?
make sure you review the code using coderabbit