Files
crewAI/tests/tools/test_tool_usage_limit.py
Devin AI 7f730fbe02 Add usage limit feature to BaseTool class
- Add max_usage_count and current_usage_count attributes to BaseTool
- Implement usage limit checking in ToolUsage._use method
- Add comprehensive tests for usage limit functionality
- Maintain backward compatibility with None default for unlimited usage

Co-Authored-By: Joe Moura <joao@crewai.com>
2025-05-26 06:39:49 +00:00

2.0 KiB