Hi everyone,<p>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.<p>GitHub link of the project: <a href="https://github.com/habedi/cogitator">https://github.com/habedi/cogitator</a>
Will there be a follow-up toolkit for Artificial General Intelligence called Agitator?<p>Dumb jokes aside, I took a look at your GitHub page, and this is exactly what I've been looking for when I do local LLM work. Cogitator seems like a nice, pythonic approach vs. using the raw `ollama run` command, esp. given the focus on chain of thought. I think I'll start using this tool. Nice work!
Very interesting. I saw the examples and would have loved to see the results, maybe some text showing the whole process or a little gif/video<p>Great work