Skip to content

Releases: joaomdmoura/crewAI

0.28.8

11 Apr 14:31
Compare
Choose a tag to compare
  • updating version used on crewai CLI

0.28.7

11 Apr 14:27
Compare
Choose a tag to compare
  • Bug fixes
  • Updating crewAI tool version with bug fixes

v0.28.5

08 Apr 04:43
Compare
Choose a tag to compare
  • Major Long term memory interpolation issue
  • Updating tools package dependency with fixes
  • Removing unnecessary certificate

v0.28.2

07 Apr 07:19
106b0df
Compare
Choose a tag to compare
  • Major long term memory fix

v0.28.1

06 Apr 01:48
Compare
Choose a tag to compare
  • Updating crewai-tools to 0.1.15

v0.28.0

05 Apr 22:54
Compare
Choose a tag to compare
  • Not overriding LLM callbacks
  • Adding max_execution_time support
  • Adding specific memory docs
  • Moving tool usage logging color to purple from yellow
  • Updating Docs

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