Packages

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

Current section

Files

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

include/pig@agent@runtime_RuntimeState.hrl

-record(runtime_state, {
agent_state :: pig@agent@state:agent_state(),
config :: pig@agent@runtime:runtime_config()
}).