@letta-ai/letta-code 0.23.4 → 0.23.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/letta.js +1340 -291
- package/package.json +1 -1
- package/skills/scheduling-tasks/SKILL.md +1 -1
package/package.json
CHANGED
|
@@ -141,7 +141,7 @@ Include context about what the user originally asked for, so you can give a help
|
|
|
141
141
|
## Important Notes
|
|
142
142
|
|
|
143
143
|
- **Minimum granularity**: 1 minute. Intervals under 60 seconds are rounded up.
|
|
144
|
-
- **Recurring
|
|
144
|
+
- **Recurring tasks**: No longer auto-expire. They remain active until explicitly cancelled.
|
|
145
145
|
- **One-shot cleanup**: One-shot tasks are garbage-collected 24 hours after firing.
|
|
146
146
|
- **Timezone**: Tasks use the user's local timezone by default.
|
|
147
147
|
- **Scheduler requirement**: Tasks only fire while a Letta session is running (a WS listener must be active). If no session is running, tasks will be marked as missed.
|