mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 15:48:29 +00:00
Add Agent and Task imports to fix type checker errors
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user