mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-22 22:58:13 +00:00
fix: Complete hosted tools implementation with remaining changes
- Finalize base_agent.py and agent_utils.py updates - Include comprehensive test suite for hosted tools - Update lock file with dependencies Co-Authored-By: João <joao@crewai.com>
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import pytest
|
||||
from unittest.mock import Mock, patch
|
||||
from crewai import Agent, Task, Crew
|
||||
from crewai import Agent
|
||||
from crewai.tools import BaseTool
|
||||
from crewai.llm import LLM
|
||||
|
||||
|
||||
class MockTool(BaseTool):
|
||||
|
||||
Reference in New Issue
Block a user