Skip to content

Releases: joaomdmoura/crewAI

v0.30.8

14 May 02:21
Compare
Choose a tag to compare
  • Updating dependencies
  • Small bug fixes on crewAI project structure
  • Removing custom YAML parser for now

v0.30.5

14 May 00:22
Compare
Choose a tag to compare
  • Making agent delegation more versatile for smaller models

v0.30.4

13 May 05:39
Compare
Choose a tag to compare

Docs Update will follow sorry about that and thank you for bearing with me, we are launching new docs soon!

➿ Fixing task callback
🧙 Ability to set a specific agent as manager instead of having crew create your one
📄 Ability to set system, prompt and response templates, so it works more reliable with opensource models (works better with smaller models)
👨‍💻 Improving json and pydantic output (works better with smaller models)
🔎 Improving tool name recognition (works better with smaller models)
🧰 Improvements for tool usage (works better with smaller models)
📃 Initial support to bring your own prompts
2️⃣ Fixing duplicating token calculator metrics
🪚 Adding couple new tools, Browserbase and Exa Search
📁 Ability to create directory when saving as file
🔁 Updating dependencies - double check tools
📄 Overall small documentation improvements
🐛 Smaller bug fixes (typos and such)
👬 Fixing co-worker / coworker issues
👀 Smaller Readme Updates

0.28.8

11 Apr 14:31
Compare
Choose a tag to compare
  • updating version used on crewai CLI

0.28.7

11 Apr 14:27
Compare
Choose a tag to compare
  • Bug fixes
  • Updating crewAI tool version with bug fixes

v0.28.5

08 Apr 04:43
Compare
Choose a tag to compare
  • Major Long term memory interpolation issue
  • Updating tools package dependency with fixes
  • Removing unnecessary certificate

v0.28.2

07 Apr 07:19
106b0df
Compare
Choose a tag to compare
  • Major long term memory fix

v0.28.1

06 Apr 01:48
Compare
Choose a tag to compare
  • Updating crewai-tools to 0.1.15

v0.28.0

05 Apr 22:54
Compare
Choose a tag to compare
  • Not overriding LLM callbacks
  • Adding max_execution_time support
  • Adding specific memory docs
  • Moving tool usage logging color to purple from yellow
  • Updating Docs

v0.27.0

04 Apr 18:43
Compare
Choose a tag to compare
  • 🧠 Memory (shared crew memory) - To enable it just add memory=True to your crew, it will work transparently and make outcomes better and more reliable, it's disable by default for now
  • 🤚🏼 Native Human Input Support: docs
  • 🌐 Universal RAG Tools Support: Any models, beyond just OpenAI. Example
  • 🔍 Enhanced Cache Control: Meet the ingenious cache_function attribute: docs
  • 🔁 Updated crewai-tools Dependency: Always in sync with the latest and greatest.
  • ⛓️ Cross Agent Delegation: Smoother cooperation between agents.
  • 💠 Inner Prompt Improvements: A finer conversational flow.
  • 📝 Improving tool usage with better parsing
  • 🔒 Security improvements and updating dependencies
  • 📄 Documentation improved
  • 🐛 Bug fixes