Skip to content

Releases: crewAIInc/crewAI

0.79.4

11 Nov 03:04
Compare
Choose a tag to compare

Series of small bug fixes around llms support

0.79.0

10 Nov 21:01
Compare
Choose a tag to compare
  • Add inputs to flows
  • Enhance log storage to support more data types
  • Add support to IBM memory
  • Add Watson as an option in CLI
  • Add security.md file
  • Replace .netrc with uv environment variables
  • Move BaseTool to main package and centralize tool description generation
  • Raise an error if an LLM doesnt return a response
  • Fix flows to support cycles and added in test
  • Update how we name crews and fix missing config
  • Update docs

0.76.9

30 Oct 03:09
Compare
Choose a tag to compare
  • Update plot command for flow to crewai flow plot
  • Add tomli so we can support 3.10
  • Forward install command options to uv sync
  • Improve tool text description and args
  • Improve tooling and flow docs
  • Update flows cli to allow you to easily add additional crews to a flow with crewai flow add-crew
  • Fixed flows bug when using multiple start and listen(and_(..., ..., ...))

0.76.2

23 Oct 21:13
Compare
Choose a tag to compare

Updating crewai create commadn

0.76.0

23 Oct 21:05
Compare
Choose a tag to compare
  • fix/fixed missing API prompt + CLI docs update
  • chore(readme): fixing step for 'running tests' in the contribution
  • support unsafe code execution. add in docker install and running checks
  • Fix memory imports for embedding functions by

0.75.1

23 Oct 08:38
Compare
Choose a tag to compare

new --provider option on crewai crewat

0.75.0

23 Oct 05:11
9cd4ff0
Compare
Choose a tag to compare
  • Fixing test post training
  • Simplify flows
  • Adapt crewai tool install <tool>
  • Ensure original embedding config works
  • Fix bugs
  • Update docs - Including adding Cerebras LLM example configuration to LLM docs
  • Drop unnecessary tests

0.74.2

18 Oct 20:58
Compare
Choose a tag to compare

What's Changed

  • feat: add poetry.lock to uv migration
  • fix tool calling issue

0.74.0

18 Oct 12:44
Compare
Choose a tag to compare
  • UV migration
  • Adapt Tools CLI to UV
  • Add warning from Poetry -> UV
  • CLI to allow for model selection & submitting API keys
  • New Memory Base
  • Fix Linting and Warnings
  • Update Docs
  • Bug fixesh

0.70.1

11 Oct 00:04
Compare
Choose a tag to compare
  • New Flow feature
  • Flow visualizer
  • Create crewai create flow command
  • Create crewai tool create <tool> command
  • Add Git validations for publishing tools
  • fix: JSON encoding date objects
  • New Docs
  • Update README
  • Bug fixes