mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-26 01:01:40 +00:00
Previously the scheduler checked startswith('[SILENT]'), so agents that
appended [SILENT] after an explanation (e.g. 'N items filtered.\n\n[SILENT]')
would still trigger delivery.
Change the check to 'in' so the marker is caught regardless of position.
Add test_silent_trailing_suppresses_delivery to cover this case.
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_cron_inactivity_timeout.py | ||
| test_cron_script.py | ||
| test_jobs.py | ||
| test_scheduler.py | ||