github crewAIInc/crewAI v0.41.0

latest releases: v0.55.2, v0.51.0, v0.41.1...
one month ago
  • [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

Don't miss a new crewAI release

NewReleases is sending notifications on new releases.