Releases: crewAIInc/crewAI
Releases · crewAIInc/crewAI
0.79.4
0.79.0
- 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
- 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
Updating crewai create commadn
0.76.0
- 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
new --provider
option on crewai crewat
0.75.0
- 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
What's Changed
- feat: add poetry.lock to uv migration
- fix tool calling issue
0.74.0
- 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
- 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