Back to Home
Fieldy76 icon

Agentic-Travel-Planner

Verified Safe

by Fieldy76

Overview

An agentic travel planning application that uses LLMs and tools to assist users with flight searches, bookings, car rentals, weather forecasts, and payments.

Installation

Run Command
uvicorn web_server:app --port 5000 --reload

Environment Variables

  • OPENAI_API_KEY
  • ANTHROPIC_API_KEY
  • GOOGLE_API_KEY
  • FLIGHT_API_KEY
  • FLIGHT_API_SECRET
  • WEATHER_API_KEY
  • STRIPE_SECRET_KEY
  • STRIPE_PUBLISHABLE_KEY
  • STRIPE_WEBHOOK_SECRET
  • LLM_PROVIDER

Security Notes

The application uses `.env` files for API key management, which is good practice. However, CORS `allow_origins=["*"]` is enabled in `web_server.py`, which is a security risk in production and should be restricted to specific domains.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassHigh
Avg Tokens15000
Stars0
Forks0
Last Update2025-12-06

Tags

Agentic WorkflowTravel PlannerLLMTool UseFastAPI