evolving_ideas.strategies.classic¶
evolving_ideas.strategies.classic
Classes¶
A strategy for classic brainstorming techniques. |
Module Contents¶
- class evolving_ideas.strategies.classic.ClassicMethod(llm_responder: evolving_ideas.infra.responder.LLMResponder, builder: evolving_ideas.prompts.builder.PromptBuilder | None = None, chat_logger: evolving_ideas.interface.presenters.ChatLogger | None = None)¶
Bases:
evolving_ideas.strategies.base.MethodStrategy
A strategy for classic brainstorming techniques.
- run(role: str, task: str, context: str) dict ¶
Abstract method to run the strategy with the given parameters.
- Parameters:
role (str) – The role of the AI.
task (str) – The task to be performed.
context (str) – Context for the idea.
- Returns:
A dictionary containing the results of the strategy.
- Return type:
dict