Skip to main content

Module agent

Module agent 

Source
Expand description

The agent module provides structures for defining and managing autonomous agents within a discrete event simulation.

It introduces AgentStep for individual actions and AgentContinuation for chaining these actions into complex workflows, enabling agents to dynamically interact with the simulation environment.

Structs§

AgentActionTicket
AgentContinuation
AgentStep
Represents a single step in an agent’s workflow.