blob: 237f3f2d3722164b1cf0502fcfa8db2b73c5e85b [file]
"""Weather Agent - Provides weather information services.
The Weather Agent queries and processes weather information for
specified locations and dates using Aliyun Bailian AI services.
Key Features:
- Weather information querying
- Date-based weather forecasts
- Streaming response support
- RocketMQ message handling
"""
__version__ = "0.1.0"
__author__ = "RocketMQ Multi-Agent Contributors"
__all__ = []