Packages

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

Current section

Files

Jump to
pig include pig@agent@runtime_SessionPending.hrl
Raw

include/pig@agent@runtime_SessionPending.hrl

-record(session_pending, {
store :: pig@session_store:session_store(),
commit :: pig@session_store:session_commit(),
candidate :: pig@agent@state:agent_state(),
disposition :: pig@agent@runtime:post_commit_disposition()
}).