TravelBuddy is a Streamlit-based AI travel assistant that uses multiple specialized agents to help you plan your trips efficiently.
It can provide:
- 🗺️ Map routing – Find routes between start and end locations
- 🔋 EV charging info – Locate charging stations and check pricing
- 📍 Nearby attractions – Discover top places to visit using Foursquare
A supervisor agent automatically decides which specialized agent should handle your request.
- Multi-agent orchestration for accurate task delegation
- Context-aware routing of user queries
- Clear and organized conversation flow
- Easy to extend with new agents in the future
- Clone the repository
git clone https://github.com/yourusername/travelbuddy.git
cd travelbuddy- Install dependencies with Poetry*
poetry install- Run the app
poetry run streamlit run main.py