Releases: crewAIInc/crewAI
Releases · crewAIInc/crewAI
v0.27.0
- 🧠 Memory (shared crew memory) - To enable it just add
memory=True
to your crew, it will work transparently and make outcomes better and more reliable, it's disable by default for now - 🤚🏼 Native Human Input Support: docs
- 🌐 Universal RAG Tools Support: Any models, beyond just OpenAI. Example
- 🔍 Enhanced Cache Control: Meet the ingenious cache_function attribute: docs
- 🔁 Updated crewai-tools Dependency: Always in sync with the latest and greatest.
- ⛓️ Cross Agent Delegation: Smoother cooperation between agents.
- 💠 Inner Prompt Improvements: A finer conversational flow.
- 📝 Improving tool usage with better parsing
- 🔒 Security improvements and updating dependencies
- 📄 Documentation improved
- 🐛 Bug fixes
v0.22.5
- Other minor import issues on the new templates
v0.22.4
Fixing template issues
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