Releases: crewAIInc/crewAI
Releases · crewAIInc/crewAI
v0.16.0
- Removing lingering
crewai_tools
dependency - Adding initial support for inputs interpolation (missing docs)
- Adding ability to track tools usage, tools error, formatting errors, tokens usage
- Updating README
v0.14.4
- 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)
v0.14.3
- Fixing broken docs link
- Adding support for agents without tools
- Avoid empty task outputs
v0.14.0
All improvements from the v0.14.0rc.
- Support to export json and pydantic from opensource models
v0.14.0rc
- 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
v0.11.2
- Adding further error logging so users understand what is happening if a tool fails
v0.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.
v0.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
v0.10.0
- Ability to get
full_ouput
from crew kickoff with all tasks outputs - Ability to set
step_callback
function for both Agents and Crews so you can get all intermediate steps - Remembering Agent of the expected format after certain number of tool usages.
- New tool usage internals now using json, unlocking tools with multiple arguments
- Refactoring overall delegation logic, now way more reliable
- Fixed
max_inter
bug now properly forcing llm to answer as it gets to that - Rebuilt caching structure, making sure multiple agents can use the same cache
- Refactoring Task repeated usage prevention logic
- Removing now unnecessary
CrewAgentOutputParser
- Opt-in to share complete crew related data with the crewAI team
- Overall Docs update
v0.5.5
- Overall doc + readme improvements
- Fixing RPM controller being set unnecessarily
- Adding early stage anonymous telemetry for lib improvement