Canonical namespace entrypoint for Graph-of-Thoughts reasoning.
This module exposes shared GoT helpers and points to the canonical strategy:
Jido.AI.Reasoning.GraphOfThoughts.Strategy.
Summary
Functions
Returns the default aggregation prompt.
Returns the default connection-finding prompt.
Returns the default thought generation prompt.
Generates a unique GoT call ID.
Returns the canonical GoT strategy module.
Functions
@spec default_aggregation_prompt() :: String.t()
Returns the default aggregation prompt.
@spec default_connection_prompt() :: String.t()
Returns the default connection-finding prompt.
@spec default_generation_prompt() :: String.t()
Returns the default thought generation prompt.
@spec generate_call_id() :: String.t()
Generates a unique GoT call ID.
@spec strategy_module() :: module()
Returns the canonical GoT strategy module.