| """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__ = [] |