Changelog
New Features
- AdvisorTools: Added
AdvisorToolsfor asking advisor models for feedback. - OpenRouteService Toolkit: Added
OpenRouteServicetoolkit for accurate routing. - StudioTools: Added component-aware schedule tools and history parameters.
- FileSystemTools: Allow overriding the
FileSystemToolstoolkit name.
Bug Fixes
- Persisted Components: Fixed toolkit-qualified tool rehydration for persisted components.
- Cohere: Stop dropping zero-valued sampling params (temperature, top_k, seed, frequency_penalty, presence_penalty now respect an explicit 0).
- HITL: Propagate top-level confirmation to
tool_executionon requirement deserialization. - Team.load: Fixed crash on SQLite with unexpected keyword argument
label. - Audio Tools: More robust audio tool-result handling (and switched the Smallest AI cookbook to Gemini).
- Dependencies: Exclude
nltk 3.10.1, which breaks theunstructuredimport chain.
What's Changed
- fix: exclude nltk 3.10.1, which breaks the unstructured import chain by @sannya-singal in #9320
- fix: robust audio tool-result handling, switch Smallest AI cookbook to Gemini by @harshitajain165 in #9331
- fix: Team.load crashes on SQLite with unexpected keyword argument 'label' by @Himanshu040604 in #9337
- feat: add OpenRouteService toolkit for accurate routing by @ysolanky in #9287
- feat: allow overriding the FileSystemTools toolkit name by @ashpreetbedi in #9363
- fix: propagate top-level confirmation to tool_execution on requirement deserialization by @ashpreetbedi in #9351
- feat: component-aware schedule tools and history parameters in StudioTools by @ashpreetbedi in #9352
- chore: add scheduler extras to dev so CI exercises the schedule tests by @ashpreetbedi in #9366
- feat: add AdvisorTools for asking advisor models for feedback by @ysolanky in #7196
- fix: toolkit-qualified tool rehydration for persisted components by @ashpreetbedi in #9358
- [fix] Cohere: stop dropping zero-valued sampling params by @bharadwaj-pendyala in #9300
- fix: run sync scheduler DB calls off the event loop by @ashpreetbedi in #9370
- chore: Release v2.8.7 by @kausmeows in #9369
New Contributors
- @bharadwaj-pendyala made their first contribution in #9300
Full Changelog: v2.8.6...v2.8.7