Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Controls logging verbosity (DEBUG, INFO, WARNING, ERROR) | INFO |
DEFAULT_MODEL | No | The default model to use (auto, pro, flash, o3, o3-mini, or a specific model name) | auto |
GEMINI_API_KEY | No | Your Google AI Studio API key for accessing Gemini models | |
OPENAI_API_KEY | No | Your OpenAI Platform API key for accessing O3 models | |
WORKSPACE_ROOT | No | Path to your workspace directory, automatically configured in Docker setup | |
OPENROUTER_API_KEY | No | Your OpenRouter API key for accessing multiple models through one API | |
TEMPERATURE_BALANCED | No | Temperature setting for general chat (balanced creativity/accuracy) | 0.5 |
TEMPERATURE_CREATIVE | No | Temperature setting for deep thinking and architecture (more creative) | 0.7 |
TEMPERATURE_ANALYTICAL | No | Temperature setting for code review and debugging (focused, deterministic) | 0.2 |
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 |
---|---|
No tools |