Keeps the last N messages of the conversation.
Tool results whose originating tool call has been dropped are also removed, since most providers reject orphaned tool results.
Options
:keep- number of trailing messages to retain (default:20).
Example
MyApp.Agent.start_link(
compactor: {Condukt.Compactor.Sliding, keep: 40}
)