evolving_ideas.strategies.six_hats¶
evolving_ideas.strategies.six_hats
Classes¶
Strategy based on Edward de Bono's Six Thinking Hats. |
Module Contents¶
- class evolving_ideas.strategies.six_hats.SixHatsMethod(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
Strategy based on Edward de Bono’s Six Thinking Hats.
- HATS¶
- 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