Skip to content

0.102.0

Latest
Compare
Choose a tag to compare
@joaomdmoura joaomdmoura released this 13 Feb 01:07
· 8 commits to main since this release

What's Changed

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.
  • Memory & Storage Fixes: Fixed short-term memory handling with Bedrock, ensured correct embedder initialization, and added a reset memories function in the crew class.
  • Training & Execution Reliability: Fixed broken training and interpolation issues with dict and list input types.

New Features & Enhancements

  • Advanced Knowledge Management: Improved naming conventions and enhanced embedding configuration with custom embedder support.
  • Expanded Logging & Observability: Added JSON format support for logging and integrated MLflow tracing documentation.
  • Data Handling Improvements: Updated excel_knowledge_source.py to process multi-tab files.
  • General Performance & Codebase Clean-Up: Streamlined enterprise code alignment and resolved linting issues.
  • Adding new tool QdrantVectorSearchTool

Documentation & Guides

  • Updated AI & Memory Docs: Improved Bedrock, Google AI, and long-term memory documentation.
  • Task & Workflow Clarity: Added "Human Input" row to Task Attributes, Langfuse guide, and FileWriterTool documentation.
  • Fixed Various Typos & Formatting Issues.

Maintenance & Miscellaneous

  • Refined Google Docs integrations and task handling for the current year.

New Contributors