Tags: jgravelle/pocketgroq
Tags
feat: Add Chain of Thought reasoning capabilities to PocketGroq This commit adds new features to PocketGroq, including Chain of Thought (CoT) reasoning capabilities. The CoT features allow for complex problem-solving and step-by-step analysis. It introduces three new functions: solve_problem_with_cot, generate_cot, and synthesize_cot. Additionally, the test suite has been expanded to include tests for the Chain of Thought functionality. Refactor web_tool.py headers for web search and page retrieval This commit updates the headers in web_tool.py to improve web search and page retrieval functionality. The changes enhance the capabilities of PocketGroq's WebTool. Refactor pocketgroq to include Chain of Thought reasoning in GroqProvider This commit updates pocketgroq to include Chain of Thought reasoning in the GroqProvider. It enhances the capabilities of PocketGroq by abstracting complex API calls into simple functions and introducing CoT reasoning. Refactor README.md to reflect new features and enhancements This commit updates the README.md file to reflect the new features and enhancements in PocketGroq. It includes information about the Chain of Thought reasoning capabilities, the expanded test suite, and the improved WebTool functionality.