Packages

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

Current section

Files

Jump to
pig include pig@session_store_Session.hrl
Raw

include/pig@session_store_Session.hrl

-record(session, {
head :: gleam@option:option(binary()),
messages :: list(pig_protocol@message:message())
}).