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:
Devin AI
2025-08-18 14:03:52 +00:00
parent be09b519c4
commit d8eaadca47
4 changed files with 3179 additions and 3472 deletions

View File

@@ -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):