mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
1.8 KiB
1.8 KiB
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 provides session-local reminders for a running conversation: ask the agent to remind you later, at an absolute time, or on a fixed interval, and each reminder arrives as an ordinary message in the same conversation when it comes due. It contains one package with three tools — create, list, and cancel — and no UI or service interface of its own. Reminders survive restarts but stay inside the session: there is no email, SMS, or push notification. This page maps the group; the package README owns the per-package contract.
Table of Contents
Packages
| Package | Role | ctx key |
|---|---|---|
schedule/ |
Session-local reminders: schedule a one-time or fixed-interval reminder, list what is pending, and cancel one; due reminders arrive 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.
Dev Note
Working context for maintainers — click to expand
None.