Packages

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

Current section

Files

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

include/pig@agent@step_result_Failed.hrl

-record(failed, {
state :: pig@agent@state:agent_state(),
error :: pig_protocol@error:ai_error()
}).