@deck-ui/routines
v0.4.5
Published
Automated routine management. Create, edit, run, and review recurring agent tasks with trigger scheduling and approval controls.
Downloads
379
Readme
@deck-ui/routines
Automated routine management. Create, edit, run, and review recurring agent tasks with trigger scheduling and approval controls.
Install
pnpm add @deck-ui/routinesUsage
import { RoutinesGrid, RoutineDetailPage } from "@deck-ui/routines"
<RoutinesGrid
routines={routines}
loading={false}
onRoutineClick={(r) => navigate(`/routines/${r.id}`)}
onCreateRoutine={() => openCreateDialog()}
/>Exports
RoutinesGrid-- card grid of all routinesRoutineCard-- single routine card with status indicatorRoutineDetailPage-- full detail with description, triggers, run historyRoutineEditForm-- create/edit form for routine configurationRoutineDetailActions-- action buttons (run, edit, delete)RoutineRunPage-- live view of a running routineRunHistory-- past run list with status and duration- Types:
Routine,RoutineRun,RoutineFormState,TriggerType,RoutineStatus,ApprovalMode,RunStatus
Peer Dependencies
- React 19+
- @deck-ui/core
Part of Keel & Deck.
