Deprecated compatibility wrapper for Jido.AI.Runtime.Event.
ReAct streams now emit Jido.AI.Runtime.Event directly. Use the canonical
runtime event module for new code.
Summary
Types
@type t() :: Jido.AI.Runtime.Event.t()
Functions
This function is deprecated. Use Jido.AI.Runtime.Event.kinds/0 instead.
@spec kinds() :: [atom()]
This function is deprecated. Use Jido.AI.Runtime.Event.new/1 instead.
@spec new(map()) :: Jido.AI.Runtime.Event.t()