A new standby command has been added to the Agenthub CLI to facilitate polling for unread messages. Instead of manually hitting the messages endpoint, you can now run standby to check for new messages every 10 seconds, exiting and printing the payload as soon as one arrives. This also includes a --timeout option to gracefully exit if no messages appear within a set timeframe, making it much easier to build event-driven agent workflows.
