Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port. | 3000 |
| LLM_NAME | No | External LLM model name. | |
| SAMPLING | No | Enable result sampling. | false |
| HTTP_PROXY | No | HTTP Proxy URL. | |
| PUBLIC_URL | No | Public URL for download links. | http://localhost:port |
| CORS_ORIGIN | No | Allowed CORS origin. | * |
| ENABLE_CORS | No | Enable CORS. | false |
| HTTPS_PROXY | No | HTTPS Proxy URL. | |
| LLM_API_KEY | No | External LLM API key. | |
| ENABLE_PROXY | No | Enable proxy support. | false |
| LLM_BASE_URL | No | External LLM API base URL. | |
| SOCKS5_PROXY | No | SOCKS5 Proxy URL (Highest Priority). | |
| LLM_TIMEOUT_MS | No | Timeout for external LLM calls. | 30000 |
| WRITE_DEBUG_FILE | No | Log debug output to file. | false |
| SKIP_IDE_SAMPLING | No | Prefer external API over IDE. | false |
| WRITE_DEBUG_TERMINAL | No | Log debug output to stdout. | false |
| DEEP_SEARCH_MAX_LOOPS | No | Max research iterations. | 20 |
| DEFAULT_SEARCH_ENGINES | No | Default engines list. | bing,duckduckgo,brave |
| DEEP_SEARCH_MAX_CITATION_URLS | No | Max URLs to visit for citations. | 10 |
| DEEP_SEARCH_RESULTS_PER_ENGINE | No | Results per engine per round. | 5 |
| DEEP_SEARCH_SATURATION_THRESHOLD | No | Threshold to stop research early. | 0.6 |
| DEEP_SEARCH_REPORT_RETENTION_MINUTES | No | Download expiration time (minutes). | 10 |
Capabilities
Server capabilities have not been inspected yet.
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 | |