Skip to content(if available)orjump to list(if available)

Show HN: Cogitator – A Python Toolkit for Chain-of-Thought Prompting

Show HN: Cogitator – A Python Toolkit for Chain-of-Thought Prompting

1 comments

·May 15, 2025

Hi everyone,

I made an open-source Python toolkit/library, named Cogitator, to make it easier to try and use different chain-of-thought (CoT) reasoning methods. The project is at the beta stage, but it supports using models provided by OpenAI and Ollama. It includes implementations for Cot strategies and frameworks like Self-Consistency, Tree of Thoughts, and Graph of Thoughts.

GitHub link of the project: https://github.com/habedi/cogitator

nico

Very interesting. I saw the examples and how have loved to see the results, maybe some text showing the whole process or a little gif/video

Great work