Trip Planner Copilot Demo Project. An AI-powered travel planning copilot with natural language integrated with Google Maps
Stars
10
Forks
1
Watchers
10
Open Issues
0
Overall repository health assessment
^0.72.1^6.3.1^10.0.0^3.2.2^1.7.1^1.4.34^1.5.41^12.29.2^4.0.0^5.0.7^0.563.016.1.6^6.17.019.2.319.2.3^3.23.8^5.0.10^4^3.58.1^20^19^19^916.1.6^4^517
commits
1
commits
Update README to reflect project name change from "Travel Copilot Demo" to "Trip Planner Copilot Demo" and correct repository URLs for cloning and issue reporting.
9eb4062View on GitHubUpdate README to reflect project name change from "Travel Copilot" to "Travel Copilot Demo" for clarity in documentation.
d459fe9View on GitHubUpdate README to correct issue reporting URL for Travel Copilot demo. Changed link to direct users to the appropriate GitHub repository for submitting bugs or suggestions.
c92b198View on GitHubUpdate README to reflect new repository URL for Travel Copilot demo. Changed clone command to point to the correct GitHub repository, ensuring accurate instructions for users.
88c59afView on GitHubUpdate demo video link in README for Travel Copilot project. Changed the placeholder link to the actual YouTube video URL, enhancing the documentation for users.
af03e14View on GitHubAdd MIT License and update README for Travel Copilot project. Introduced a LICENSE file to clarify project licensing and significantly expanded the README to include project description, features, demo, quick start guide, and project structure, enhancing documentation for better user onboarding.
5238c0fView on GitHubUpdate dependencies and enhance global styles in Travel Copilot. Upgraded @yourgpt/copilot-sdk to version 1.4.34, added a new logo image, and refactored globals.css to improve design variables and dark mode support. Adjusted CopilotPanelContent for better code consistency and updated button styles for improved layout.
be29183View on GitHubAdd shimmer loading animations and update app title in Travel Copilot. Introduced a shimmer effect for loading indicators in the chat and app loading screens, enhancing user experience. Updated the app title and author name for consistency with the new branding.
3fdd0efView on GitHubUpdate CopilotPanelContent to enhance trip planning features. Replaced Navigation icon with CalendarPlus for trip planning actions, updated button styles for better layout, and added Tokyo and New York to the popular destinations list.
6c9bb4aView on GitHubAdd trip management tools to the Travel Copilot application. Implemented DeleteTripTool, DeleteTripItemTool, MoveTripItemTool, and RemovePlacesFromTripTool for enhanced trip item management. Introduced corresponding renderers for user feedback during these actions. Updated AppShell to provide map context to AI and improved drag-and-drop functionality in TripDaySection for better user experience.
bd34e94View on GitHubImplement chat intent handling and trip map synchronization in the Travel Copilot application. Added a ChatIntentHandler component to manage AI interactions for adding places to trips. Introduced a useTripMapSync hook to automatically update the map location based on the active trip's destination. Enhanced CopilotPanel and CopilotPanelContent components to support new intent features and improved user experience.
69c16f9View on GitHubImplement trip management features in the Travel Copilot application. Added CreateTrip and EditTrip modals for user trip planning, integrated trip selection in the AppShell, and enhanced trip item management with drag-and-drop functionality. Updated global styles and added new dependencies for improved UI/UX. Introduced new tool renderers for trip-related actions, including creating and listing trips.
c609f42View on GitHubEnhance DestinationCard component to accept an optional prompt prop for dynamic messaging. Updated onClick behavior to utilize the prompt if provided, improving user interaction. Added a new DestinationCard for India with a specific prompt.
ed0c145View on GitHubRefactor MapContainer and ViewSwitcher components for improved UI and functionality. Made ViewSwitcher always visible, adjusted styles for better visual consistency, and enhanced button interactions. Updated icon properties to support additional styling options.
a539b39View on GitHubRefactor AppShell component styles for improved UI consistency. Updated button styles, input fields, and icons to enhance visual hierarchy and user experience. Adjusted layout properties for better responsiveness and accessibility.
2be2182View on GitHub