info_gatherer
info_gatherer
Skill version of the InfoGathererAgent
prefab. Collects answers to a configurable list of questions. Designed to be embedded
within larger agents as a reusable capability.
Tools: start_questions, submit_answer (prefixed when using prefix parameter)
Requirements: None
Multi-instance: Yes (use prefix for unique tool names and state namespacing)
questions
List of question dictionaries with key_name, question_text, and optional confirm.
prefix
Prefix for tool names and state namespace. With prefix="intake", tools become
intake_start_questions and intake_submit_answer, and state is stored under
skill:intake in global_data.
completion_message
Message returned after all questions have been answered. Defaults to a built-in message prompting the agent to summarize the collected information.