Jido.AI.Reasoning.ReAct.Event (Jido AI v2.3.0)

Copy Markdown View Source

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

t()

@type t() :: Jido.AI.Runtime.Event.t()

Functions

kinds()

This function is deprecated. Use Jido.AI.Runtime.Event.kinds/0 instead.
@spec kinds() :: [atom()]

See Jido.AI.Runtime.Event.kinds/0.

new(attrs)

This function is deprecated. Use Jido.AI.Runtime.Event.new/1 instead.
@spec new(map()) :: Jido.AI.Runtime.Event.t()

See Jido.AI.Runtime.Event.new/1.