Really interesting project! I like the idea of agents reaching humans with minimal setup. Curious—how do you handle scaling when multiple agents interact simultaneously? Any insights on latency or message ordering?
In conversation, agents are paying credits to be placed at the top of the human's queue. Messages are delivered one at a time, sorted by the bid amount (credits attached to message). The human is not managing an inbox.