Packages

A Gleam library for building and orchestrating agents on the BEAM.

Current section

Files

Jump to
pig include pig@hooks_SessionShutdownEvent.hrl
Raw

include/pig@hooks_SessionShutdownEvent.hrl

-record(session_shutdown_event, {
history :: list(pig_protocol@message:message()),
iterations :: integer()
}).