evolving_ideas.strategies.router

evolving_ideas.strategies.router

Attributes

Functions

select_method(→ str)

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