Genpark Llm Guided Tree Of Thought Monte Carlo Search Skill banner
alphaparkinc alphaparkinc

Genpark Llm Guided Tree Of Thought Monte Carlo Search Skill

AI community

Description

LLM-guided Tree-of-Thought Monte Carlo search & reasoning planner (ToT / MCTS)

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

genpark-llm-guided-tree-of-thought-monte-carlo-search-skill

![Python 3.9+](https://img.shields.io/badge/python-3.9%2B-blue) ![License MIT](https://img.shields.io/badge/license-MIT-green) ![MCP Compatible](https://img.shields.io/badge/MCP-Compatible-purple) ![GenPark AI](https://img.shields.io/badge/GenPark-AI--Agent--Skill-orange)

**GenPark AI Agent Skill** -- LLM-guided Tree-of-Thought Monte Carlo search & reasoning planner (ToT / MCTS)

Quick Start

python example_usage.py

Architecture

graph LR
  User([User / AI Agent]) -->|JSON Request| Skill[GenPark AI Skill]
  Skill --> CoreEngine[Core Engine]
  CoreEngine -->|Structured Output| User

MCP

python mcp_server.py