File size: 221 Bytes
723e2e3
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
from crewai import Task

def tarefaCoach(agente):

    return Task(
        description='Escrever uma mensagem motivacional para o estudante.',
        agent=agente,
        expected_output='Mensagem motivacional.'
    )