Disposes of the history for a client and agent, optionally clearing all data.
The client ID.
The name of the agent, or null to dispose fully.
A promise that resolves when disposal is complete.
Removes and returns the last message from the history.
The client ID.
The name of the agent.
The last message, or null if the history is empty.
Adds a new message to the history.
The message to add.
The client ID.
The name of the agent.
A promise that resolves when the message is added.
Iterates over history messages for a client and agent.
The client ID.
The name of the agent.
An async iterator yielding history messages.
Interface defining methods for interacting with a history adapter.