mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-11 04:00:38 +00:00
description, kind
| description | kind |
|---|---|
| The schedule group map: session-local durable reminders over the session log, for users and maintainers navigating the group. | package-group |
schedule/ — Session-local reminders
English | 中文
Summary
The schedule group lets an agent create, list, and cancel reminders for the current conversation. Reminders can run after a delay, at an absolute time, or on a fixed interval; when due, they arrive as ordinary messages in that conversation. They survive restarts, but never leave the session or send email, SMS, or push notifications. The group's package provides reminder management and delivery. Optional browser packages show the current reminder catalog and mark conversations with known active reminders; those indicators reflect cached state and may lag the running session.
Table of Contents
Packages
| Package | Role | ctx key |
|---|---|---|
schedule/ |
Session-local reminders: schedule, list, and cancel active records; publish an optional read-only projection for the header catalog and list-row marker; deliver due reminders as conversation messages | — (tools only, in the exact agent scope) |
Related documentation
- Session-local Schedule subsystem — durable record, transition, view, and delivery contracts.
- Generated tool catalog — the
schedule_create/schedule_list/schedule_deleteschemas the model receives. - Schedule user guide — the official configuration path for mounting the package.
- Web Schedule catalog — the optional read-only browser presentation of active records.
Dev Note
Working context for maintainers — click to expand
None.