Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
GEMINI_API_KEY | No | Your Google Gemini API key | |
OPENAI_API_KEY | No | Your OpenAI API key | |
ANTHROPIC_API_KEY | No | Your Anthropic API key | |
DEFAULT_MODEL_NAME | No | Default Model Name for the selected provider | cogito:latest |
DEFAULT_LLM_PROVIDER | No | Default LLM Provider to use (e.g., 'ollama', 'openai', 'anthropic', 'gemini') | ollama |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
initialize_mcts | Initialize MCTS for a question |
run_mcts_search | Run MCTS search iterations |
get_synthesis | Generate a final synthesis of the MCTS results |
get_status | Get the current MCTS status |
set_provider | Set the LLM provider and model |
list_available_models | List available models for a provider |