Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL) | INFO |
| DATABASE_URL | No | PostgreSQL database connection URL (e.g., postgresql://username:password@192.168.0.134:5432/mydb) | |
| ACCRUALS_API_URL | No | The base URL for the remote FastAPI accruals service (e.g., http://192.168.0.137:8000) | |
| ALLOWED_BASE_DIR | No | The base directory path for safe file operations | |
| DEEPSEEK_API_KEY | Yes | Your Deepseek API key for AI processing | |
| OPENWEATHER_API_KEY | Yes | Your OpenWeatherMap API key (required by OpenWeatherMap) | |
| OPENWEATHER_BASE_URL | No | The base URL for OpenWeatherMap API | https://api.openweathermap.org/data/2.5 |
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 | |