Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OLLAMA_HOST | No | The host URL for the Ollama server. | http://localhost:11434 |
| GROQ_API_KEY | Yes | API key for Groq models. | |
| DEFAULT_MODEL | No | The default model to use for prompts. | openai:gpt-4o-mini |
| GEMINI_API_KEY | Yes | API key for Google Gemini models. | |
| OPENAI_API_KEY | Yes | API key for OpenAI models. | |
| DEEPSEEK_API_KEY | Yes | API key for DeepSeek models. | |
| ANTHROPIC_API_KEY | Yes | API key for Anthropic models. | |
| DEFAULT_TEAM_MODELS | No | A JSON array string representing the default list of models used by the agile team. | ["openai:gpt-4.1","anthropic:claude-3-7-sonnet","gemini:gemini-2.5-pro"] |
| DEFAULT_DECISION_MAKER_MODEL | No | The default model used to make decisions in team workflows. | openai:gpt-4o-mini |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |