Skip to content

Releases: crewAIInc/crewAI

v0.10.0

10 Feb 21:20
Compare
Choose a tag to compare
  • Ability to get full_ouput from crew kickoff with all tasks outputs
  • Ability to set step_callback function for both Agents and Crews so you can get all intermediate steps
  • Remembering Agent of the expected format after certain number of tool usages.
  • New tool usage internals now using json, unlocking tools with multiple arguments
  • Refactoring overall delegation logic, now way more reliable
  • Fixed max_inter bug now properly forcing llm to answer as it gets to that
  • Rebuilt caching structure, making sure multiple agents can use the same cache
  • Refactoring Task repeated usage prevention logic
  • Removing now unnecessary CrewAgentOutputParser
  • Opt-in to share complete crew related data with the crewAI team
  • Overall Docs update

v0.5.5

08 Feb 07:38
Compare
Choose a tag to compare
  • Overall doc + readme improvements
  • Fixing RPM controller being set unnecessarily
  • Adding early stage anonymous telemetry for lib improvement

v0.5.3

07 Feb 10:16
Compare
Choose a tag to compare
  • quick Fix for hierarchical manager

v0.5.2

06 Feb 08:08
Compare
Choose a tag to compare
  • Adding manager_llm for hierarchical process
  • Improving max_inter and max_rpm logic
  • Updating README and Docs

v0.5.0

04 Feb 20:13
Compare
Choose a tag to compare

This new version bring a lot of new features and improvements to the library.

Features

  • Adding Task Callbacks.
  • Adding support for Hierarchical process.
  • Adding ability to references specific tasks in another task.
  • Adding ability to parallel task execution.

Improvements

  • Revamping Max Iterations and Max Requests per Minute.
  • Developer experience improvements, docstrings and such.
  • Small improvements and TYPOs.
  • Fix static typing errors.
  • Updated README and Docs.

New Contributors

v0.1.32

14 Jan 14:23
2bf924b
Compare
Choose a tag to compare
  • Moving to LangChain 0.1.0
  • Improving Prompts
  • Adding ability to limit maximum number of iterations for an agent
  • Adding ability to Request Per Minute throttling for both Agents and Crews
  • Adding initial support for translations
  • Adding Greek translation
  • Improve code readability
  • Starting new documentation with mkdocs

v0.1.23

07 Jan 15:47
7954f6b
Compare
Choose a tag to compare
  • Many Reliability improvements
  • Prompt changes
  • Initial changes for supporting multiple languages
  • Fixing bug on task repeated execution
  • Better execution error handling
  • Updating READMe

v0.1.14

30 Dec 14:05
Compare
Choose a tag to compare

v0.1.2

24 Nov 20:12
Compare
Choose a tag to compare
  • Adding ability to use other LLMs, not OpenAI

v0.1.1

19 Nov 01:16
Compare
Choose a tag to compare

CrewAI v0.1.1 Release Notes

What's New

  • Crew Verbose Mode: Now allowing you to inspect a the tasks are being executed.

  • README and Docs Updates: A series of minor updates on the docs