abstract fun fetchAndProcessInbox(agent: Agent): Single<List<InboxProcessResponse>>
Fetches the remote inbox and processes the messages for an agent.
agent
- to fetch and process the inbox for.
Return
list of processed inbox messages InboxProcessResponse