Packages

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

Current section

Files

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

include/pig@agent@step_result_Done.hrl

-record(done, {
state :: pig@agent@state:agent_state(),
message :: pig_protocol@message:message()
}).