Skip to content

Releases: crewAIInc/crewAI

v0.61.0

18 Sep 07:59
Compare
Choose a tag to compare
  • Updating dependencies
  • Printing max rpm message in different color
  • Updating all cassettes for tests
  • Always ending on a user message - to better support certain models like bedrock ones
  • Overall small bug fixes

v0.60.0

16 Sep 18:41
e77442c
Compare
Choose a tag to compare
  • Removing LangChain and Rebuilding Executor
  • Get all of out tests back to green
  • Adds the ability to not use system prompt use_system_prompt on the Agent
  • Adds the ability to not use stop words (to support o1 models) use_stop_words on the Agent
  • Sliding context window gets renamed to respect_context_window, and enable by default
  • Delegation is now disabled by default
  • Inner prompts were slightly changed as well
  • Overall reliability and quality of results
  • New support for:
    • Number of max requests per minute
    • A maximum number of iterations before giving a final answer
    • Proper take advantage of system prompts
    • Token calculation flow
    • New logging of the crew and agent execution

v0.55.2

13 Sep 17:28
322780a
Compare
Choose a tag to compare

What's Changed

  • Adding ability for auto complete
  • Add name and expected_output to TaskOutput
  • New crewai install CLI
  • New crewai deploy CLI
  • Cleaning up of Pipeline feature
  • Updated docs
  • Dev experience improvements like bandit CI pipeline
  • Fix bugs:
    • Ability to use planning_llm
    • Fix YAML based projects
    • Fix Azure support
    • Add support to Python 3.10
    • Moving away from Pydantic v1

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