Files
crewAI/lib/crewai-tools/tests
Devin AI 230af2749b Fix #3883: Add compatibility alias for tool decorator in crewai_tools
- 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>
2025-11-11 07:58:29 +00:00
..
2025-10-20 14:10:19 -07:00
2025-10-20 14:10:19 -07:00
2025-10-20 14:10:19 -07:00
2025-10-20 14:10:19 -07:00
2025-10-20 14:10:19 -07:00
2025-10-20 14:10:19 -07:00