Skip to content

Releases: joaomdmoura/crewAI

v0.27.0

04 Apr 18:43
Compare
Choose a tag to compare
  • 🧠 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

12 Mar 02:28
Compare
Choose a tag to compare
  • Other minor import issues on the new templates

v0.22.4

12 Mar 01:57
Compare
Choose a tag to compare

Fixing template issues

v0.22.2

11 Mar 23:37
Compare
Choose a tag to compare
  • Fixing bug on the new cli template
  • Guaranteeing tasks order on new cli template

v0.22.0

11 Mar 20:39
Compare
Choose a tag to compare
  • 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

04 Mar 00:24
Compare
Choose a tag to compare
  • 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 with crew.usage_metrics
  • Adding ability for inputs being passed in kickoff now crew.kickoff(inputs: {'key': 'value})
  • Updating Docs

v0.16.3

28 Feb 15:08
Compare
Choose a tag to compare
  • Fixing overall bugs
  • Making sure code is backwards compatible

v0.16.0

28 Feb 06:46
Compare
Choose a tag to compare
  • 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

26 Feb 18:30
Compare
Choose a tag to compare
  • 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

24 Feb 06:15
Compare
Choose a tag to compare
  • Fixing broken docs link
  • Adding support for agents without tools
  • Avoid empty task outputs