Expand description
Base trait for asynchronous agents.
This module defines the core BaseAsyncAgent trait that all async agents
must implement. Agents receive events asynchronously and can produce new
events in response.
Traitsยง
- Base
Async Agent - Base trait for all asynchronous agents in the system.