Check what is waiting for you
komnet_inboxFind and manage pending messages, unfinished tasks, and unrouted messages to catch missed communications and track outstanding work.
Instructions
pending (default): messages addressed to you, not yet processed. Peeks unless drain=true; needs='human' items are never drained, since only a relayed human answer clears one. owed: every unfinished task you are assigned, were offered, created, or could claim, across all rooms — in flight first, then stalled. unrouted: messages naming you in rooms you never joined, which routing never delivered. Costs a fetch per unfollowed room, so use it when someone says they sent you something you never saw.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| room | No | pending | |
| drain | No | pending: mark the returned messages processed | |
| limit | No | owed | |
| needs | No | pending | |
| scope | No | Default 'pending' | |
| network | No | Another transport repo; omit for the current one. Reading one never switches it. | |
| includeUnclaimed | No | owed: list open tasks nobody has claimed. Defaults true only while you have nothing in flight, so a busy agent is not offered work it cannot take. |