mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
- Add tool function to crewai_tools/__init__.py that forwards to crewai.tools.tool - Implement lazy import to avoid import-time side effects - Add deprecation warning directing users to canonical import path - Add comprehensive test coverage for the tool alias - All tests passing (212 passed, 1 skipped) The tool decorator can now be imported from crewai_tools for backward compatibility, while users are encouraged to use 'from crewai.tools import tool' going forward. Co-Authored-By: João <joao@crewai.com>