mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +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 pathlib import Path
|
||||||
from typing import Any, Callable, Dict, List, TypeVar, cast
|
from typing import Any, Callable, Dict, List, TypeVar, cast
|
||||||
|
|
||||||
|
from crewai.agent import Agent
|
||||||
|
from crewai.task import Task
|
||||||
|
|
||||||
import yaml
|
import yaml
|
||||||
from dotenv import load_dotenv
|
from dotenv import load_dotenv
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user