Cron tool #6
Labels
No labels
bug
commercial
documentation
duplicate
enhancement
feature
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jasoncouture/llama-shears#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Tool that lets an agent schedule its own future actions. When the scheduled time fires, the execution runs as the agent against a channel the agent has visibility into.
Depends on the channel see/unsee work (#7) — the agent needs a channel-visibility model before "executes against a channel the agent has seen" is meaningful.
Tracked in TASKS.md.
Closing — cron is implemented. See
src/LlamaShears.Core/Cron/(scheduler, store, executor) and the MCP tools undersrc/LlamaShears.Api/Tools/ModelContextProtocol/Cron/(schedule_cron,list_cron,edit_cron,cancel_cron,trigger_cron). Channel-binding dependency (#7) is moot — channels are being redone and the see/unsee model won't apply post-rework.Reopening — cron is not actually implemented yet. The skeleton (scheduler, store, MCP tools) exists but the feature isn't done.
Implemented in #111