Canonical namespace entrypoint for Algorithm-of-Thoughts reasoning.
This module exposes shared AoT helpers and points to the canonical strategy:
Jido.AI.Reasoning.AlgorithmOfThoughts.Strategy.
Summary
Functions
Returns the default AoT system prompt for a given profile/search style.
Generates a unique AoT call id.
Returns the canonical AoT strategy module.
Functions
@spec default_system_prompt( Jido.AI.Reasoning.AlgorithmOfThoughts.Machine.profile(), Jido.AI.Reasoning.AlgorithmOfThoughts.Machine.search_style(), [String.t()] ) :: String.t()
Returns the default AoT system prompt for a given profile/search style.
@spec generate_call_id() :: String.t()
Generates a unique AoT call id.
@spec strategy_module() :: module()
Returns the canonical AoT strategy module.