Learn how to create your own chat history implementation for LarAgent
LarAgent\Core\Contracts\ChatHistory
): Defines the contract all chat history implementations must followLarAgent\Core\Abstractions\ChatHistory
): Provides common functionality for all chat history implementationsInMemoryChatHistory
, JsonChatHistory
, FileChatHistory
)