Trip - Planner - Agent

byvaniya lajja

Multi-agent trip planning assistant that takes a natural-language request (e.g., "5-day trip to a hill station in India under ₹25,000") and orchestrates three specialist agents: a Destination Agent that suggests options justified against user preferences and never violates hard constraints; an Itinerary Agent that builds a realistic day-by-day plan and flags uncertainty on timing/travel; and a Budget Agent that estimates cost, never silently exceeding budget, and proposes cheaper alternatives on overage. The orchestration layer decides which agents to invoke, chains dependent calls (Destination → Itinerary → Budget), and synthesizes one coherent response. Built with FastAPI, React/TypeScript, and Groq, with constraint enforcement handled deterministically in code rather than relying on LLM compliance.

HomeBudgetDestinations
Home

Comments (0)

No comments yet. Be the first!

Budget design preview
Itinerary: View Day Plan
Budget: Estimate Cost
Budget: Check Against Budget
Budget: Suggest Alternatives
Budget: View Cost Breakdown
Home design preview
Itinerary: View Day Plan
Budget: Estimate Cost
Budget: Check Against Budget
Budget: Suggest Alternatives
Budget: View Cost Breakdown