Module arbiter_engine::agent

source ·
Expand description

The agent module contains the core agent abstraction for the Arbiter Engine.

Structs§

  • An agent is an entity capable of processing events and producing actions. These are the core actors in simulations or in onchain systems. Agents can be connected of other agents either as a dependent, or a dependency.
  • AgentBuilder represents the intermediate state of agent creation before it is converted into a full on Agent