feat: per-agent todo system with heartbeat integration (#288)
This commit is contained in:
@@ -49,6 +49,7 @@ SLACK_APP_TOKEN=xapp-...
|
||||
| `CRON_ENABLED` | `false` | Enable cron jobs |
|
||||
| `HEARTBEAT_ENABLED` | `false` | Enable heartbeat service |
|
||||
| `HEARTBEAT_INTERVAL_MIN` | `30` | Heartbeat interval (minutes). Also enables heartbeat when set |
|
||||
| `HEARTBEAT_SKIP_RECENT_USER_MIN` | `5` | Skip automatic heartbeats for N minutes after user messages (`0` disables) |
|
||||
| `HEARTBEAT_TARGET` | - | Target chat (e.g., `telegram:123456`) |
|
||||
| `OPENAI_API_KEY` | - | For voice message transcription |
|
||||
| `API_HOST` | `0.0.0.0` on Railway | Optional override for API bind address |
|
||||
|
||||
Reference in New Issue
Block a user