Packages

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

Current section

Files

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

include/pig@agent@state_AgentState.hrl

-record(agent_state, {
config :: pig@agent@state:agent_config(),
history :: list(pig@ai@message:message()),
iterations :: integer()
}).