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

Copy Markdown View Source

Canonical namespace entrypoint for adaptive reasoning selection.

This module exposes shared Adaptive helpers and points to the canonical strategy: Jido.AI.Reasoning.Adaptive.Strategy.

Summary

Functions

Analyzes a prompt and returns the selected strategy metadata.

Returns the canonical Adaptive strategy module.

Functions

analyze_prompt(prompt, config \\ %{})

@spec analyze_prompt(String.t(), map()) :: {atom(), float(), atom()}

Analyzes a prompt and returns the selected strategy metadata.

strategy_module()

@spec strategy_module() :: module()

Returns the canonical Adaptive strategy module.