Skip to content

Conversation

@luohaha
Copy link
Owner

@luohaha luohaha commented Jan 30, 2026

TimerTool supports delay (one-shot), interval (recurring), and cron modes using asyncio.sleep and croniter. NotifyTool sends email notifications via Resend HTTP API using httpx.

TimerTool supports delay (one-shot), interval (recurring), and cron
modes using asyncio.sleep and croniter. NotifyTool sends email
notifications via Resend HTTP API using httpx.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@luohaha luohaha merged commit 79dba66 into main Jan 30, 2026
4 checks passed
Copy link
Collaborator

@Li0k Li0k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing asyncio.sleep in ReAct is risky. Could an integration test be added to ensure it never blocks the main loop?

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.

3 participants