Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GEMINI_API_KEY | No | Gemini API Key for fast tasks (optional) | |
| OPENAI_API_KEY | No | OpenAI API Key for balanced tasks (optional) | |
| ANTHROPIC_API_KEY | No | Anthropic API Key for powerful tasks (optional) | |
| CLAUDE_TEAM_MAIN_KEY | Yes | 主模型 API Key (required) | |
| CLAUDE_TEAM_MAIN_URL | No | 主模型 API 地址 (optional) | |
| CLAUDE_TEAM_MAIN_MODEL | No | 主模型 ID (optional, default: gpt-4o) | gpt-4o |
| CLAUDE_TEAM_MODEL1_KEY | No | 模型1 API Key (optional, defaults to MAIN key) | |
| CLAUDE_TEAM_MODEL1_URL | No | 模型1 API 地址 (optional, defaults to MAIN URL) | |
| CLAUDE_TEAM_MODEL2_KEY | No | 模型2 API Key (optional, defaults to MAIN key) | |
| CLAUDE_TEAM_MODEL2_URL | No | 模型2 API 地址 (optional, defaults to MAIN URL) | |
| CLAUDE_TEAM_MODEL3_KEY | No | 模型3 API Key (optional, defaults to MAIN key) | |
| CLAUDE_TEAM_MODEL3_URL | No | 模型3 API 地址 (optional, defaults to MAIN URL) | |
| CLAUDE_TEAM_MODEL1_NAME | No | 模型1 ID (optional) | |
| CLAUDE_TEAM_MODEL2_NAME | No | 模型2 ID (optional) | |
| CLAUDE_TEAM_MODEL3_NAME | No | 模型3 ID (optional) | |
| CLAUDE_TEAM_MAIN_PROVIDER | No | 主模型提供商 (openai | anthropic | gemini) | |
| CLAUDE_TEAM_MODEL1_PROVIDER | No | 模型1提供商 (openai | anthropic | gemini) | |
| CLAUDE_TEAM_MODEL2_PROVIDER | No | 模型2提供商 (openai | anthropic | gemini) | |
| CLAUDE_TEAM_MODEL3_PROVIDER | No | 模型3提供商 (openai | anthropic | gemini) |
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 | |