diff --git a/docs/changelog.mdx b/docs/changelog.mdx index 3f17934bc..e88d1f632 100644 --- a/docs/changelog.mdx +++ b/docs/changelog.mdx @@ -4,7 +4,7 @@ description: View the latest updates and changes to CrewAI icon: timeline --- - + **Features** - Converted tabs to spaces in `crew.py` template - Enhanced LLM Streaming Response Handling and Event System @@ -24,7 +24,7 @@ icon: timeline - Added documentation for `ApifyActorsTool` - + **Core Improvements & Fixes** - Fixed issues with missing template variables and user memory configuration - Improved async flow support and addressed agent response formatting @@ -45,7 +45,7 @@ icon: timeline - Fixed typos in prompts and updated Amazon Bedrock model listings - + **Core Improvements & Fixes** - Enhanced LLM Support: Improved structured LLM output, parameter handling, and formatting for Anthropic models - Crew & Agent Stability: Fixed issues with cloning agents/crews using knowledge sources, multiple task outputs in conditional tasks, and ignored Crew task callbacks @@ -65,7 +65,7 @@ icon: timeline - Fixed Various Typos & Formatting Issues - + **Features** - Add Composio docs - Add SageMaker as a LLM provider @@ -80,7 +80,7 @@ icon: timeline - Improve formatting and clarity in CLI and Composio Tool docs - + **Features** - Conversation crew v1 - Add unique ID to flow states @@ -101,7 +101,7 @@ icon: timeline - Fixed typos, nested pydantic model issue, and docling issues - + **New Features** - Adding Multimodal Abilities to Crew - Programatic Guardrails @@ -131,7 +131,7 @@ icon: timeline - Suppressed userWarnings from litellm pydantic issues - + **Changes** - Remove all references to pipeline and pipeline router - Add Nvidia NIM as provider in Custom LLM @@ -141,7 +141,7 @@ icon: timeline - Simplify template crew - + **Features** - Added knowledge to agent level - Feat/remove langchain @@ -161,7 +161,7 @@ icon: timeline - Improvements to LLM Configuration and Usage - + **New Features** - New before_kickoff and after_kickoff crew callbacks - Support to pre-seed agents with Knowledge @@ -178,7 +178,7 @@ icon: timeline - Update Docs - + **Fixes** - Fixing Tokens callback replacement bug - Fixing Step callback issue