Skip to main content
Glama
factory.d.ts314 B
import { StateManager } from '../state.js'; import { BaseStrategy } from './base.js'; export declare enum ReasoningStrategy { BEAM_SEARCH = "beam_search", MCTS = "mcts" } export declare class StrategyFactory { static createStrategy(type: ReasoningStrategy, stateManager: StateManager): BaseStrategy; }

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