mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-22 22:58:13 +00:00
@@ -2,7 +2,7 @@ from typing import Any, List, Optional
|
||||
|
||||
from pydantic import BaseModel, Field, model_validator
|
||||
|
||||
from .agent import Agent
|
||||
from crewai.agent import Agent
|
||||
|
||||
|
||||
class Task(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user