Releases: crewAIInc/crewAI
Releases · crewAIInc/crewAI
v0.22.2
- Fixing bug on the new cli template
- Guaranteeing tasks order on new cli template
v0.22.0
- Adding initial CLI
crewai create
command - Adding ability to agents and tasks to be defined using dictionaries
- Adding more clear agent logging
- Fixing bug Exceed maximum recursion depth bug
- Fixing docs
- Updating README
v0.19.0
- Efficiency in tool usage +1023.21%
- Mean tools used +276%
- Tool errors slashed by 67%, more reliable than ever.
- Delegation capabilities enhanced
- Ability to fallback to function calling by setting
function_calling_llm
to Agent or Crew - Ability to get crew execution metrics after
kickoff
withcrew.usage_metrics
- Adding ability for inputs being passed in kickoff now
crew.kickoff(inputs: {'key': 'value})
- Updating Docs
v0.16.3
- Fixing overall bugs
- Making sure code is backwards compatible
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