> ## Documentation Index
> Fetch the complete documentation index at: https://docs.laragent.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Chat History Events 🚧

> Listen to chat history lifecycle events for logging, validation, and custom behavior

This page is under construction. Check back soon for detailed documentation on chat history events.

## Available Events

* `MessageAdding` - Before a message is added
* `MessageAdded` - After a message is added
* `ChatHistorySaving` - Before saving to storage
* `ChatHistorySaved` - After saving to storage
* `ChatHistoryLoaded` - After loading from storage
* `ChatHistoryTruncated` - After truncation is applied
