- Updating timeouts - Updating docs - Removing crewai_tools as a mandatory - Making agents memory-less by default for token count reduction (breaking change for people counting on this previously)
0.14.3
- Fixing broken docs link - Adding support for agents without tools - Avoid empty task outputs
0.14.0
All improvements from the v0.14.0rc. - Support to export json and pydantic from opensource models
0.14.0rc0
- Adding support to crewai-tools - Adding support to format tasks output as Pydantic Objects Or JSON - Adding support to save tasks ouput to a file - Improved reliability for inter agent delegation - Revamp tools usage logic to proper use function calling - Updating internal prompts - Supporting tools with no arguments - Bug fixes
0.11.2
- Adding further error logging so users understand what is happening if a tool fails
0.11.1
- It fixes a bug on the tool usage logic that was early caching the result even if there was an error on the usage, preventing it from using the tool again. - It will also print any error message in red allowing the user to understand what was the problem with the tool.