hello
Simple greeting module for testing, demos, and module development reference. Contains minimal actions that demonstrate the module pattern.
| Property | Value |
|---|---|
| Module ID | hello |
| Version | 1.0.0 |
| Type | user |
| Dependencies | None |
Actions (3)
say_hello
Say hello to someone. Parameters: name.
greet_many
Greet multiple people with progress streaming. Parameters: names (list).
status
Return the current module status.