Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Whether to enable debug mode. | False |
| APP_ENV | No | Application environment (e.g., production, development). | production |
| REDIS_DB | No | Redis database index. | 0 |
| LOG_LEVEL | No | Logging level (e.g., INFO, DEBUG, ERROR). | INFO |
| REDIS_HOST | No | Redis server host. | redis |
| REDIS_PORT | No | Redis server port. | 6379 |
| AMAP_ORIGIN | Yes | Departure coordinates (longitude,latitude). | |
| AMAP_API_KEY | Yes | API Key for AutoNavi (Amap) Open Platform. | |
| AMAP_STRATEGY | No | Route planning strategy: 0-speed priority, 1-cost priority, 2-distance priority. | 0 |
| REDIS_PASSWORD | No | Redis password, if applicable. | |
| CELERY_TIMEZONE | No | Timezone for Celery tasks. | Asia/Shanghai |
| DINGTALK_SECRET | Yes | The signing secret for the DingTalk robot. | |
| AMAP_DESTINATION | Yes | Destination coordinates (longitude,latitude). | |
| DINGTALK_KEYWORD | No | Security keyword for DingTalk messages. | 通勤提醒 |
| CELERY_BROKER_URL | No | Broker URL for Celery. | redis://redis:6379/1 |
| COMMUTE_CHECK_CRON | No | Cron expression for the commute check task. | 0 30 8 * * * |
| DINGTALK_WEBHOOK_URL | Yes | The webhook URL for the DingTalk robot. | |
| CELERY_RESULT_BACKEND | No | Result backend for Celery. | redis://redis:6379/2 |
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 | |