Module base_async_agent

Module base_async_agent 

Source
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ยง

BaseAsyncAgent
Base trait for all asynchronous agents in the system.