hivemind_subscribe
hivemind_subscribe
Register interest in events matching a pattern. Returns recent matches (pull model).
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| channel | string | No | Channel to subscribe to |
| event_type | string | No | Event type pattern (supports wildcards like "task.*") |
| since | string | No | ISO 8601 datetime (default: 1 hour ago) |
Example
hivemind_subscribe(channel: "backend", event_type: "task.*")
Returns all matching events since the specified time.