Atom of Thoughts 推理框架

Atom of Thoughts 推理框架

分解复杂问题为原子思维单元,通过依赖关系实现强大推理与验证。

快速入门

  1. 安装 Atom of Thoughts: 使用 Smithery 自动安装命令: npx -y @smithery/cli install @kbsooo/mcp_atom_of_thoughts --client claude

  2. 配置 MCP 服务器: 将以下配置添加到 Claude Desktop 或 Cline 的设置中: { "mcpServers": { "atom-of-thoughts": { "command": "node", "args": ["/ABSOLUTE/PATH/TO/PARENT/FOLDER/atom-of-thoughts/build/index.js"], "disabled": false, "autoApprove": [] } } }

  3. 启用并重启应用程序。

  4. 使用工具:

    • 创建前提、推理、假设、验证和结论类型的原子。
    • 使用 decomposecomplete_decomposition 等命令操作原子。
    • 获取最佳结论:best_conclusion