58 apscheduler - #69
Open
songmeo wants to merge 10 commits into
Open
Conversation
added 10 commits
January 24, 2026 23:40
- Create TaskScheduler class using APScheduler + OpenMemory - Add schedule_task, cancel_scheduled_task, list_scheduled_tasks tools to conversation - Initialize scheduler in cli.py and pass to ConversationHandler - Scheduler tasks the reasoner when cron time arrives - Tasks persist in OpenMemory with 'scheduled' tag for recall
- Add scheduled parameter to reasoner.task() and callback - Scheduled tasks process output but don't notify user of completion - Conversation handles EMAIL CHECK RESULTS from scheduled tasks - Add schedule_task, cancel_scheduled_task, list_scheduled_tasks tools - Store schedules in OpenMemory with 'scheduled' tag - Refactor callback to avoid code duplication
- Parse scheduled tasks from memory on scheduler init - Re-add jobs to APScheduler so they survive restarts - Tasks persist across Bro restarts
…o respond to scheduled tasks
songmeo
force-pushed
the
58-apscheduler
branch
from
January 24, 2026 22:54
90274bd to
1af0448
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.