Change8

0.203.0

📦 crewaiView on GitHub →
6 features🐛 3 fixes1 deprecations🔧 5 symbols

Summary

This release focuses on enhancing the Agent class with better knowledge and guardrail handling, improving CI reliability through scheduled cache rebuilds, and significantly expanding documentation for tracing, HITL, and AMP.

Migration Steps

  1. Update any workflows relying on the hardcoded Docker binary path to ensure they work with system PATH resolution.
  2. Remove any references to the deprecated crewai.excalidraw file in your project.

✨ New Features

  • Enhanced Agent class with improved knowledge and guardrail event handling.
  • Enabled tracing feature in CrewAI with accompanying documentation.
  • Added HITL (Human-In-The-Loop) webhook authentication examples and URL parameter clarification.
  • Added telemetry log capturing guide for CrewAI AMP.
  • Implemented scheduled cache rebuilds to prevent expiration and improve CI reliability.
  • Added 'Request a feature' link to the contextual menu.

🐛 Bug Fixes

  • Fixed Docker binary resolution by using system PATH instead of hardcoded paths.
  • Fixed CodeQL configuration to correctly exclude template directories.
  • Added fallback logic for missing JSON states using json.loads before dumping.

🔧 Affected Symbols

Agentcrewai.excalidrawjson.loadsHITLCrewAI AMP

⚡ Deprecations

  • The crewai.excalidraw file has been deprecated and removed.