Commit a19964a
docs: add Scheduled Tasks feature documentation
Adds a new feature page covering the Scheduled Tasks side-panel, which
lets users run any Agent or Assistant on a cron schedule, fixed
interval, or one-shot future date:
- Registers `CalendarClock` in the sidebar icon map (`lib/icons.tsx`)
so the page's `icon: CalendarClock` frontmatter resolves correctly,
matching the in-app tab icon.
- Registers the page in `content/docs/features/meta.json` under the
*Agentic AI* section.
- Documents Redis as the only required infrastructure (BullMQ-backed)
and links to the dedicated Redis configuration page.
- Covers target/prompt configuration, the three trigger types (cron,
interval, date) with the Quick presets dropdown and inline
friendly-cron description, and IANA-timezone semantics including DST
and the past-date no-op for one-shot triggers.
- Documents per-task capabilities (Web Search, File Search, Code
Execution, MCP server picks) and notes that global `librechat.yaml`
toggles still apply.
- Covers output handling: scheduled runs land in fresh conversations
tagged `isScheduled: true`, hidden from the main chat sidebar, and
surfaced via the per-task Task Runs modal; documents the Temporary
Chat mode for non-persisted runs.
- Documents the inline task-management controls (pause/resume,
edit-in-place, history, delete) and the post-deletion visibility
behavior (past runs stay filtered out of the main sidebar).
- Adds a Security and Isolation section covering user-scoped data
access and per-user execution context.
- Adds a companion local QA checklist (`QA_TESTING_GUIDE.md`) for
verifying the Next.js/Fumadocs site builds cleanly with the new
page.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 8670c91 commit a19964a
3 files changed
Lines changed: 74 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
156 | 157 | | |
157 | 158 | | |
158 | 159 | | |
| 160 | + | |
159 | 161 | | |
160 | 162 | | |
161 | 163 | | |
| |||
0 commit comments