Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OLLAMA_MODEL | No | The Ollama model to use for summarization (e.g., llama3.2:1b, mistral:7b, qwen2.5:0.5b) | llama3.2:1b |
| OLLAMA_TIMEOUT | No | Timeout in milliseconds for Ollama API requests | 30000 |
| OLLAMA_ENDPOINT | No | The endpoint URL for Ollama LLM service used for content summarization | http://localhost:11434 |
| SCRAPER_API_KEY | No | Optional API key for ScraperAPI (paid fallback search provider) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| rag | Busca web com extração inteligente de conteúdo (igual Apify RAG Web Browser) |
| fetchFullContent | Busca conteúdo completo de um resultado anterior de RAG obtido em contentMode=preview |
| scrape | Extrai conteúdo inteligente de uma URL específica |
| screenshot | Captura screenshot de uma página web |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |