tai interactions answer
Answer a pending interaction. The value is validated server-side.
Example: tai interactions answer i_123 --answer '"yes"'
tai interactions cancel
Cancel a pending interaction — withdraw the ask without answering it.
The parked flow is never resumed and the interaction’s thread is left intact; a
question that is already answered is a conflict and a gone/expired one is not found.
Example: tai interactions cancel i_123
tai interactions list
Print one page of pending interactions.
Example: tai interactions list --page 1 --page-size 50
tai interactions pending
Print the parked (async) interactions awaiting an answer — the operator-only
audit a watchdog reads to spot asks nearing or past their expiry.
Example: tai interactions pending --limit 100
tai interactions stream
Tail the interactions inbox live (add/answered/removed events).
Example: tai interactions stream

