# HelloPlugin This plugin is an experimental plugin that provides demos on `EventListener`, `Tool` and `Command` components. - `components/event_listener/default.py`: simply reply a message when a person message is received. - `components/tools/get_weather_alerts.py`: provide a tool that can be used to get the weather alerts of US states. - `components/commands/info.py`: respond to the command `info` with the context of the command execution.
HelloPlugin by RockChinQ
This plugin is an experimental plugin that provides demos on `EventListener`, `Tool` and `Command` components.
Loading...