- 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.
0.11.0
- Ability to set `function_calling_llm` on both the entire crew and individual agents - Some early attempts on cost reduction - Improving function calling for tools - Updates docs