Spaces:
Configuration error
Configuration error
| """api/telegram_notify.py — RIMOSSO: no-op per compatibilità import.""" | |
| async def notify_task_done(task_id="", goal="", result="", started_at_ms=None): pass | |
| async def notify_task_error(task_id="", goal="", error=""): pass | |
| async def notify_task_start(task_id="", goal=""): pass | |
| async def notify_task_step(task_id="", action="", explanation="", title=""): pass | |
| async def notify_task_heartbeat(task_id="", goal="", elapsed_min=0, step="", step_count=0): pass | |
| def get_config_source(): return "stub" | |
| def invalidate_config_cache(): pass | |