Skip to content

docs(skill): correct schedule firing claim in self-configuration skill - #4352

Draft
amelia-letta wants to merge 1 commit into
mainfrom
amelia/skill-watch-self-configuration-schedule-runner
Draft

docs(skill): correct schedule firing claim in self-configuration skill#4352
amelia-letta wants to merge 1 commit into
mainfrom
amelia/skill-watch-self-configuration-schedule-runner

Conversation

@amelia-letta

Copy link
Copy Markdown
Collaborator

Builtin-skill-watch: self-configuration@9ead5f0480b2-d0e37ab61fdb329d

Selected skill: self-configuration (src/skills/builtin/self-configuration)

Stale claim: SKILL.md said "Scheduled tasks fire only while a Letta session/listener is running." Since LET-9692, letta cron has two runners: local schedules (~/.letta/crons.json, executed by the WS listener on this device) and durable cloud schedules fired by a cloud worker, which are the default for cloud agents. The sibling scheduling-tasks skill already documents the distinction.

Current owning source: src/cli/subcommands/cron-runner.ts (runner resolution, cloud default for cloud agents) and src/cli/subcommands/cron.ts (runner docs); src/skills/builtin/scheduling-tasks/SKILL.md states "Local schedules only fire while a Letta session is running on their computer ... Cloud schedules fire from the cloud regardless."

Change: one sentence in the Schedules section now distinguishes local-runner schedules (session-bound) from cloud schedules and defers placement rules to scheduling-tasks.

Validation: bun run check (12/12 pass) on the branch; no tests assert the old prose.

Generated with Letta Code

Scheduled tasks no longer fire only while a session/listener runs: since
LET-9692, cloud schedules are durable and are the default for cloud
agents. The claim now distinguishes local-runner schedules (session-bound)
from cloud schedules, matching the scheduling-tasks skill and
src/cli/subcommands/cron-runner.ts.

Builtin-skill-watch: self-configuration@9ead5f0480b2-d0e37ab61fdb329d

Co-Authored-By: Letta Code <noreply@letta.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant