Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDIS_URL | Yes | Connection string for Redis. | redis://localhost:6379/0 |
| LLM_PROVIDER | Yes | LLM provider to use (openai, anthropic, google, azure-openai). | openai |
| REDIS_ENABLED | Yes | Enable Redis for state management. | true |
| GOOGLE_API_KEY | No | API key for Gemini (required if LLM_PROVIDER is google). | |
| OPENAI_API_KEY | No | API key for OpenAI (required if LLM_PROVIDER is openai). | |
| WEB_CHAT_RELOAD | No | Enable auto-reload for development. | true |
| ANTHROPIC_API_KEY | No | API key for Claude (required if LLM_PROVIDER is anthropic). | |
| UPDATION_API_BASE_URL | Yes | Laravel API base URL. | http://127.0.0.1:8000/api |
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 | |