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