Files
deepseek-harness/packages/schedule

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)


Dev Note

Working context for maintainers — click to expand

None.