Skip to content

Releases: crewAIInc/crewAI

v0.51.0

11 Aug 19:16
Compare
Choose a tag to compare

v0.41.1

20 Jul 16:28
Compare
Choose a tag to compare
  • Fix bug with planning feature

v0.41.0

19 Jul 17:27
Compare
Choose a tag to compare
  • [Breaking Change] Type Safe output
    • All crews and tasks now return a proper object TaskOuput and CrewOutput
  • [Feature] New planning feature for crews (plan before act)
    • by adding planning=True to the Crew instance
  • [Feature] Introduced Replay Feature
    • New CLI that allow you to list the tasks from last run and replay from a specific one
  • [Feature] Ability to reset memory
    • You can clean your crew memory before running it again
  • [Feature] Add retry feature for LLM calls
    • You can retry llm calls and not stop the crew execution
  • [Feature] Added ability to customize converter
  • [Tool] Enhanced tools with type hinting and new attributes
  • [Tool] Added MultiON Tool
  • [Tool] Fixed filecrawl tools
  • [Tool] Fixed bug in Scraping tool
  • [Tools] Bumped crewAI-tools dependency to version
  • [Bugs] General bug fixes and improvements
  • [Bugs] Telemetry fixes
  • [Bugs] Spell check corrections
  • [Docs] Updated documentation

v0.36.0

06 Jul 16:27
Compare
Choose a tag to compare
  • Bug fix
  • Updating Docs
  • Updating native prompts
  • Fixing TYPOs on the prompts
  • Adding AgentOps native support
  • Adding Firecrawl Tools
  • Adding new ability to return a tool results as an agent result
  • Improving coding Interpreter tool
  • Adding new option to create your own corveter class (docs pending)

v0.35.8

04 Jul 15:42
Compare
Choose a tag to compare
  • fixing embechain dependency issue

v0.35.7

02 Jul 01:29
Compare
Choose a tag to compare
  • New @ComposioHQ integration is out
  • Documentation update
  • Custom GPT Updated
  • Adjusting manager verbosity level
  • Bug fixes

v0.35.5

01 Jul 22:14
Compare
Choose a tag to compare
  • Fix embedchain dependency

v0.35.4

01 Jul 15:41
Compare
Choose a tag to compare
  • Updating crewai create CLI to use the new version

v0.35.3

01 Jul 13:14
Compare
Choose a tag to compare
  • Code Execution Bug fixed
  • Updating overall docs
  • Bumping version of crewai-tools
  • Bumping versions of many dependencies
  • Overall bugfixes

v0.35.0

29 Jun 18:01
5b66e87
Compare
Choose a tag to compare
  • Your agents can now execute code
  • Bring Any 3rd-party agent, LlamaIndex, LangChain and Autogen agents can all be part of your crew now!
  • Train you crew before you execute it and get consistent results! New CLI crewai train -n X
  • Bug fixes and docs updates (still missing some new docs updates coming soon)