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§
- Agent
Action Ticket - Agent
Continuation - Agent
Step - Represents a single step in an agent’s workflow.