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

Copy Markdown View Source

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

default_aggregation_prompt()

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

Returns the default aggregation prompt.

default_connection_prompt()

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

Returns the default connection-finding prompt.

default_generation_prompt()

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

Returns the default thought generation prompt.

generate_call_id()

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

Generates a unique GoT call ID.

strategy_module()

@spec strategy_module() :: module()

Returns the canonical GoT strategy module.