fixed mixin (#831)

* fixed mixin

* WIP: fixing types

* type fixes on mixin
This commit is contained in:
Lorenze Jay
2024-07-02 17:16:26 -07:00
committed by GitHub
parent acbe5af8ce
commit c18208ca59
3 changed files with 96 additions and 41 deletions

View File

@@ -15,7 +15,8 @@ from pydantic import (
from pydantic_core import PydanticCustomError
from crewai.utilities import I18N, RPMController, Logger
from crewai.agents import CacheHandler, ToolsHandler
from crewai.agents.cache.cache_handler import CacheHandler
from crewai.agents.tools_handler import ToolsHandler
from crewai.utilities.token_counter_callback import TokenProcess