Skip to content

v1.4.2

Compare
Choose a tag to compare
@dirkbrnd dirkbrnd released this 24 Apr 21:26
· 480 commits to main since this release
a545ab7

Changelog

New Features:

  • MCP SSE Support: Added support for connecting to SSE MCP Servers.
  • Tool Hooks: You can now have a hook that is wrapped around all tool calls. This works for Toolkits and custom tools. See this example.
  • Team Session State: You can now manage a single state dictionary across a team leader and team members inside tools given to the team leader/members. See this example.
  • Cartesia Tool: Added support for Cartesia for text-to-speech capabilities.
  • Gemini Image Tools: Added a tool that uses Gemini models to generate images.
  • Groq Audio Tools: Added a tool that uses Groq models to translate, transcribe and generate audio.

Improvements:

  • PubmedTools Expanded Results: Added expanded result sets for PubmedTools .
  • Variety in Tool Results: Custom tools can now have any return type and it would be handled before being provided to the model.

Bug Fixes:

  • Teams Shared Model Bug: Fixed issues where a single model is used across team members. This should reduce tool call failures in team execution.

What's Changed

New Contributors

Full Changelog: v1.4.1...v1.4.2