Spaces:
Paused
Paused
File size: 401 Bytes
9d0c72d 040f332 9d0c72d |
1 2 3 4 5 6 |
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 |