AgentEventHandlerContext
Provides the context for handling events specific to AI agents. This interface extends the foundational event handling context, EventHandlerContext
, and is specialized for scenarios involving agents and their associated workflows or features.
The AgentEventHandlerContext
enables implementation of event-driven systems within the AI Agent framework by offering hooks for custom event handling logic tailored to agent operations.