HumanToolkit
ask_human_via_console
- Clarify ambiguous instructions or requirements.
- Request missing information that you cannot find (e.g., login credentials, file paths).
- Ask for a decision when there are multiple viable options.
- Seek help when you encounter an error you cannot resolve on your own.
- question (str): The question to ask the user.
send_message_to_user
- Announce what you are about to do (e.g., “I will now search for papers on GUI Agents.”).
- Report the result of an action (e.g., “I have found 15 relevant papers.”).
- State a decision (e.g., “I will now analyze the top 10 papers.”).
- Give a status update during a long-running task.
- message (str): The tidy and informative message for the user.