explain_actor_protocol
Inspect any actor's protocol from a .hird source file by supplying the file path and actor name to reveal message constructors, state type, init, handler signatures, and effect summary.
Instructions
Describe an actor's protocol: message constructors, state type, init, handler signatures, and the declared effect summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to a .hird source file. | |
| actor_name | Yes | The actor's name. |