Back to Home
fw2274 icon

flight_agent

Verified Safe

by fw2274

Overview

A multi-agent system enabling voice or text-activated flight searches using LLMs, real-time APIs, and local speech recognition.

Installation

Run Command
python3 flight_search_vtt.py --voice

Environment Variables

  • GOOGLE_API_KEY
  • AMADEUS_API_KEY
  • AMADEUS_API_SECRET

Security Notes

The project uses environment variables for API keys (GOOGLE_API_KEY, AMADEUS_API_KEY, AMADEUS_API_SECRET), which is a good practice. Communication with the local Rust-based voice-to-text MCP server happens over stdin/stdout via JSON-RPC, which is relatively secure for local inter-process communication. External API calls (Amadeus, Google Gemini) inherently introduce third-party risks, but are standard practice. No obvious 'eval' or malicious patterns found in the provided Python code.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-12-05

Tags

Multi-agentVoice-activatedFlight SearchGoogle ADKAmadeus APILangGraphMCPWhisper AIGemini AI