Expand description
Interactive command-line interface.
The CLI reads lines from stdin and dispatches them to the MainActor
mailbox. Special commands (prefixed with /) control the system:
| Command | Effect |
|---|---|
/list | List all registered actors and their states |
/stop <name> | Stop the named actor |
/status | Print system health summary |
/quit | Gracefully shut down the entire system |
Functionsยง
- run_cli
- Start the interactive CLI loop.