8000 Release v8.5.0 Β· neuml/txtai Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v8.5.0

Latest
Compare
Choose a tag to compare
@davidmezzetti davidmezzetti released this 14 Apr 20:09
· 12 commits to master since this release

This release migrates from Transformers Agents to smolagents, adds Model Context Protocol (MCP) support and now requires Python 3.10+

See below for full details on the new features, improvements and bug fixes.

New Features

  • Migrate to smolagents (#890)
  • Add Model Context Protocol (MCP) Support (#892)
  • Add support for MCP servers to Agent Framework (#898)
  • Require Python 3.10 (#897)

Improvements

  • Lazy load list of translation models (#896)

Bug Fixes

  • Fix issue with MessageRole Enums and LLM pipeline (#888)
  • Transformers 4.50 modified cached_file behavior (#889)
  • Add test vision model compatible with Transformers 4.50 (#891)
  • Fix bug introduced with Pillow 11.2 (#895)
0