Skip to main content
Glama
engine.d.ts673 B
interface ThoughtNode { thought: string; thoughtNumber: number; totalThoughts: number; nextThoughtNeeded: boolean; score: number; children: ThoughtNode[]; parent?: ThoughtNode; } export declare class ReasoningEngine { private thoughts; private readonly beamWidth; private readonly minScore; private evaluateThought; addThought(thought: string, thoughtNumber: number, totalThoughts: number, nextThoughtNeeded: boolean): ThoughtNode; getBestPath(): ThoughtNode[]; getStats(): { totalThoughts: number; bestScore: number; averageScore: number; branchingFactor: number; }; } export {};

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/parmarjh/mcp-reasoner'

If you have feedback or need assistance with the MCP directory API, please join our Discord server