Disposes of the history for an agent, optionally clearing all data.
The name of the agent, or null to dispose fully.
A promise that resolves when disposal is complete.
Iterates over history messages for an agent.
The name of the agent.
An async iterator yielding history messages.
Removes and returns the last message from the history for an agent.
The name of the agent.
The last message, or null if the history is empty.
Adds a new message to the history for an agent.
The message to add.
The name of the agent.
A promise that resolves when the message is added.
Initializes the history for an agent, loading initial data if needed.
The name of the agent.
Whether this is the initial setup (affects caching behavior).
A promise that resolves when initialization is complete.
Interface defining methods for a history instance implementation.