jpfearnworks's picture
Decouple components from interface, adds tabs
9d0c72d
raw
history blame
No virus
401 Bytes
from .re_act import ReActStrategy, get_re_act_config
from .tree_of_thought import TreeOfThoughtStrategy, get_tot_config
from .chain_of_thought import ChainOfThoughtStrategy, get_cot_confg
from .reasoning_router import ReasoningRouter, get_reasoning_router_config
from .reasoning_strategy import ReasoningStrategy, ReasoningConfig, get_reasoning_config
from .component import create_reasoning_router_ui