Jido.AI.Reasoning.AlgorithmOfThoughts (Jido AI v2.2.0)

Copy Markdown View Source

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

default_system_prompt(profile, search_style, examples \\ [])

Returns the default AoT system prompt for a given profile/search style.

generate_call_id()

@spec generate_call_id() :: String.t()

Generates a unique AoT call id.

strategy_module()

@spec strategy_module() :: module()

Returns the canonical AoT strategy module.