Crewai

Latest version: v0.80.0

Safety actively analyzes 681866 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 12

0.61.0

- 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

0.60.0

- 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

0.55.2

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

0.51.0

- crewAI Testing / Evaluation - https://docs.crewai.com/core-concepts/Testing/
- Adding new sliding context window
- Allowing all attributes on YAML - https://docs.crewai.com/getting-started/Start-a-New-CrewAI-Project-Template-Method/#customizing-your-project
- Adding initial Pipeline Structure - https://docs.crewai.com/core-concepts/Pipeline/
- Ability to set LLM for planning step - https://docs.crewai.com/core-concepts/Planning/
- New crew run command - https://docs.crewai.com/getting-started/Start-a-New-CrewAI-Project-Template-Method/#running-your-project
- Saving file now dumps dict into JSON - https://docs.crewai.com/core-concepts/Tasks/#creating-directories-when-saving-files
- Using verbose settings for tool outputs
- Added new Github Templates
- New Vision tool - https://docs.crewai.com/tools/VisionTool/
- New DALL-E Tool - https://docs.crewai.com/tools/DALL-ETool/
- New MySQL tool - https://docs.crewai.com/tools/MySQLTool/
- New NL2SQL Tool - https://docs.crewai.com/tools/NL2SQLTool.md
- Bug Fixes:
- Bug with planning feature output
- Async tasks for hierarchical process
- Better pydantic output for non OAI models
- JSON truncation issues
- Fix logging types
- Only import AgentOps if the Env Key is set
- Sanitize agent roles to ensure valid directory names (Windows)
- Tools name shouldn't contain space for OpenAI
- A bunch of minor issues

0.41.1

- Fix bug with planning feature

0.41.0

- **[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

Page 4 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.