Packages

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

Current section

Files

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

include/pig@agent@step_result_Continue.hrl

-record(continue, {
state :: pig@agent@state:agent_state(),
effects :: list(pig@agent@effect:effect(any()))
}).