Package containing classes used by Coordinator. Besides Coordinator behaviours, there are two important classes: AgentsManager and TasksManager.
AgentsManager is used to make and kill workers. Task manager is used to register incoming task, send it to workers, match received answer with a question and send it back to user.