Última atividade 1729079705

CrewAI-readme-9.py Bruto
1#!/usr/bin/env python
2# src/my_project/main.py
3import sys
4from latest_ai_development.crew import LatestAiDevelopmentCrew
5
6def run():
7 """
8 Run the crew.
9 """
10 inputs = {
11 'topic': 'AI Agents'
12 }
13 LatestAiDevelopmentCrew().crew().kickoff(inputs=inputs)