evolving_ideas.strategies.router¶
evolving_ideas.strategies.router
Attributes¶
Functions¶
|
Selects a brainstorming method based on keywords in the task description. |
Module Contents¶
- evolving_ideas.strategies.router.METHOD_KEYWORDS¶
- evolving_ideas.strategies.router.select_method(task: str) str ¶
Selects a brainstorming method based on keywords in the task description.
- Parameters:
task (str) – The task description to analyze.
- Returns:
The name of the selected method.
- Return type:
str