Add Agent and Task imports to fix type checker errors

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-03-03 15:00:38 +00:00
parent 50fc4e5774
commit 24f6530292

View File

@@ -3,6 +3,9 @@ import logging
from pathlib import Path
from typing import Any, Callable, Dict, List, TypeVar, cast
from crewai.agent import Agent
from crewai.task import Task
import yaml
from dotenv import load_dotenv