| Goals: This agent is responsible for checking for new tasks that can be monitored and managed by the MAS. |
| Input Parameters: Course and task identifier. |
| Output Parameters: Sends a request to the adviser agent and the monitor of the type “monitor-task”, sending the task identifier. |
| Activation Condition: When the MAS is started. |
| Condition of Finalization: When the MAS closes. |
| Associated Information: It acts by checking, among the existing courses, if there is any recently created task. If a task in these conditions is found, it sends a message to the adviser agent and the monitor, requesting the execution of their behaviors. |
| Description: A single agent of this type is created in the MAS. This agent is responsible for finding new tasks to be monitored. |