blob: 17469f4cea07216823e6c16d8f641ee31010bd0b [file]
"""Travel Agent - Handles travel planning and itinerary generation.
The Travel Agent processes travel-related requests and generates
personalized itineraries using Aliyun Bailian AI services. It
integrates weather information to provide weather-aware travel plans.
Key Features:
- AI-powered travel itinerary generation
- Weather-aware planning
- Streaming response support
- RocketMQ message handling
"""
__version__ = "0.1.0"
__author__ = "RocketMQ Multi-Agent Contributors"
__all__ = []