What problem does it solve?
This Skill enables the Telegram bot to ask clarifying questions during task execution, preventing task failure due to missing information and allowing for user input without halting the bot's progress.
Core Features & Use Cases
- Asynchronous Clarification: Ask blocking or non-blocking questions while a task is in progress.
- Timeout Policy: Implements a ping schedule (5, 10, 15 minutes) and handles user non-responsiveness by either proceeding with defaults or canceling the task.
- User-in-the-Loop: Facilitates interactive task execution where user input is critical for safe continuation.
- Use Case: When a bot needs to decide between two options for processing a document, it can ask the user via a blocking question, providing a default action if no response is received within a set time.
Quick Start
Use the tg-user-in-the-loop skill to ask a blocking question about processing a document, providing a default action if no response is received.